Home
last modified time | relevance | path

Searched refs:LXEB (Results 1 – 5 of 5) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dfp-conv-03.ll17 ; Check the low end of the LXEB range.
30 ; Check the high end of the aligned LXEB range.
75 ; Check that LXEB allows indices.
92 ; to use LXEB if possible.
/external/llvm/lib/Target/SystemZ/
DSystemZInstrFP.td180 def LXEB : UnaryRXE<"lxeb", 0xED06, extloadf32, FP128, 4>;
/external/v8/src/s390/
Dsimulator-s390.h1217 EVALUATE(LXEB);
Dconstants-s390.h226 V(lxeb, LXEB, \
Dsimulator-s390.cc1443 EvalTable[LXEB] = &Simulator::Evaluate_LXEB; in EvalTableInit()
12536 EVALUATE(LXEB) { in EVALUATE() argument