Home
last modified time | relevance | path

Searched refs:vorrq (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/clang/test/Sema/
Darm-mve-immediates.c229 h = vorrq(h, 0x0000); in test_simd_bic_orr()
230 h = vorrq(h, 0x0001); in test_simd_bic_orr()
231 h = vorrq(h, 0x00FF); in test_simd_bic_orr()
232 h = vorrq(h, 0x0100); in test_simd_bic_orr()
233 …h = vorrq(h, 0x0101); // expected-error-re {{argument should be an 8-bit value shifted by a multip… in test_simd_bic_orr()
234 …h = vorrq(h, 0x01FF); // expected-error-re {{argument should be an 8-bit value shifted by a multip… in test_simd_bic_orr()
235 h = vorrq(h, 0xFF00); in test_simd_bic_orr()
237 w = vorrq(w, 0x00000000); in test_simd_bic_orr()
238 w = vorrq(w, 0x00000001); in test_simd_bic_orr()
239 w = vorrq(w, 0x000000FF); in test_simd_bic_orr()
[all …]
/external/llvm-project/clang/test/CodeGen/arm-mve-intrinsics/
Dvorrq.c15 return vorrq(a, b); in test_vorrq_u8()
29 return vorrq(a, b); in test_vorrq_s16()
43 return vorrq(a, b); in test_vorrq_u32()
60 return vorrq(a, b); in test_vorrq_f32()
Dbitwise-imm.c71 return vorrq(a, 0xc3); in test_vorrq_n_s16()
85 return vorrq(a, 0x10000); in test_vorrq_n_s32()
99 return vorrq(a, 0xf000); in test_vorrq_n_u16()
113 return vorrq(a, 0x890000); in test_vorrq_n_u32()
Dcplusplus.cpp43 return vorrq(a, 0x10000); in test_vorrq_n_s32()
57 return vorrq(a, 0xf000); in test_vorrq_n_u16()
/external/swiftshader/third_party/subzero/src/
DIceAssemblerARM32.h573 void vorrq(const Operand *OpQd, const Operand *OpQm, const Operand *OpQn);
DIceInstARM32.cpp1011 Asm->vorrq(Dest, getSrc(0), getSrc(1)); in emitIAS()
2132 Asm->vorrq(Dest, Src0, Src0); in emitIAS()
DIceAssemblerARM32.cpp3673 void AssemblerARM32::vorrq(const Operand *OpQd, const Operand *OpQm, in vorrq() function in Ice::ARM32::AssemblerARM32
/external/llvm-project/clang/include/clang/Basic/
Darm_mve.td87 def vorrq: Intrinsic<Vector, (args Vector:$a, Vector:$b), (or $a, $b)>;
146 defm vorrqf: bit_op_fp<or>, NameOverride<"vorrq">;
446 defm vorrq : VectorVectorArithmeticBitcast<"orr_predicated">;
Darm_mve_defs.td374 // intrinsics like vmvnq or vorrq. imm_simd_restrictive has to be an 8-bit
/external/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.h711 void vorrq(QRegister qd, QRegister qn, QRegister qm);
Dassembler_arm.cc1260 void Assembler::vorrq(QRegister qd, QRegister qn, QRegister qm) {
/external/llvm/lib/Target/ARM/
DARMInstrNEON.td8141 def : NEONMnemonicAlias<"vorrq", "vorr">;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstrNEON.td8877 def : NEONMnemonicAlias<"vorrq", "vorr">;
/external/llvm-project/llvm/lib/Target/ARM/
DARMInstrNEON.td8996 def : NEONMnemonicAlias<"vorrq", "vorr">;
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenAsmMatcher.inc1157 if (Features.test(Feature_HasNEONBit)) // "vorrq"