Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dtrap-03.ll1 ; Test load-and-trap instructions (LAT/LGAT)
83 ; Check LGAT with no displacement.
101 ; Check the high end of the LGAT range.
139 ; Check that LGAT allows an index.
/external/v8/src/s390/
Dsimulator-s390.h1040 EVALUATE(LGAT);
Dconstants-s390.h899 V(lgat, LGAT, 0xE385) /* type = RXY_A LOAD AND TRAP (64) */ \
Dsimulator-s390.cc1328 EvalTable[LGAT] = &Simulator::Evaluate_LGAT; in EvalTableInit()
8363 EVALUATE(LGAT) { in EVALUATE() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp1829 return SystemZ::LGAT; in getLoadAndTrap()
DSystemZInstrInfo.td441 def LGAT : UnaryRXY<"lgat", 0xE385, null_frag, GR64, 8>;