Searched refs:TMLL (Results 1 – 22 of 22) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | int-cmp-46.ll | 7 ; Check the lowest useful TMLL value. 26 ; Check the high end of the TMLL range. 101 ; Check that we can use TMLL for LT comparisons that are equivalent to 140 ; Check that we can use TMLL for GE comparisons that are equivalent to 179 ; Check that we can use TMLL for LT comparisons that effectively 218 ; Check that we can use TMLL for GE comparisons that effectively test 257 ; Check that we can use TMLL for equality comparisons with the mask. 276 ; Check that we can use TMLL for inequality comparisons with the mask. 295 ; Check that we can use TMLL for LT comparisons that are equivalent 334 ; Check that we can use TMLL for GE comparisons that are equivalent [all …]
|
D | int-cmp-53.ll | 1 ; This used to incorrectly use a TMLL for an always-false test at -O0.
|
D | int-cmp-47.ll | 8 ; Check the lowest useful TMLL value. 27 ; Check the high end of the TMLL range.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | int-cmp-46.ll | 7 ; Check the lowest useful TMLL value. 26 ; Check the high end of the TMLL range. 101 ; Check that we can use TMLL for LT comparisons that are equivalent to 140 ; Check that we can use TMLL for GE comparisons that are equivalent to 179 ; Check that we can use TMLL for LT comparisons that effectively 218 ; Check that we can use TMLL for GE comparisons that effectively test 257 ; Check that we can use TMLL for equality comparisons with the mask. 276 ; Check that we can use TMLL for inequality comparisons with the mask. 295 ; Check that we can use TMLL for LT comparisons that are equivalent 334 ; Check that we can use TMLL for GE comparisons that are equivalent [all …]
|
D | int-cmp-53.ll | 1 ; This used to incorrectly use a TMLL for an always-false test at -O0.
|
D | dag-combine-03.ll | 21 ; instead of TMLL.
|
D | int-cmp-47.ll | 8 ; Check the lowest useful TMLL value. 27 ; Check the high end of the TMLL range.
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZAsmPrinter.cpp | 390 LOWER_LOW(TMLL); in EmitInstruction()
|
D | SystemZInstrInfo.cpp | 1137 expandRIPseudo(MI, SystemZ::TMLL, SystemZ::TMHL, false); in expandPostRAPseudo()
|
D | SystemZInstrInfo.td | 1377 def TMLL : CompareRI<"tmll", 0xA71, z_tm_reg, GR32, imm32ll16>; 1390 def TML : InstAlias<"tml\t$R, $I", (TMLL GR32:$R, imm32ll16:$I), 0>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZAsmPrinter.cpp | 390 LOWER_LOW(TMLL); in EmitInstruction()
|
D | SystemZInstrInfo.cpp | 1444 expandRIPseudo(MI, SystemZ::TMLL, SystemZ::TMHL, false); in expandPostRAPseudo()
|
D | SystemZInstrInfo.td | 1545 def TMLL : CompareRI<"tmll", 0xA71, z_tm_reg, GR32, imm32ll16>; 1558 def TML : InstAlias<"tml\t$R, $I", (TMLL GR32:$R, imm32ll16:$I), 0>;
|
D | SystemZScheduleZ196.td | 531 def : InstRW<[WLat1, FXU, NormalGr], (instregex "TMLL(64)?$")>;
|
D | SystemZScheduleZEC12.td | 541 def : InstRW<[WLat1, FXU, NormalGr], (instregex "TMLL(64)?$")>;
|
D | SystemZScheduleZ13.td | 565 def : InstRW<[WLat1, FXb, NormalGr], (instregex "TMLL(64)?$")>;
|
D | SystemZScheduleZ14.td | 574 def : InstRW<[WLat1, FXb, NormalGr], (instregex "TMLL(64)?$")>;
|
/external/v8/src/s390/ |
D | simulator-s390.h | 612 EVALUATE(TMLL);
|
D | constants-s390.h | 797 V(tmll, TMLL, 0xA71) /* type = RI_A TEST UNDER MASK (low low) */ \
|
D | simulator-s390.cc | 903 EvalTable[TMLL] = &Simulator::Evaluate_TMLL; in EvalTableInit() 4522 EVALUATE(TMLL) { in EVALUATE() argument 4523 DCHECK_OPCODE(TMLL); in EVALUATE()
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 908 22026668U, // TMLL 1804 // LLIHH, LLIHL, LLILH, LLILL, TMHH, TMHL, TMLH, TMLL
|
D | SystemZGenDisassemblerTables.inc | 212 /* 455 */ MCD_OPC_Decode, 247, 6, 18, // Opcode: TMLL
|