/external/valgrind/none/tests/s390x/ |
condloadstore.stdout.exp | [all...] |
condloadstore.c | 123 DO_INSN(LOCG, LOAD_REG_MEM);
|
opcodes.h | 293 #define LOCG(r1,r3,b2,dl2,dh2) RSY_RDRM(eb,r1,r3,b2,dl2,dh2,e2)
|
/external/llvm/test/CodeGen/SystemZ/ |
cond-load-02.ll | 1 ; Test LOCG. 31 ; Check the high end of the aligned LOCG range. 58 ; Check the low end of the LOCG range. 113 ; Test that conditionally-executed loads do not use LOCG, since it is allowed 117 ; CHECK-NOT: locg
|
/external/llvm/test/MC/SystemZ/ |
insn-bad-z196.s | 522 #CHECK: locg %r0,0,-1 524 #CHECK: locg %r0,0,16 526 #CHECK: locg %r0,-524289,1 528 #CHECK: locg %r0,524288,1 530 #CHECK: locg %r0,0(%r1,%r2),1 532 locg %r0,0,-1 533 locg %r0,0,16 534 locg %r0,-524289,1 535 locg %r0,524288,1 536 locg %r0,0(%r1,%r2), [all...] |
insn-good-z196.s | [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/s390/ |
zarch-z196.s | 133 locg %r6,-5555(%r7),8
|
/external/llvm/lib/Target/SystemZ/ |
SystemZInstrInfo.td | 213 def LOCG : FixedCondUnaryRSY<"locg"##name, 0xEBE2, GR64, ccmask, 8>; 451 def LOCGR : CondUnaryRRF<"locg", 0xB9E2, GR64, GR64>; 455 def AsmLOCGR : AsmCondUnaryRRF<"locg", 0xB9E2, GR64, GR64>; 518 def LOCG : CondUnaryRSY<"locg", 0xEBE2, nonvolatile_load, GR64, 8>; 522 def AsmLOCG : AsmCondUnaryRSY<"locg", 0xEBE2, GR64, 8>; [all...] |
/external/valgrind/VEX/priv/ |
s390_disasm.c | 231 case S390_XMNM_LOCG: prefix = "locg"; break;
|
host_s390_defs.c | [all...] |
guest_s390_toIR.c | [all...] |
/external/v8/src/s390/ |
disasm-s390.cc | [all...] |
simulator-s390.h | 1179 EVALUATE(LOCG);
|
assembler-s390.cc | 1300 void Assembler::locg(Condition m3, Register r1, const MemOperand& src) { function in class:v8::internal::Assembler [all...] |
assembler-s390.h | [all...] |
constants-s390.h | 216 V(locg, LOCG, 0xEBE2) /* type = RSY_B LOAD ON CONDITION (64) */ \ [all...] |
simulator-s390.cc | [all...] |
/toolchain/binutils/binutils-2.25/opcodes/ |
ChangeLog-2010 | 117 * s390-opc.txt: lgoc -> locg and stgoc -> stocg.
|
s390-opc.txt | [all...] |
/external/llvm/test/MC/Disassembler/SystemZ/ |
insns.txt | [all...] |