Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dvec-move-11.ll14 ; Test v16i8 insertion into an undef, with the first good index for VLVGP.
23 ; Test v16i8 insertion into an undef, with the second good index for VLVGP.
41 ; Test v8i16 insertion into an undef, with the first good index for VLVGP.
50 ; Test v8i16 insertion into an undef, with the second good index for VLVGP.
68 ; Test v4i32 insertion into an undef, with the first good index for VLVGP.
77 ; Test v4i32 insertion into an undef, with the second good index for VLVGP.
Dvec-move-12.ll15 ; Test v16i8 insertion into an undef, with the first good index for VLVGP.
25 ; Test v16i8 insertion into an undef, with the second good index for VLVGP.
45 ; Test v8i16 insertion into an undef, with the first good index for VLVGP.
55 ; Test v8i16 insertion into an undef, with the second good index for VLVGP.
75 ; Test v4i32 insertion into an undef, with the first good index for VLVGP.
85 ; Test v4i32 insertion into an undef, with the second good index for VLVGP.
Dvec-move-06.ll1 ; Test vector builds using VLVGP.
DRAbasic-invalid-LR-update.mir193 %36 = VLVGP %25.subreg_l64, %25.subreg_l64
250 %82 = VLVGP %67.subreg_h64, %67.subreg_h64
/external/llvm/test/CodeGen/SystemZ/
Dvec-move-11.ll14 ; Test v16i8 insertion into an undef, with the first good index for VLVGP.
23 ; Test v16i8 insertion into an undef, with the second good index for VLVGP.
41 ; Test v8i16 insertion into an undef, with the first good index for VLVGP.
50 ; Test v8i16 insertion into an undef, with the second good index for VLVGP.
68 ; Test v4i32 insertion into an undef, with the first good index for VLVGP.
77 ; Test v4i32 insertion into an undef, with the second good index for VLVGP.
Dvec-move-12.ll15 ; Test v16i8 insertion into an undef, with the first good index for VLVGP.
25 ; Test v16i8 insertion into an undef, with the second good index for VLVGP.
45 ; Test v8i16 insertion into an undef, with the first good index for VLVGP.
55 ; Test v8i16 insertion into an undef, with the second good index for VLVGP.
75 ; Test v4i32 insertion into an undef, with the first good index for VLVGP.
85 ; Test v4i32 insertion into an undef, with the second good index for VLVGP.
Dvec-move-06.ll1 ; Test vector builds using VLVGP.
/external/llvm/lib/Target/SystemZ/
DSystemZAsmPrinter.cpp341 LoweredMI = MCInstBuilder(SystemZ::VLVGP) in EmitInstruction()
DSystemZInstrVector.td37 def VLVGP : BinaryVRRf<"vlvgp", 0xE762, z_join_dwords, v128g>;
978 (VLVGP GR64:$scalar, GR64:$scalar)>;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZAsmPrinter.cpp341 LoweredMI = MCInstBuilder(SystemZ::VLVGP) in EmitInstruction()
DSystemZInstrVector.td39 def VLVGP : BinaryVRRf<"vlvgp", 0xE762, z_join_dwords, v128g>;
1381 (VLVGP GR64:$scalar, GR64:$scalar)>;
DSystemZScheduleZ13.td1168 def : InstRW<[WLat3, FXb, NormalGr], (instregex "VLVGP(32)?$")>;
DSystemZScheduleZ14.td1185 def : InstRW<[WLat3, FXb, NormalGr], (instregex "VLVGP(32)?$")>;
/external/v8/src/codegen/s390/
Dconstants-s390.h630 V(vlvgp, VLVGP, 0xE762) /* type = VRR_F VECTOR LOAD VR FROM GRS DISJOINT */
/external/v8/src/execution/s390/
Dsimulator-s390.cc753 V(vlvgp, VLVGP, 0xE762) /* type = VRR_F VECTOR LOAD VR FROM GRS DISJOINT */ \ in EvalTableInit()
3049 EVALUATE(VLVGP) { in EVALUATE() argument
3050 DCHECK_OPCODE(VLVGP); in EVALUATE()