Searched refs:Orrs (Results 1 – 12 of 12) sorted by relevance
/external/vixl/test/aarch32/ |
D | test-simulator-cond-rd-rn-operand-rm-t32.cc | 129 M(Orrs) \
|
D | test-simulator-cond-rd-rn-operand-rm-a32.cc | 127 M(Orrs) \
|
D | test-simulator-cond-rd-rn-operand-rm-shift-amount-1to31-t32.cc | 129 M(Orrs) \
|
D | test-simulator-cond-rd-rn-operand-rm-shift-amount-1to31-a32.cc | 127 M(Orrs) \
|
D | test-simulator-cond-rd-rn-operand-const-a32.cc | 127 M(Orrs) \
|
D | test-simulator-cond-rd-rn-operand-const-t32.cc | 129 M(Orrs) \
|
D | test-simulator-cond-rd-rn-operand-rm-shift-amount-1to32-a32.cc | 127 M(Orrs) \
|
D | test-simulator-cond-rd-rn-operand-rm-shift-amount-1to32-t32.cc | 129 M(Orrs) \
|
D | test-simulator-cond-rd-rn-operand-rm-shift-rs-a32.cc | 127 M(Orrs) \
|
D | test-disasm-a32.cc | 1513 COMPARE_T32(Orrs(r0, r1, 0x00ffffff), "orns r0, r1, #0xff000000\n"); in TEST()
|
D | test-assembler-aarch32.cc | 3299 __ Orrs(r0, r0, 0); in TEST() local
|
/external/vixl/src/aarch32/ |
D | macro-assembler-aarch32.h | 2792 Orrs(cond, rd, rn, operand); in Orr() 2803 Orrs(cond, rd, rn, operand); in Orr() 2817 void Orrs(Condition cond, Register rd, Register rn, const Operand& operand) { in Orrs() function 2827 void Orrs(Register rd, Register rn, const Operand& operand) { in Orrs() function 2828 Orrs(al, rd, rn, operand); in Orrs()
|