Home
last modified time | relevance | path

Searched refs:LFHAT (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dtrap-05.ll1 ; Test load-and-trap instructions (LFHAT)
/external/v8/src/s390/
Dsimulator-s390.h1064 EVALUATE(LFHAT);
Dconstants-s390.h924 V(lfhat, LFHAT, 0xE3C8) /* type = RXY_A LOAD HIGH AND TRAP (32H<-32) */ \
Dsimulator-s390.cc1352 EvalTable[LFHAT] = &Simulator::Evaluate_LFHAT; in EvalTableInit()
8547 EVALUATE(LFHAT) { in EVALUATE() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp1831 return SystemZ::LFHAT; in getLoadAndTrap()
DSystemZInstrInfo.td440 def LFHAT : UnaryRXY<"lfhat", 0xE3C8, null_frag, GRH32, 4>;