Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/SystemZ/
Dint-conv-03.ll25 ; Check LGB with no displacement.
35 ; Check the high end of the LGB range.
59 ; Check the high end of the negative LGB range.
70 ; Check the low end of the LGB range.
94 ; Check that LGB allows an index
108 ; to use LGB if possible.
/external/v8/src/s390/
Ddisasm-s390.cc1334 case LGB: in DecodeSixByte()
Dsimulator-s390.h1093 EVALUATE(LGB);
Dconstants-s390.h924 V(lgb, LGB, 0xE377) /* type = RXY_A LOAD BYTE (64<-8) */ \
Dsimulator-s390.cc1319 EvalTable[LGB] = &Simulator::Evaluate_LGB; in EvalTableInit()
4793 case LGB: in DecodeSixByte()
4821 } else if (op == LGB) { in DecodeSixByte()
11486 EVALUATE(LGB) { in EVALUATE() argument
11487 DCHECK_OPCODE(LGB); in EVALUATE()
/external/valgrind/none/tests/s390x/
Dopcodes.h265 #define LGB(r1,x2,b2,dl2,dh2) RXY_RRRD(e3,r1,x2,b2,dl2,dh2,77) macro
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td620 def LGB : UnaryRXY<"lgb", 0xE377, asextloadi8, GR64, 1>;