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