Searched refs:Orns (Results 1 – 7 of 7) sorted by relevance
/external/vixl/test/aarch32/ |
D | test-disasm-a32.cc | 424 COMPARE_A32(Orns(r0, r0, 1), in TEST() 431 COMPARE_BOTH(Orns(r0, r1, 0x00ffffff), "orrs r0, r1, #0xff000000\n"); in TEST() 433 COMPARE_A32(Orns(r0, r1, 0xabcd2345), in TEST() 471 COMPARE_A32(Orns(r0, r0, Operand(r2, LSR, 2)), in TEST() 485 COMPARE_A32(Orns(r0, r0, Operand(r2, LSR, r3)), in TEST() 488 COMPARE_T32(Orns(r0, r0, Operand(r2, LSR, r3)), in TEST()
|
D | test-simulator-cond-rd-rn-operand-rm-t32.cc | 129 M(Orns) \
|
D | test-simulator-cond-rd-rn-operand-const-t32.cc | 129 M(Orns) \
|
D | test-simulator-cond-rd-rn-operand-rm-shift-amount-1to31-t32.cc | 129 M(Orns) \
|
D | test-simulator-cond-rd-rn-operand-rm-shift-amount-1to32-t32.cc | 129 M(Orns) \
|
D | test-assembler-aarch32.cc | 3202 __ Orns(r0, r0, 0); in TEST() local
|
/external/vixl/src/aarch32/ |
D | macro-assembler-aarch32.h | 2777 Orns(cond, rd, rn, operand); in Orn() 2791 void Orns(Condition cond, Register rd, Register rn, const Operand& operand) { in Orns() function 2801 void Orns(Register rd, Register rn, const Operand& operand) { in Orns() function 2802 Orns(al, rd, rn, operand); in Orns()
|