Home
last modified time | relevance | path

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 DARMInstructionSelector.cpp95 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 Dconstants-arm.h123 RSB = 3 << 21, // Reverse Subtract. enumerator
H A Dassembler-arm.cc1228 (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 DsljitNativeARM_32.c113 #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 Dconstants-arm64.h884 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 Dassembler_arm.cc196 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 Dconstants-aarch64.h1118 V(LD, RSB, x, 0x00800000), \
1121 V(LD, RSB, w, 0x00C00000), \
/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.cc2443 case RSB: { in DecodeType01()

Completed in 47 milliseconds