Searched refs:OIHH (Results 1 – 8 of 8) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | or-04.ll | 128 ; Check the lowest useful OIHH value. 156 ; Check the high end of the OIHH range.
|
D | atomicrmw-or-04.ll | 115 ; Check the lowest useful OIHH value, which is 1<<32 greater than above. 133 ; Check the high end of the OIHH range.
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZAsmPrinter.cpp | 413 LOWER_HIGH(OIHH); in EmitInstruction()
|
D | SystemZInstrInfo.cpp | 1129 expandRIPseudo(MI, SystemZ::OILH, SystemZ::OIHH, false); in expandPostRAPseudo()
|
D | SystemZInstrInfo.td | 1081 def OIHH : BinaryRI<"oihh", 0xA58, or, GRH32, imm32lh16>;
|
/external/v8/src/s390/ |
D | simulator-s390.h | 666 EVALUATE(OIHH);
|
D | constants-s390.h | 814 V(oihh, OIHH, 0xA58) /* type = RI_A OR IMMEDIATE (high high) */ \
|
D | simulator-s390.cc | 892 EvalTable[OIHH] = &Simulator::Evaluate_OIHH; in EvalTableInit() 7724 EVALUATE(OIHH) { in EVALUATE() argument
|