/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | macro-assembler-arm64-inl.h | 212 void MacroAssembler::Sbcs(const Register& rd, const Register& rn, in Sbcs() function in v8::internal::MacroAssembler 230 Sbcs(rd, zr, operand); in Ngcs()
|
H A D | macro-assembler-arm64.h | 1541 inline void Sbcs(const Register& rd, const Register& rn,
|
/third_party/vixl/src/aarch64/ |
H A D | macro-assembler-aarch64.cc | 1965 void MacroAssembler::Sbcs(const Register& rd, in Emit() function in vixl::aarch64::MacroAssembler 1983 Sbcs(rd, zr, operand); in Emit()
|
H A D | macro-assembler-aarch64.h | 831 void Sbcs(const Register& rd, const Register& rn, const Operand& operand);
|
/third_party/vixl/test/aarch32/ |
H A D | test-simulator-cond-rd-rn-operand-rm-a32.cc | 133 M(Sbcs) \
|
H A D | test-simulator-cond-rd-rn-operand-rm-t32.cc | 133 M(Sbcs) \
|
H A D | test-simulator-cond-rd-rn-operand-const-a32.cc | 133 M(Sbcs) \
|
H A D | test-simulator-cond-rd-rn-operand-const-t32.cc | 133 M(Sbcs) \
|
H A D | test-simulator-cond-rd-rn-operand-rm-shift-amount-1to31-a32.cc | 133 M(Sbcs) \
|
H A D | test-simulator-cond-rd-rn-operand-rm-shift-amount-1to31-t32.cc | 133 M(Sbcs) \
|
H A D | test-simulator-cond-rd-rn-operand-rm-shift-amount-1to32-a32.cc | 133 M(Sbcs) \
|
H A D | test-simulator-cond-rd-rn-operand-rm-shift-amount-1to32-t32.cc | 133 M(Sbcs) \
|
H A D | test-disasm-a32.cc | 1540 COMPARE_BOTH(Sbcs(r0, r1, -5), "adcs r0, r1, #4\n"); in TEST()
|
H A D | test-simulator-cond-rd-rn-operand-rm-shift-rs-a32.cc | 133 M(Sbcs) \
|
/third_party/vixl/src/aarch32/ |
H A D | macro-assembler-aarch32.h | 4002 Sbcs(cond, rd, rn, operand); in MacroAssembler() 4009 Sbcs(cond, rd, rn, operand); in MacroAssembler() 4023 void Sbcs(Condition cond, Register rd, Register rn, const Operand& operand) { in MacroAssembler() function in vixl::aarch32::MacroAssembler 4037 void Sbcs(Register rd, Register rn, const Operand& operand) { in MacroAssembler() function in vixl::aarch32::MacroAssembler 4038 Sbcs(al, rd, rn, operand); in MacroAssembler()
|
/third_party/vixl/test/aarch64/ |
H A D | test-assembler-aarch64.cc | 5410 AdcsSbcsHelper(&MacroAssembler::Sbcs, 5416 AdcsSbcsHelper(&MacroAssembler::Sbcs, 5600 AdcsSbcsHelper(&MacroAssembler::Sbcs, 5606 AdcsSbcsHelper(&MacroAssembler::Sbcs,
|
H A D | test-disasm-aarch64.cc | 2896 COMPARE_MACRO(Sbcs(x0, xzr, Operand(w1, SXTW)), in TEST()
|