Searched refs:TMHH (Results 1 – 8 of 8) sorted by relevance
1 ; That that we don't try to use z196 instructions on z10 for TMHH and TMHL.29 ; Check the lowest useful TMHH value.
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.
408 LOWER_HIGH(TMHH); in EmitInstruction()
1141 expandRIPseudo(MI, SystemZ::TMLH, SystemZ::TMHH, false); in expandPostRAPseudo()
1380 def TMHH : CompareRI<"tmhh", 0xA72, z_tm_reg, GRH32, imm32lh16>;
676 EVALUATE(TMHH);
826 V(tmhh, TMHH, 0xA72) /* type = RI_A TEST UNDER MASK (high high) */ \
902 EvalTable[TMHH] = &Simulator::Evaluate_TMHH; in EvalTableInit()7838 EVALUATE(TMHH) { in EVALUATE() argument