Home
last modified time | relevance | path

Searched refs:LAXG (Results 1 – 9 of 9) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Datomicrmw-xor-06.ll24 ; Check the high end of the LAXG range.
45 ; Check the low end of the LAXG range.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Datomicrmw-xor-06.ll24 ; Check the high end of the LAXG range.
45 ; Check the low end of the LAXG range.
/external/v8/src/s390/
Dsimulator-s390.h1122 EVALUATE(LAXG);
Dconstants-s390.h189 V(laxg, LAXG, 0xEBE7) /* type = RSY_A LOAD AND EXCLUSIVE OR (64) */ \
Dsimulator-s390.cc1409 EvalTable[LAXG] = &Simulator::Evaluate_LAXG; in EvalTableInit()
9168 EVALUATE(LAXG) { in EVALUATE() argument
/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc584 977278223U, // LAXG
1880 // LAA, LAAG, LAAL, LAALG, LAN, LANG, LAO, LAOG, LAX, LAXG, LMG, RLL, RLL...
DSystemZGenDisassemblerTables.inc1325 /* 1971 */ MCD_OPC_Decode, 179, 4, 118, // Opcode: LAXG
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td1423 def LAXG : LoadAndOpRSY<"laxg", 0xEBE7, atomic_load_xor_64, GR64>;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td1608 def LAXG : LoadAndOpRSY<"laxg", 0xEBE7, atomic_load_xor_64, GR64>;