Searched refs:Rscs (Results 1 - 7 of 7) sorted by relevance
/third_party/vixl/test/aarch32/ |
H A D | test-disasm-a32.cc | 513 COMPARE_T32(Rscs(r0, r0, 2), in TEST() 523 COMPARE_T32(Rscs(r0, r1, 0x00ffffff), in TEST() 530 COMPARE_T32(Rscs(r0, r0, 0x00ffffff), in TEST() 539 COMPARE_T32(Rscs(r0, r1, 0xabcd2345), in TEST() 548 COMPARE_T32(Rscs(r0, r0, 0xabcd2345), in TEST() 557 COMPARE_T32(Rscs(r0, r1, r2), in TEST() 561 COMPARE_T32(Rscs(r0, r1, r1), in TEST() 565 COMPARE_T32(Rscs(r0, r0, r0), in TEST() 576 COMPARE_T32(Rscs(r0, r1, Operand(r0, LSR, 2)), in TEST() 584 COMPARE_T32(Rscs(r in TEST() [all...] |
H A D | test-simulator-cond-rd-rn-operand-rm-a32.cc | 131 M(Rscs) \
|
H A D | test-simulator-cond-rd-rn-operand-const-a32.cc | 131 M(Rscs) \
|
H A D | test-simulator-cond-rd-rn-operand-rm-shift-amount-1to31-a32.cc | 131 M(Rscs) \
|
H A D | test-simulator-cond-rd-rn-operand-rm-shift-amount-1to32-a32.cc | 131 M(Rscs) \
|
H A D | test-simulator-cond-rd-rn-operand-rm-shift-rs-a32.cc | 131 M(Rscs) \
|
/third_party/vixl/src/aarch32/ |
H A D | macro-assembler-aarch32.h | 3891 Rscs(cond, rd, rn, operand); in MacroAssembler() 3905 void Rscs(Condition cond, Register rd, Register rn, const Operand& operand) { in MacroAssembler() function in vixl::aarch32::MacroAssembler 3919 void Rscs(Register rd, Register rn, const Operand& operand) { in MacroAssembler() function in vixl::aarch32::MacroAssembler 3920 Rscs(al, rd, rn, operand); in MacroAssembler()
|
Completed in 34 milliseconds