Searched refs:LLGH (Results 1 – 7 of 7) sorted by relevance
34 ; 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 index117 ; to use LLGH if possible.
1265 case LLGH: in DecodeSixByte()
554 LLGH = 0xE391, // Load Logical Halfword (64) enumerator
1100 EVALUATE(LLGH);
1321 EvalTable[LLGH] = &Simulator::Evaluate_LLGH; in EvalTableInit()4891 case LLGH: { in DecodeSixByte()4902 } else if (op == LLGH) { in DecodeSixByte()11433 EVALUATE(LLGH) { in EVALUATE() argument11434 DCHECK_OPCODE(LLGH); in EVALUATE()
1610 rxy_form(LLGH, r1, opnd.rx(), opnd.rb(), opnd.offset()); in llgh()
675 def LLGH : UnaryRXY<"llgh", 0xE391, azextloadi16, GR64, 2>;