Searched refs:Mvns (Results 1 – 11 of 11) sorted by relevance
/external/vixl/test/aarch32/ |
D | test-simulator-cond-rd-operand-const-a32.cc | 121 M(Mvns) \
|
D | test-simulator-cond-rd-operand-const-t32.cc | 121 M(Mvns) \
|
D | test-simulator-cond-rd-operand-rn-a32.cc | 121 M(Mvns) \
|
D | test-simulator-cond-rd-operand-rn-t32.cc | 121 M(Mvns) \
|
D | test-disasm-a32.cc | 2350 TEST_SHIFT_T32(Mvns, "mvns", 0x0000000a) in TEST() 2377 TEST_WIDE_IMMEDIATE(Mvns, "mvns", 0x0000000e); in TEST() 2381 MUST_FAIL_TEST_BOTH(Mvns(pc, 0xbadbeef), "Ill-formed 'mvns' instruction.\n"); in TEST() 2382 MUST_FAIL_TEST_BOTH(Mvns(eq, pc, 0xbadbeef), in TEST()
|
D | test-simulator-cond-rd-operand-rn-shift-amount-1to32-a32.cc | 121 M(Mvns) \
|
D | test-simulator-cond-rd-operand-rn-shift-amount-1to31-t32.cc | 121 M(Mvns) \
|
D | test-simulator-cond-rd-operand-rn-shift-amount-1to32-t32.cc | 121 M(Mvns) \
|
D | test-simulator-cond-rd-operand-rn-shift-amount-1to31-a32.cc | 121 M(Mvns) \
|
D | test-simulator-cond-rd-operand-rn-shift-rs-a32.cc | 121 M(Mvns) \
|
/external/vixl/src/aarch32/ |
D | macro-assembler-aarch32.h | 2652 Mvns(cond, rd, operand); in Mvn() 2659 Mvns(cond, rd, operand); in Mvn() 2670 void Mvns(Condition cond, Register rd, const Operand& operand) { in Mvns() function 2679 void Mvns(Register rd, const Operand& operand) { Mvns(al, rd, operand); } in Mvns() function
|