Searched refs:CMN (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/codegen/arm/ |
H A D | constants-arm.h | 131 CMN = 11 << 21, // Compare Negated. enumerator
|
H A D | assembler-arm.cc | 1229 (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 D | ARMISelLowering.h | 84 CMN, // ARM CMN instructions.
|
H A D | ARMISelLowering.cpp | 1560 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 D | sljitNativeARM_32.c | 99 #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 D | assembler_arm.cc | 262 EmitType01(cond, o.type(), CMN, 1, rn, R0, o);
|
/third_party/node/deps/v8/src/execution/arm/ |
H A D | simulator-arm.cc | 2551 case CMN: { in DecodeType01()
|
Completed in 56 milliseconds