Searched refs:TMHH (Results 1 – 19 of 19) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | int-cmp-49.ll | 1 ; That that we don't try to use z196 instructions on z10 for TMHH and TMHL. 29 ; Check the lowest useful TMHH value.
|
D | int-cmp-47.ll | 158 ; Check the lowest useful TMHH value. 177 ; Check the high end of the TMHH range. 236 ; Check a case where TMHH can be used to implement a ult comparison. 308 ; Decrease the constant from f13 to make TMHH invalid. 328 ; Check that we don't use TMHH just to test the top bit.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | int-cmp-49.ll | 1 ; That that we don't try to use z196 instructions on z10 for TMHH and TMHL. 29 ; Check the lowest useful TMHH value.
|
D | int-cmp-47.ll | 158 ; Check the lowest useful TMHH value. 177 ; Check the high end of the TMHH range. 236 ; Check a case where TMHH can be used to implement a ult comparison. 308 ; Decrease the constant from f13 to make TMHH invalid. 328 ; Check that we don't use TMHH just to test the top bit.
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZAsmPrinter.cpp | 408 LOWER_HIGH(TMHH); in EmitInstruction()
|
D | SystemZInstrInfo.cpp | 1141 expandRIPseudo(MI, SystemZ::TMLH, SystemZ::TMHH, false); in expandPostRAPseudo()
|
D | SystemZInstrInfo.td | 1380 def TMHH : CompareRI<"tmhh", 0xA72, z_tm_reg, GRH32, imm32lh16>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZAsmPrinter.cpp | 408 LOWER_HIGH(TMHH); in EmitInstruction()
|
D | SystemZInstrInfo.cpp | 1448 expandRIPseudo(MI, SystemZ::TMLH, SystemZ::TMHH, false); in expandPostRAPseudo()
|
D | SystemZScheduleZ196.td | 528 def : InstRW<[WLat1, FXU, NormalGr], (instregex "TMHH(64)?$")>;
|
D | SystemZScheduleZEC12.td | 538 def : InstRW<[WLat1, FXU, NormalGr], (instregex "TMHH(64)?$")>;
|
D | SystemZScheduleZ13.td | 562 def : InstRW<[WLat1, FXb, NormalGr], (instregex "TMHH(64)?$")>;
|
D | SystemZScheduleZ14.td | 571 def : InstRW<[WLat1, FXb, NormalGr], (instregex "TMHH(64)?$")>;
|
D | SystemZInstrInfo.td | 1548 def TMHH : CompareRI<"tmhh", 0xA72, z_tm_reg, GRH32, imm32lh16>;
|
/external/v8/src/s390/ |
D | simulator-s390.h | 613 EVALUATE(TMHH);
|
D | constants-s390.h | 798 V(tmhh, TMHH, 0xA72) /* type = RI_A TEST UNDER MASK (high high) */ \
|
D | simulator-s390.cc | 904 EvalTable[TMHH] = &Simulator::Evaluate_TMHH; in EvalTableInit() 4572 EVALUATE(TMHH) { in EVALUATE() argument
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 901 22025595U, // TMHH 1804 // LLIHH, LLIHL, LLILH, LLILL, TMHH, TMHL, TMLH, TMLL
|
D | SystemZGenDisassemblerTables.inc | 214 /* 463 */ MCD_OPC_Decode, 240, 6, 19, // Opcode: TMHH
|