Searched refs:Rscs (Results 1 – 7 of 7) sorted by relevance
/external/vixl/test/aarch32/ |
D | test-disasm-a32.cc | 512 COMPARE_T32(Rscs(r0, r0, 2), in TEST() 522 COMPARE_T32(Rscs(r0, r1, 0x00ffffff), in TEST() 529 COMPARE_T32(Rscs(r0, r0, 0x00ffffff), in TEST() 538 COMPARE_T32(Rscs(r0, r1, 0xabcd2345), in TEST() 547 COMPARE_T32(Rscs(r0, r0, 0xabcd2345), in TEST() 556 COMPARE_T32(Rscs(r0, r1, r2), in TEST() 560 COMPARE_T32(Rscs(r0, r1, r1), in TEST() 564 COMPARE_T32(Rscs(r0, r0, r0), in TEST() 575 COMPARE_T32(Rscs(r0, r1, Operand(r0, LSR, 2)), in TEST() 583 COMPARE_T32(Rscs(r0, r0, Operand(r0, ROR, 4)), in TEST() [all …]
|
D | test-simulator-cond-rd-rn-operand-rm-a32.cc | 133 M(Rscs) \
|
D | test-simulator-cond-rd-rn-operand-rm-shift-amount-1to31-a32.cc | 133 M(Rscs) \
|
D | test-simulator-cond-rd-rn-operand-const-a32.cc | 133 M(Rscs) \
|
D | test-simulator-cond-rd-rn-operand-rm-shift-amount-1to32-a32.cc | 133 M(Rscs) \
|
D | test-simulator-cond-rd-rn-operand-rm-shift-rs-a32.cc | 133 M(Rscs) \
|
/external/vixl/src/aarch32/ |
D | macro-assembler-aarch32.h | 3350 Rscs(cond, rd, rn, operand); in Rsc() 3364 void Rscs(Condition cond, Register rd, Register rn, const Operand& operand) { in Rscs() function 3374 void Rscs(Register rd, Register rn, const Operand& operand) { in Rscs() function 3375 Rscs(al, rd, rn, operand); in Rscs()
|