Home
last modified time | relevance | path

Searched refs:TMLH (Results 1 – 8 of 8) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dint-cmp-47.ll46 ; Check the lowest useful TMLH value, which is the next value up.
83 ; Check the high end of the TMLH range.
Dint-cmp-46.ll45 ; 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/
DSystemZAsmPrinter.cpp391 LOWER_LOW(TMLH); in EmitInstruction()
DSystemZInstrInfo.cpp1141 expandRIPseudo(MI, SystemZ::TMLH, SystemZ::TMHH, false); in expandPostRAPseudo()
DSystemZInstrInfo.td1378 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/
Dconstants-s390.h882 TMLH = 0xA70, // Test Under Mask (low high) enumerator
Dsimulator-s390.h667 EVALUATE(TMLH);
Dsimulator-s390.cc888 EvalTable[TMLH] = &Simulator::Evaluate_TMLH; in EvalTableInit()
7671 EVALUATE(TMLH) { in EVALUATE() argument