Home
last modified time | relevance | path

Searched refs:LLGH (Results 1 – 7 of 7) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dint-conv-08.ll34 ; Check LLGH with no displacement.
44 ; Check the high end of the LLGH range.
68 ; Check the high end of the negative LLGH range.
79 ; Check the low end of the LLGH range.
103 ; Check that LLGH allows an index
117 ; to use LLGH if possible.
/external/v8/src/s390/
Ddisasm-s390.cc1265 case LLGH: in DecodeSixByte()
Dconstants-s390.h554 LLGH = 0xE391, // Load Logical Halfword (64) enumerator
Dsimulator-s390.h1100 EVALUATE(LLGH);
Dsimulator-s390.cc1321 EvalTable[LLGH] = &Simulator::Evaluate_LLGH; in EvalTableInit()
4891 case LLGH: { in DecodeSixByte()
4902 } else if (op == LLGH) { in DecodeSixByte()
11433 EVALUATE(LLGH) { in EVALUATE() argument
11434 DCHECK_OPCODE(LLGH); in EVALUATE()
Dassembler-s390.cc1610 rxy_form(LLGH, r1, opnd.rx(), opnd.rb(), opnd.offset()); in llgh()
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td675 def LLGH : UnaryRXY<"llgh", 0xE391, azextloadi16, GR64, 2>;