Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dtrap-04.ll1 ; Test load-and-trap instructions (LLGFAT/LLGFTAT)
7 ; Check LLGFAT with no displacement.
26 ; Check the high end of the LLGFAT range.
66 ; Check that LLGFAT allows an index.
/external/v8/src/s390/
Dsimulator-s390.h1056 EVALUATE(LLGFAT);
Dconstants-s390.h916 V(llgfat, LLGFAT, 0xE39D) /* type = RXY_A LOAD LOGICAL AND TRAP (64<-32) */ \
Dsimulator-s390.cc1344 EvalTable[LLGFAT] = &Simulator::Evaluate_LLGFAT; in EvalTableInit()
8499 EVALUATE(LLGFAT) { in EVALUATE() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp1833 return SystemZ::LLGFAT; in getLoadAndTrap()
DSystemZInstrInfo.td680 def LLGFAT : UnaryRXY<"llgfat", 0xE39D, null_frag, GR64, 4>;