Searched refs:LAOG (Results 1 – 9 of 9) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | atomicrmw-or-06.ll | 24 ; Check the high end of the LAOG range. 45 ; Check the low end of the LAOG range.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | atomicrmw-or-06.ll | 24 ; Check the high end of the LAOG range. 45 ; Check the low end of the LAOG range.
|
/external/v8/src/s390/ |
D | simulator-s390.h | 1121 EVALUATE(LAOG);
|
D | constants-s390.h | 188 V(laog, LAOG, 0xEBE6) /* type = RSY_A LOAD AND OR (64) */ \
|
D | simulator-s390.cc | 1408 EvalTable[LAOG] = &Simulator::Evaluate_LAOG; in EvalTableInit() 9162 EVALUATE(LAOG) { in EVALUATE() argument
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 581 977278172U, // LAOG 1880 // LAA, LAAG, LAAL, LAALG, LAN, LANG, LAO, LAOG, LAX, LAXG, LMG, RLL, RLL...
|
D | SystemZGenDisassemblerTables.inc | 1322 /* 1958 */ MCD_OPC_Decode, 176, 4, 118, // Opcode: LAOG
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 1421 def LAOG : LoadAndOpRSY<"laog", 0xEBE6, atomic_load_or_64, GR64>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 1606 def LAOG : LoadAndOpRSY<"laog", 0xEBE6, atomic_load_or_64, GR64>;
|