Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/SystemZ/
Dint-conv-07.ll107 ; Test a case where we spill the source of at least one LGHR. We want
/external/v8/src/s390/
Ddisasm-s390.cc784 case LGHR: in DecodeFourByte()
Dsimulator-s390.h930 EVALUATE(LGHR);
Dconstants-s390.h1417 V(lghr, LGHR, 0xB907) /* type = RRE LOAD HALFWORD (64<-16) */ \
Dsimulator-s390.cc1156 EvalTable[LGHR] = &Simulator::Evaluate_LGHR; in EvalTableInit()
3752 case LGHR: in DecodeFourByteArithmetic()
3757 if (op == LGHR) { in DecodeFourByteArithmetic()
6331 EVALUATE(LGHR) { in EVALUATE() argument
6332 DCHECK_OPCODE(LGHR); in EVALUATE()
/external/valgrind/none/tests/s390x/
Dopcodes.h270 #define LGHR(r1,r2) RRE_RR(b907,00,r1,r2) macro
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td591 def LGHR : UnaryRRE<"lgh", 0xB907, sext16, GR64, GR64>;