Searched refs:LAXG (Results 1 – 6 of 6) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | atomicrmw-xor-06.ll | 24 ; Check the high end of the LAXG range. 45 ; Check the low end of the LAXG range.
|
/external/v8/src/s390/ |
D | constants-s390.h | 490 LAXG = 0xEBE7, // Load And Exclusive Or (64) enumerator
|
D | simulator-s390.h | 1173 EVALUATE(LAXG);
|
D | simulator-s390.cc | 1394 EvalTable[LAXG] = &Simulator::Evaluate_LAXG; in EvalTableInit() 12122 EVALUATE(LAXG) { in EVALUATE() argument
|
/external/valgrind/none/tests/s390x/ |
D | opcodes.h | 255 #define LAXG(r1,r3,b2,dl2,dh2) RSY_RRRD(eb,r1,r3,b2,dl2,dh2,e7) macro
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 1423 def LAXG : LoadAndOpRSY<"laxg", 0xEBE7, atomic_load_xor_64, GR64>;
|