Searched refs:LGB (Results 1 – 7 of 7) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | int-conv-03.ll | 25 ; 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/ |
D | disasm-s390.cc | 1334 case LGB: in DecodeSixByte()
|
D | simulator-s390.h | 1093 EVALUATE(LGB);
|
D | constants-s390.h | 924 V(lgb, LGB, 0xE377) /* type = RXY_A LOAD BYTE (64<-8) */ \
|
D | simulator-s390.cc | 1319 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/ |
D | opcodes.h | 265 #define LGB(r1,x2,b2,dl2,dh2) RXY_RRRD(e3,r1,x2,b2,dl2,dh2,77) macro
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 620 def LGB : UnaryRXY<"lgb", 0xE377, asextloadi8, GR64, 1>;
|