Searched refs:LDEB (Results 1 – 8 of 8) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | fp-conv-02.ll | 16 ; Check the low end of the LDEB range. 26 ; Check the high end of the aligned LDEB range. 62 ; Check that LDEB allows indices. 76 ; to use LDEB if possible.
|
D | frame-15.ll | 23 ; for word-addressing instructions like LDEB. 247 ; optimization, so there should be no offset on the LDEB itself.
|
/external/v8/src/s390/ |
D | disasm-s390.cc | 1274 case LDEB: in DecodeSixByte()
|
D | constants-s390.h | 503 LDEB = 0xED04, // Load Lengthened (short to long BFP) enumerator
|
D | simulator-s390.h | 1205 EVALUATE(LDEB);
|
D | simulator-s390.cc | 1426 EvalTable[LDEB] = &Simulator::Evaluate_LDEB; in EvalTableInit() 4501 case LDEB: { in DecodeSixByte() 12296 EVALUATE(LDEB) { in EVALUATE() argument 12297 DCHECK_OPCODE(LDEB); in EVALUATE()
|
D | assembler-s390.cc | 2977 rxe_form(LDEB, Register::from_code(d1.code()), opnd.rx(), opnd.rb(), in ldeb()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrFP.td | 179 def LDEB : UnaryRXE<"ldeb", 0xED04, extloadf32, FP64, 4>;
|