Searched refs:TMLH (Results 1 – 8 of 8) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | int-cmp-47.ll | 46 ; Check the lowest useful TMLH value, which is the next value up. 83 ; Check the high end of the TMLH range.
|
D | int-cmp-46.ll | 45 ; Check the lowest useful TMLH value, which is the next value up. 82 ; Check the high end of the TMLH range.
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZAsmPrinter.cpp | 391 LOWER_LOW(TMLH); in EmitInstruction()
|
D | SystemZInstrInfo.cpp | 1141 expandRIPseudo(MI, SystemZ::TMLH, SystemZ::TMHH, false); in expandPostRAPseudo()
|
D | SystemZInstrInfo.td | 1378 def TMLH : CompareRI<"tmlh", 0xA70, z_tm_reg, GR32, imm32lh16>; 1391 def TMH : InstAlias<"tmh\t$R, $I", (TMLH GR32:$R, imm32lh16:$I), 0>;
|
/external/v8/src/s390/ |
D | constants-s390.h | 882 TMLH = 0xA70, // Test Under Mask (low high) enumerator
|
D | simulator-s390.h | 667 EVALUATE(TMLH);
|
D | simulator-s390.cc | 888 EvalTable[TMLH] = &Simulator::Evaluate_TMLH; in EvalTableInit() 7671 EVALUATE(TMLH) { in EVALUATE() argument
|