Searched refs:vmovs (Results 1 – 17 of 17) sorted by relevance
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | widen-vmovs.ll | 1 ; RUN: llc < %s -widen-vmovs -mcpu=cortex-a8 -verify-machineinstrs | FileCheck %s 7 ; The float loop variable is initialized with a vmovs from the constant register. 8 ; The vmovs is first widened to a vmovd, and then converted to a vorr because of the v2f32 vadd.f32.
|
/external/llvm/test/CodeGen/ARM/ |
D | widen-vmovs.ll | 7 ; The float loop variable is initialized with a vmovs from the constant register. 8 ; The vmovs is first widened to a vmovd, and then converted to a vorr because of the v2f32 vadd.f32.
|
D | neon_fpconv.ll | 18 ; We used to generate vmovs between scalar and vfp/neon registers.
|
D | 2007-01-19-InfiniteLoop.ll | 4 ; The execution domain checking code would translate vmovs to vorr whether or not
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | widen-vmovs.ll | 7 ; The float loop variable is initialized with a vmovs from the constant register. 8 ; The vmovs is first widened to a vmovd, and then converted to a vorr because of the v2f32 vadd.f32.
|
D | neon_fpconv.ll | 18 ; We used to generate vmovs between scalar and vfp/neon registers.
|
D | 2007-01-19-InfiniteLoop.ll | 4 ; The execution domain checking code would translate vmovs to vorr whether or not
|
/external/swiftshader/third_party/subzero/src/DartARM32/ |
D | assembler_arm.h | 636 void vmovs(SRegister sd, SRegister sm, Condition cond = AL); 645 bool vmovs(SRegister sd, float s_imm, Condition cond = AL);
|
D | assembler_arm.cc | 923 void Assembler::vmovs(SRegister sd, SRegister sm, Condition cond) { 933 bool Assembler::vmovs(SRegister sd, float s_imm, Condition cond) { 2857 if (!vmovs(sd, value, cond)) { in LoadSImmediate()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerARM32.h | 506 void vmovs(const Operand *OpSn, const OperandARM32FlexFpImm *OpFpImm,
|
D | IceInstARM32.cpp | 2104 Asm->vmovs(Dest, FpImm, Cond); in emitIAS()
|
D | IceAssemblerARM32.cpp | 3180 void AssemblerARM32::vmovs(const Operand *OpSd, in vmovs() function in Ice::ARM32::AssemblerARM32
|
/external/llvm/lib/Target/ARM/ |
D | ARM.td | 149 def FeatureDontWidenVMOVS : SubtargetFeature<"dont-widen-vmovs",
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARM.td | 198 def FeatureDontWidenVMOVS : SubtargetFeature<"dont-widen-vmovs",
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrSSE.td | 1316 // vmovs{s,d} instructions
|
D | X86InstrAVX512.td | 7337 // which produce unnecessary vmovs{s,d} instructions
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/ |
D | ARMGenSubtargetInfo.inc | 236 { "dont-widen-vmovs", "Don't widen VMOVS to VMOVD", { ARM::FeatureDontWidenVMOVS }, { } },
|