Searched refs:Sbcs (Results 1 – 15 of 15) sorted by relevance
/external/vixl/test/aarch32/ |
D | test-simulator-cond-rd-rn-operand-rm-a32.cc | 133 M(Sbcs) \
|
D | test-simulator-cond-rd-rn-operand-rm-t32.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-t32.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-rs-a32.cc | 133 M(Sbcs) \
|
D | test-disasm-a32.cc | 1539 COMPARE_BOTH(Sbcs(r0, r1, -5), "adcs r0, r1, #4\n"); in TEST()
|
/external/vixl/src/aarch64/ |
D | macro-assembler-aarch64.cc | 1833 void MacroAssembler::Sbcs(const Register& rd, in Sbcs() function in vixl::aarch64::MacroAssembler 1851 Sbcs(rd, zr, operand); in Ngcs()
|
D | macro-assembler-aarch64.h | 765 void Sbcs(const Register& rd, const Register& rn, const Operand& operand);
|
/external/vixl/src/aarch32/ |
D | macro-assembler-aarch32.h | 3374 Sbcs(cond, rd, rn, operand); in Sbc() 3381 Sbcs(cond, rd, rn, operand); in Sbc() 3395 void Sbcs(Condition cond, Register rd, Register rn, const Operand& operand) { in Sbcs() function 3405 void Sbcs(Register rd, Register rn, const Operand& operand) { in Sbcs() function 3406 Sbcs(al, rd, rn, operand); in Sbcs()
|
/external/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 | 2800 COMPARE_MACRO(Sbcs(x0, xzr, Operand(w1, SXTW)), in TEST()
|