Searched refs:locr (Results 1 – 15 of 15) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | cond-move-04.mir | 35 # CHECK: locr
|
D | cond-move-05.mir | 45 # CHECK: locr
|
D | cond-load-01.ll | 141 ; CHECK: locr
|
/external/llvm/test/MC/SystemZ/ |
D | insn-bad-z196.s | 547 #CHECK: locr %r0,%r0,-1 549 #CHECK: locr %r0,%r0,16 551 locr %r0,%r0,-1 552 locr %r0,%r0,16
|
D | insn-good-z196.s | 976 #CHECK: locr %r1, %r2, 0 # encoding: [0xb9,0xf2,0x00,0x12] 977 #CHECK: locr %r1, %r2, 15 # encoding: [0xb9,0xf2,0xf0,0x12] 979 locr %r1,%r2,0 980 locr %r1,%r2,15
|
/external/capstone/suite/MC/SystemZ/ |
D | insn-good-z196.s.cs | 400 0xb9,0xf2,0x00,0x12 = locr %r1, %r2, 0 401 0xb9,0xf2,0xf0,0x12 = locr %r1, %r2, 15
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/SystemZ/ |
D | insn-bad-z196.s | 1119 #CHECK: locr %r0,%r0,-1 1121 #CHECK: locr %r0,%r0,16 1123 locr %r0,%r0,-1 1124 locr %r0,%r0,16
|
D | insn-good-z196.s | 1608 #CHECK: locr %r1, %r2, 0 # encoding: [0xb9,0xf2,0x00,0x12] 1609 #CHECK: locr %r1, %r2, 15 # encoding: [0xb9,0xf2,0xf0,0x12] 1611 locr %r1,%r2,0 1612 locr %r1,%r2,15
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 537 defm LOCR : CondBinaryRRFPair<"locr", 0xB9F2, GR32, GR32>; 552 def LOCRAsm#V : FixedCondBinaryRRF<CV<V>, "locr", 0xB9F2, GR32, GR32>;
|
/external/v8/src/s390/ |
D | constants-s390.h | 362 V(locr, LOCR, 0xB9F2) /* type = RRF_C LOAD ON CONDITION (32) */
|
D | macro-assembler-s390.cc | 3890 locr(cond, dst, src); in LoadOnConditionP()
|
/external/v8/src/compiler/s390/ |
D | code-generator-s390.cc | 2892 __ locr(cond, reg, kScratchReg); in AssembleArchBoolean() local
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 206 def LOCR : FixedCondUnaryRRF<"locr"##name, 0xB9F2, GR32, GR32, ccmask>;
|
/external/llvm/test/MC/Disassembler/SystemZ/ |
D | insns.txt | 5326 # CHECK: locr %r11, %r3, 0 5371 # CHECK: locr %r11, %r3, 15
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/SystemZ/ |
D | insns.txt | 9753 # CHECK: locr %r11, %r3, 0 9798 # CHECK: locr %r11, %r3, 15
|