Home
last modified time | relevance | path

Searched refs:Mvn (Results 1 – 20 of 20) sorted by relevance

/external/vixl/test/aarch32/
Dtest-disasm-a32.cc2349 TEST_SHIFT_T32(Mvn, "mvn", 0x0000000a) in TEST()
2376 TEST_WIDE_IMMEDIATE(Mvn, "mvn", 0x0000000e); in TEST()
2378 MUST_FAIL_TEST_BOTH(Mvn(pc, 0xbadbeef), "Ill-formed 'mvn' instruction.\n"); in TEST()
2379 MUST_FAIL_TEST_BOTH(Mvn(eq, pc, 0xbadbeef), in TEST()
3521 COMPARE_T32(Mvn(eq, r4, r6), in TEST()
3525 COMPARE_T32(Mvn(eq, r8, r6), in TEST()
4154 CHECK_T32_16(Mvn(DontCare, r6, r7), "mvns r6, r7\n"); in TEST()
4156 CHECK_T32_16_IT_BLOCK(Mvn(DontCare, eq, r6, r7), in TEST()
Dtest-simulator-cond-rd-operand-const-a32.cc120 M(Mvn) \
Dtest-simulator-cond-rd-operand-const-t32.cc120 M(Mvn) \
Dtest-simulator-cond-rd-operand-rn-t32.cc120 M(Mvn) \
Dtest-simulator-cond-rd-operand-rn-a32.cc120 M(Mvn) \
Dtest-simulator-cond-rd-operand-rn-shift-amount-1to32-t32.cc120 M(Mvn) \
Dtest-simulator-cond-rd-operand-rn-shift-amount-1to31-a32.cc120 M(Mvn) \
Dtest-simulator-cond-rd-operand-rn-shift-amount-1to31-t32.cc120 M(Mvn) \
Dtest-simulator-cond-rd-operand-rn-shift-amount-1to32-a32.cc120 M(Mvn) \
Dtest-simulator-cond-rd-operand-rn-shift-rs-a32.cc120 M(Mvn) \
/external/vixl/benchmarks/aarch64/
Dbench-utils.cc227 __ Mvn(PickR(size), Operand(PickR(size))); in GenerateOperandSequence() local
/external/vixl/test/aarch64/
Dtest-disasm-aarch64.cc85 COMPARE_MACRO(Mvn(w0, Operand(0x101)), "mov w0, #0xfffffefe"); in TEST()
86 COMPARE_MACRO(Mvn(x1, Operand(0xfff1)), "mov x1, #0xffffffffffff000e"); in TEST()
87 COMPARE_MACRO(Mvn(w2, Operand(w3)), "mvn w2, w3"); in TEST()
88 COMPARE_MACRO(Mvn(x4, Operand(x5)), "mvn x4, x5"); in TEST()
89 COMPARE_MACRO(Mvn(w6, Operand(w7, LSL, 12)), "mvn w6, w7, lsl #12"); in TEST()
90 COMPARE_MACRO(Mvn(x8, Operand(x9, ASR, 63)), "mvn x8, x9, asr #63"); in TEST()
100 COMPARE_MACRO(Mvn(x0, Operand(w1, SXTW)), in TEST()
103 COMPARE_MACRO(Mvn(x0, Operand(x0, SXTW)), in TEST()
Dtest-assembler-aarch64.cc178 __ Mvn(w0, 0xfff); in TEST() local
179 __ Mvn(x1, 0xfff); in TEST() local
180 __ Mvn(w2, Operand(w0, LSL, 1)); in TEST() local
181 __ Mvn(x3, Operand(x1, LSL, 2)); in TEST() local
182 __ Mvn(w4, Operand(w0, LSR, 3)); in TEST() local
183 __ Mvn(x5, Operand(x1, LSR, 4)); in TEST() local
184 __ Mvn(w6, Operand(w0, ASR, 11)); in TEST() local
185 __ Mvn(x7, Operand(x1, ASR, 12)); in TEST() local
186 __ Mvn(w8, Operand(w0, ROR, 13)); in TEST() local
187 __ Mvn(x9, Operand(x1, ROR, 14)); in TEST() local
[all …]
Dtest-assembler-neon-aarch64.cc6775 __ Mvn(v16.V16B(), v0.V16B()); in TEST() local
6776 __ Mvn(v17.V8H(), v0.V8H()); in TEST() local
6777 __ Mvn(v18.V4S(), v0.V4S()); in TEST() local
6778 __ Mvn(v19.V2D(), v0.V2D()); in TEST() local
6780 __ Mvn(v24.V8B(), v0.V8B()); in TEST() local
6781 __ Mvn(v25.V4H(), v0.V4H()); in TEST() local
6782 __ Mvn(v26.V2S(), v0.V2S()); in TEST() local
Dtest-disasm-neon-aarch64.cc3415 COMPARE_MACRO(Mvn(v4.V8B(), v5.V8B()), in TEST()
3418 COMPARE_MACRO(Mvn(v4.V16B(), v5.V16B()), in TEST()
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.cc883 Mvn(rd, rn); in LogicalMacro()
1146 void MacroAssembler::Mvn(const Register& rd, const Operand& operand) { in Mvn() function in vixl::aarch64::MacroAssembler
1153 Mvn(rd, operand.GetImmediate()); in Mvn()
Dmacro-assembler-aarch64.h783 void Mvn(const Register& rd, uint64_t imm) { in Mvn() function
786 void Mvn(const Register& rd, const Operand& operand);
2876 V(mvn, Mvn) \
/external/swiftshader/third_party/subzero/src/
DIceInstARM32.h407 Mvn, enumerator
1055 using InstARM32Mvn = InstARM32UnaryopGPR<InstARM32::Mvn, false>;
DIceInstARM32.cpp3530 template class InstARM32UnaryopGPR<InstARM32::Mvn, false>;
/external/vixl/src/aarch32/
Dmacro-assembler-aarch32.h2632 void Mvn(Condition cond, Register rd, const Operand& operand) { in Mvn() function
2645 void Mvn(Register rd, const Operand& operand) { Mvn(al, rd, operand); } in Mvn() function
2646 void Mvn(FlagsUpdate flags, in Mvn() function
2652 Mvn(cond, rd, operand); in Mvn()
2664 Mvn(cond, rd, operand); in Mvn()
2669 void Mvn(FlagsUpdate flags, Register rd, const Operand& operand) { in Mvn() function
2670 Mvn(flags, al, rd, operand); in Mvn()