Searched refs:LFH (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 1077 expandRXYPseudo(MI, SystemZ::L, SystemZ::LFH); in expandPostRAPseudo() 1260 LoadOpcode = SystemZ::LFH; in getLoadStoreOpcodes()
|
D | SystemZInstrInfo.td | 490 // Expands to L, LY or LFH, depending on the choice of register. 494 def LFH : UnaryRXY<"lfh", 0xE3CA, load, GRH32, 4>,
|
/external/v8/src/s390/ |
D | simulator-s390.h | 1127 EVALUATE(LFH);
|
D | constants-s390.h | 959 V(lfh, LFH, 0xE3CA) /* type = RXY_A LOAD HIGH (32) */ \
|
D | simulator-s390.cc | 1353 EvalTable[LFH] = &Simulator::Evaluate_LFH; in EvalTableInit() 11772 EVALUATE(LFH) { in EVALUATE() argument
|
/external/valgrind/none/tests/s390x/ |
D | opcodes.h | 264 #define LFH(r1,x2,b2,dl2,dh2) RXY_RRRD(e3,r1,x2,b2,dl2,dh2,ca) macro
|