Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/SystemZ/
Dint-cmp-49.ll1 ; That that we don't try to use z196 instructions on z10 for TMHH and TMHL.
7 ; Check the lowest useful TMHL value.
Dint-cmp-47.ll102 ; Check the lowest useful TMHL value.
139 ; Check the high end of the TMHL range.
/external/llvm/lib/Target/SystemZ/
DSystemZAsmPrinter.cpp407 LOWER_HIGH(TMHL); in EmitInstruction()
DSystemZInstrInfo.cpp1137 expandRIPseudo(MI, SystemZ::TMLL, SystemZ::TMHL, false); in expandPostRAPseudo()
DSystemZInstrInfo.td1379 def TMHL : CompareRI<"tmhl", 0xA73, z_tm_reg, GRH32, imm32ll16>;
/external/v8/src/s390/
Dsimulator-s390.h677 EVALUATE(TMHL);
Dconstants-s390.h827 V(tmhl, TMHL, 0xA73) /* type = RI_A TEST UNDER MASK (high low) */ \
Dsimulator-s390.cc903 EvalTable[TMHL] = &Simulator::Evaluate_TMHL; in EvalTableInit()
7844 EVALUATE(TMHL) { in EVALUATE() argument