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/
Dconstants-s390.h879 TMHH = 0xA72, // Test Under Mask (high high) enumerator
Dsimulator-s390.h669 EVALUATE(TMHH);
Dsimulator-s390.cc890 EvalTable[TMHH] = &Simulator::Evaluate_TMHH; in EvalTableInit()
7735 EVALUATE(TMHH) { in EVALUATE() argument