Home
last modified time | relevance | path

Searched refs:LDEB (Results 1 – 8 of 8) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dfp-conv-02.ll16 ; 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.
Dframe-15.ll23 ; for word-addressing instructions like LDEB.
247 ; optimization, so there should be no offset on the LDEB itself.
/external/v8/src/s390/
Ddisasm-s390.cc1274 case LDEB: in DecodeSixByte()
Dconstants-s390.h503 LDEB = 0xED04, // Load Lengthened (short to long BFP) enumerator
Dsimulator-s390.h1205 EVALUATE(LDEB);
Dsimulator-s390.cc1426 EvalTable[LDEB] = &Simulator::Evaluate_LDEB; in EvalTableInit()
4501 case LDEB: { in DecodeSixByte()
12296 EVALUATE(LDEB) { in EVALUATE() argument
12297 DCHECK_OPCODE(LDEB); in EVALUATE()
Dassembler-s390.cc2977 rxe_form(LDEB, Register::from_code(d1.code()), opnd.rx(), opnd.rb(), in ldeb()
/external/llvm/lib/Target/SystemZ/
DSystemZInstrFP.td179 def LDEB : UnaryRXE<"ldeb", 0xED04, extloadf32, FP64, 4>;