Searched refs:Mvns (Results 1 - 11 of 11) sorted by relevance
/third_party/vixl/test/aarch32/ |
H A D | test-simulator-cond-rd-operand-const-a32.cc | 121 M(Mvns) \
|
H A D | test-simulator-cond-rd-operand-const-t32.cc | 121 M(Mvns) \
|
H A D | test-simulator-cond-rd-operand-rn-a32.cc | 121 M(Mvns) \
|
H A D | test-simulator-cond-rd-operand-rn-t32.cc | 121 M(Mvns) \
|
H A D | test-disasm-a32.cc | 2351 TEST_SHIFT_T32(Mvns, "mvns", 0x0000000a) in TEST() 2376 // For Mvn and Mvns, we don't allow PC as a destination. in TEST() 2378 TEST_WIDE_IMMEDIATE(Mvns, "mvns", 0x0000000e); in TEST() 2382 MUST_FAIL_TEST_BOTH(Mvns(pc, 0xbadbeef), "Ill-formed 'mvns' instruction.\n"); in TEST() 2383 MUST_FAIL_TEST_BOTH(Mvns(eq, pc, 0xbadbeef), in TEST()
|
H A D | test-simulator-cond-rd-operand-rn-shift-amount-1to31-a32.cc | 121 M(Mvns) \
|
H A D | test-simulator-cond-rd-operand-rn-shift-amount-1to31-t32.cc | 121 M(Mvns) \
|
H A D | test-simulator-cond-rd-operand-rn-shift-amount-1to32-a32.cc | 121 M(Mvns) \
|
H A D | test-simulator-cond-rd-operand-rn-shift-amount-1to32-t32.cc | 121 M(Mvns) \
|
H A D | test-simulator-cond-rd-operand-rn-shift-rs-a32.cc | 121 M(Mvns) \
|
/third_party/vixl/src/aarch32/ |
H A D | macro-assembler-aarch32.h | 3104 Mvns(cond, rd, operand); in MacroAssembler() 3111 Mvns(cond, rd, operand); in MacroAssembler() 3122 void Mvns(Condition cond, Register rd, const Operand& operand) { in MacroAssembler() function in vixl::aarch32::MacroAssembler 3135 void Mvns(Register rd, const Operand& operand) { Mvns(al, rd, operand); } in MacroAssembler() function in vixl::aarch32::MacroAssembler
|
Completed in 39 milliseconds