Home
last modified time | relevance | path

Searched refs:vmovs (Results 1 – 17 of 17) sorted by relevance

/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
Dwiden-vmovs.ll1 ; 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/
Dwiden-vmovs.ll7 ; 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.
Dneon_fpconv.ll18 ; We used to generate vmovs between scalar and vfp/neon registers.
D2007-01-19-InfiniteLoop.ll4 ; The execution domain checking code would translate vmovs to vorr whether or not
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dwiden-vmovs.ll7 ; 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.
Dneon_fpconv.ll18 ; We used to generate vmovs between scalar and vfp/neon registers.
D2007-01-19-InfiniteLoop.ll4 ; The execution domain checking code would translate vmovs to vorr whether or not
/external/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.h636 void vmovs(SRegister sd, SRegister sm, Condition cond = AL);
645 bool vmovs(SRegister sd, float s_imm, Condition cond = AL);
Dassembler_arm.cc923 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/
DIceAssemblerARM32.h506 void vmovs(const Operand *OpSn, const OperandARM32FlexFpImm *OpFpImm,
DIceInstARM32.cpp2104 Asm->vmovs(Dest, FpImm, Cond); in emitIAS()
DIceAssemblerARM32.cpp3180 void AssemblerARM32::vmovs(const Operand *OpSd, in vmovs() function in Ice::ARM32::AssemblerARM32
/external/llvm/lib/Target/ARM/
DARM.td149 def FeatureDontWidenVMOVS : SubtargetFeature<"dont-widen-vmovs",
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARM.td198 def FeatureDontWidenVMOVS : SubtargetFeature<"dont-widen-vmovs",
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrSSE.td1316 // vmovs{s,d} instructions
DX86InstrAVX512.td7337 // which produce unnecessary vmovs{s,d} instructions
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/
DARMGenSubtargetInfo.inc236 { "dont-widen-vmovs", "Don't widen VMOVS to VMOVD", { ARM::FeatureDontWidenVMOVS }, { } },