Home
last modified time | relevance | path

Searched refs:CMN (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/codegen/arm/
H A Dconstants-arm.h131 CMN = 11 << 21, // Compare Negated. enumerator
H A Dassembler-arm.cc1229 (opcode == SUB) || (opcode == CMN) || (opcode == CMP) || in AddrMode1()
1233 DCHECK(rd.is_valid() || (opcode == CMN) || (opcode == CMP) || in AddrMode1()
1623 AddrMode1(cond | CMN | S, no_reg, src1, src2); in cmn()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMISelLowering.h84 CMN, // ARM CMN instructions.
H A DARMISelLowering.cpp1560 case ARMISD::CMN: return "ARMISD::CMN"; in getTargetNodeName()
4406 // generating CMN through the backend. This is not as good as the natural in getARMXALUOOp()
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeARM_32.c99 #define CMN 0xe1600000 macro
1511 return push_inst(compiler, CMN | SET_FLAGS | RN(src1) | ((src2 & SRC2_IMM) ? src2 : RM(src2))); in emit_single_op()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/
H A Dassembler_arm.cc262 EmitType01(cond, o.type(), CMN, 1, rn, R0, o);
/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.cc2551 case CMN: { in DecodeType01()

Completed in 56 milliseconds