Home
last modified time | relevance | path

Searched refs:TMHH (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.
29 ; Check the lowest useful TMHH value.
Dint-cmp-47.ll158 ; 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/
DSystemZAsmPrinter.cpp408 LOWER_HIGH(TMHH); in EmitInstruction()
DSystemZInstrInfo.cpp1141 expandRIPseudo(MI, SystemZ::TMLH, SystemZ::TMHH, false); in expandPostRAPseudo()
DSystemZInstrInfo.td1380 def TMHH : CompareRI<"tmhh", 0xA72, z_tm_reg, GRH32, imm32lh16>;
/external/v8/src/s390/
Dsimulator-s390.h676 EVALUATE(TMHH);
Dconstants-s390.h826 V(tmhh, TMHH, 0xA72) /* type = RI_A TEST UNDER MASK (high high) */ \
Dsimulator-s390.cc902 EvalTable[TMHH] = &Simulator::Evaluate_TMHH; in EvalTableInit()
7838 EVALUATE(TMHH) { in EVALUATE() argument