Searched refs:Rsbs (Results 1 – 12 of 12) sorted by relevance
/external/vixl/test/aarch32/config/ |
D | cond-rdlow-rnlow-operand-immediate-t32.json | 207 // Test special cases for Rsb and Rsbs where there is a special
|
/external/vixl/test/aarch32/ |
D | test-simulator-cond-rd-rn-operand-rm-a32.cc | 129 M(Rsbs) \
|
D | test-simulator-cond-rd-rn-operand-rm-t32.cc | 131 M(Rsbs) \
|
D | test-simulator-cond-rdlow-rnlow-operand-immediate-t32.cc | 119 M(Rsbs) \
|
D | test-simulator-cond-rd-rn-operand-const-a32.cc | 129 M(Rsbs) \
|
D | test-simulator-cond-rd-rn-operand-rm-shift-amount-1to31-a32.cc | 129 M(Rsbs) \
|
D | test-simulator-cond-rd-rn-operand-rm-shift-amount-1to31-t32.cc | 131 M(Rsbs) \
|
D | test-simulator-cond-rd-rn-operand-const-t32.cc | 131 M(Rsbs) \
|
D | test-simulator-cond-rd-rn-operand-rm-shift-amount-1to32-t32.cc | 131 M(Rsbs) \
|
D | test-simulator-cond-rd-rn-operand-rm-shift-amount-1to32-a32.cc | 129 M(Rsbs) \
|
D | test-simulator-cond-rd-rn-operand-rm-shift-rs-a32.cc | 129 M(Rsbs) \
|
/external/vixl/src/aarch32/ |
D | macro-assembler-aarch32.h | 3222 Rsbs(cond, rd, rn, operand); in Rsb() 3229 Rsbs(cond, rd, rn, operand); in Rsb() 3243 void Rsbs(Condition cond, Register rd, Register rn, const Operand& operand) { in Rsbs() function 3253 void Rsbs(Register rd, Register rn, const Operand& operand) { in Rsbs() function 3254 Rsbs(al, rd, rn, operand); in Rsbs()
|