Searched refs:vorrq (Results 1 – 15 of 15) sorted by relevance
/external/llvm-project/clang/test/Sema/ |
D | arm-mve-immediates.c | 229 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/ |
D | vorrq.c | 15 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()
|
D | bitwise-imm.c | 71 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()
|
D | cplusplus.cpp | 43 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/ |
D | IceAssemblerARM32.h | 573 void vorrq(const Operand *OpQd, const Operand *OpQm, const Operand *OpQn);
|
D | IceInstARM32.cpp | 1011 Asm->vorrq(Dest, getSrc(0), getSrc(1)); in emitIAS() 2132 Asm->vorrq(Dest, Src0, Src0); in emitIAS()
|
D | IceAssemblerARM32.cpp | 3673 void AssemblerARM32::vorrq(const Operand *OpQd, const Operand *OpQm, in vorrq() function in Ice::ARM32::AssemblerARM32
|
/external/llvm-project/clang/include/clang/Basic/ |
D | arm_mve.td | 87 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">;
|
D | arm_mve_defs.td | 374 // intrinsics like vmvnq or vorrq. imm_simd_restrictive has to be an 8-bit
|
/external/swiftshader/third_party/subzero/src/DartARM32/ |
D | assembler_arm.h | 711 void vorrq(QRegister qd, QRegister qn, QRegister qm);
|
D | assembler_arm.cc | 1260 void Assembler::vorrq(QRegister qd, QRegister qn, QRegister qm) {
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrNEON.td | 8141 def : NEONMnemonicAlias<"vorrq", "vorr">;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrNEON.td | 8877 def : NEONMnemonicAlias<"vorrq", "vorr">;
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMInstrNEON.td | 8996 def : NEONMnemonicAlias<"vorrq", "vorr">;
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenAsmMatcher.inc | 1157 if (Features.test(Feature_HasNEONBit)) // "vorrq"
|