Searched refs:RSB (Results 1 - 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMInstructionSelector.cpp | 95 unsigned RSB; member 309 STORE_OPCODE(RSB, RSBri); in OpcodeCache() 888 BuildMI(MBB, InsertBefore, I.getDebugLoc(), TII.get(Opcodes.RSB)) in select()
|
/third_party/node/deps/v8/src/codegen/arm/ |
H A D | constants-arm.h | 123 RSB = 3 << 21, // Reverse Subtract. enumerator
|
H A D | assembler-arm.cc | 1228 (opcode == RSB) || (opcode == RSC) || (opcode == SBC) || in AddrMode1() 1568 AddrMode1(cond | RSB | s, dst, src1, src2); in rsb()
|
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativeARM_32.c | 113 #define RSB 0xe0600000 macro 1497 FAIL_IF(push_inst(compiler, RSB | SRC2_IMM | RD(TMP_REG1) | RN(src2) | 0)); in emit_single_op() 1524 return push_inst(compiler, (!(flags & ARGS_SWAPPED) ? SUB : RSB) | (flags & SET_FLAGS) in emit_single_op() 1579 FAIL_IF(push_inst(compiler, RSB | SRC2_IMM | RD(TMP_REG2) | RN(src2) | 0)); in emit_single_op()
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | constants-arm64.h | 884 V(LD, RSB, x, 0x00800000), \ 887 V(LD, RSB, w, 0x00C00000), \
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/ |
H A D | assembler_arm.cc | 196 EmitType01(cond, o.type(), RSB, 0, rn, rd, o); 201 EmitType01(cond, o.type(), RSB, 1, rn, rd, o);
|
/third_party/vixl/src/aarch64/ |
H A D | constants-aarch64.h | 1118 V(LD, RSB, x, 0x00800000), \ 1121 V(LD, RSB, w, 0x00C00000), \
|
/third_party/node/deps/v8/src/execution/arm/ |
H A D | simulator-arm.cc | 2443 case RSB: { in DecodeType01()
|
Completed in 47 milliseconds