Searched refs:VLVGP (Results 1 – 15 of 15) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | vec-move-11.ll | 14 ; 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.
|
D | vec-move-12.ll | 15 ; 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.
|
D | vec-move-06.ll | 1 ; Test vector builds using VLVGP.
|
D | RAbasic-invalid-LR-update.mir | 193 %36 = VLVGP %25.subreg_l64, %25.subreg_l64 250 %82 = VLVGP %67.subreg_h64, %67.subreg_h64
|
/external/llvm/test/CodeGen/SystemZ/ |
D | vec-move-11.ll | 14 ; 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.
|
D | vec-move-12.ll | 15 ; 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.
|
D | vec-move-06.ll | 1 ; Test vector builds using VLVGP.
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZAsmPrinter.cpp | 341 LoweredMI = MCInstBuilder(SystemZ::VLVGP) in EmitInstruction()
|
D | SystemZInstrVector.td | 37 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/ |
D | SystemZAsmPrinter.cpp | 341 LoweredMI = MCInstBuilder(SystemZ::VLVGP) in EmitInstruction()
|
D | SystemZInstrVector.td | 39 def VLVGP : BinaryVRRf<"vlvgp", 0xE762, z_join_dwords, v128g>; 1381 (VLVGP GR64:$scalar, GR64:$scalar)>;
|
D | SystemZScheduleZ13.td | 1168 def : InstRW<[WLat3, FXb, NormalGr], (instregex "VLVGP(32)?$")>;
|
D | SystemZScheduleZ14.td | 1185 def : InstRW<[WLat3, FXb, NormalGr], (instregex "VLVGP(32)?$")>;
|
/external/v8/src/codegen/s390/ |
D | constants-s390.h | 630 V(vlvgp, VLVGP, 0xE762) /* type = VRR_F VECTOR LOAD VR FROM GRS DISJOINT */
|
/external/v8/src/execution/s390/ |
D | simulator-s390.cc | 753 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()
|