/external/llvm/test/CodeGen/SystemZ/ |
D | int-cmp-46.ll | 10 ; CHECK: tmll %r2, 1 29 ; CHECK: tmll %r2, 65535 105 ; CHECK: tmll %r2, 240 124 ; CHECK: tmll %r2, 240 144 ; CHECK: tmll %r2, 240 163 ; CHECK: tmll %r2, 240 183 ; CHECK: tmll %r2, 35 202 ; CHECK: tmll %r2, 35 222 ; CHECK: tmll %r2, 140 241 ; CHECK: tmll %r2, 140 [all …]
|
D | int-cmp-53.ll | 7 ; CHECK-NOT: tmll
|
D | int-cmp-48.ll | 33 ; CHECK: tmll [[REG]], 1 123 ; CHECK: tmll [[REG]], 3 137 ; CHECK: tmll [[REG]], 3
|
D | int-cmp-47.ll | 11 ; CHECK: tmll %r2, 1 30 ; CHECK: tmll %r2, 65535
|
D | asm-18.ll | 533 ; CHECK-DAG: tmll %r2, 1
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | int-cmp-46.ll | 10 ; CHECK: tmll %r2, 1 29 ; CHECK: tmll %r2, 65535 105 ; CHECK: tmll %r2, 240 124 ; CHECK: tmll %r2, 240 144 ; CHECK: tmll %r2, 240 163 ; CHECK: tmll %r2, 240 183 ; CHECK: tmll %r2, 35 202 ; CHECK: tmll %r2, 35 222 ; CHECK: tmll %r2, 140 241 ; CHECK: tmll %r2, 140 [all …]
|
D | int-cmp-53.ll | 7 ; CHECK-NOT: tmll
|
D | dag-combine-03.ll | 25 ; CHECK-NOT: tmll
|
D | knownbits.ll | 34 ; CHECK-NOT: tmll
|
D | int-cmp-48.ll | 122 ; CHECK: tmll [[REG]], 3 136 ; CHECK: tmll [[REG]], 3
|
D | int-cmp-47.ll | 11 ; CHECK: tmll %r2, 1 30 ; CHECK: tmll %r2, 65535
|
D | asm-18.ll | 537 ; CHECK-DAG: tmll %r2, 1
|
/external/v8/src/compiler/s390/ |
D | code-generator-s390.cc | 966 __ tmll(addr, Operand(3)); \ 1001 __ tmll(addr, Operand(3)); \ 1102 __ tmll(addr, Operand(3)); \ 1125 __ tmll(addr, Operand(3)); \ 2146 __ tmll(i.InputRegister(0), opnd); in AssembleArchInstruction() local 2159 __ tmll(i.InputRegister(0), opnd); in AssembleArchInstruction() local 2609 __ tmll(r1, Operand(3)); in AssembleArchInstruction() local 2648 __ tmll(r1, Operand(3)); in AssembleArchInstruction() local
|
/external/capstone/suite/MC/SystemZ/ |
D | insn-good.s.cs | 2182 0xa7,0x01,0x00,0x00 = tmll %r0, 0 2183 0xa7,0x01,0x80,0x00 = tmll %r0, 32768 2184 0xa7,0x01,0xff,0xff = tmll %r0, 65535 2185 0xa7,0xf1,0x00,0x00 = tmll %r15, 0
|
/external/v8/src/s390/ |
D | macro-assembler-s390.h | 975 inline void TestIfSmi(Register value) { tmll(value, Operand(1)); } in TestIfSmi() 984 tmll(r0, Operand(1)); in TestIfSmi()
|
D | constants-s390.h | 797 V(tmll, TMLL, 0xA71) /* type = RI_A TEST UNDER MASK (low low) */ \
|
/external/v8/src/builtins/s390/ |
D | builtins-s390.cc | 773 __ tmll(bytecode, Operand(0x1)); in AdvanceBytecodeOffsetOrReturn() local 1732 __ tmll(scratch, Operand(Map::IsConstructorBit::kShift)); in Generate_CallOrConstructForwardVarargs() local 2183 __ tmll(r4, Operand(SharedFunctionInfo::kDontAdaptArgumentsSentinel)); in Generate_ArgumentsAdaptorTrampoline() local
|
/external/llvm/test/MC/SystemZ/ |
D | insn-bad.s | 3542 #CHECK: tmll %r0, -1 3544 #CHECK: tmll %r0, 0x10000 3546 tmll %r0, -1 3547 tmll %r0, 0x10000
|
D | insn-good.s | 9683 #CHECK: tmll %r0, 0 # encoding: [0xa7,0x01,0x00,0x00] 9684 #CHECK: tmll %r0, 32768 # encoding: [0xa7,0x01,0x80,0x00] 9685 #CHECK: tmll %r0, 65535 # encoding: [0xa7,0x01,0xff,0xff] 9686 #CHECK: tmll %r15, 0 # encoding: [0xa7,0xf1,0x00,0x00] 9693 #CHECK: tmll %r0, 0 # encoding: [0xa7,0x01,0x00,0x00] 9694 #CHECK: tmll %r0, 32768 # encoding: [0xa7,0x01,0x80,0x00] 9695 #CHECK: tmll %r0, 65535 # encoding: [0xa7,0x01,0xff,0xff] 9696 #CHECK: tmll %r15, 0 # encoding: [0xa7,0xf1,0x00,0x00] 9698 tmll %r0, 0 9699 tmll %r0, 0x8000 [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/SystemZ/ |
D | insn-good.s | 15506 #CHECK: tmll %r0, 0 # encoding: [0xa7,0x01,0x00,0x00] 15507 #CHECK: tmll %r0, 32768 # encoding: [0xa7,0x01,0x80,0x00] 15508 #CHECK: tmll %r0, 65535 # encoding: [0xa7,0x01,0xff,0xff] 15509 #CHECK: tmll %r15, 0 # encoding: [0xa7,0xf1,0x00,0x00] 15516 #CHECK: tmll %r0, 0 # encoding: [0xa7,0x01,0x00,0x00] 15517 #CHECK: tmll %r0, 32768 # encoding: [0xa7,0x01,0x80,0x00] 15518 #CHECK: tmll %r0, 65535 # encoding: [0xa7,0x01,0xff,0xff] 15519 #CHECK: tmll %r15, 0 # encoding: [0xa7,0xf1,0x00,0x00] 15521 tmll %r0, 0 15522 tmll %r0, 0x8000 [all …]
|
D | insn-bad.s | 7203 #CHECK: tmll %r0, -1 7205 #CHECK: tmll %r0, 0x10000 7207 tmll %r0, -1 7208 tmll %r0, 0x10000
|
/external/llvm/test/MC/Disassembler/SystemZ/ |
D | insns.txt | 9544 # CHECK: tmll %r0, 0 9547 # CHECK: tmll %r0, 32768 9550 # CHECK: tmll %r0, 65535 9553 # CHECK: tmll %r15, 0
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 1377 def TMLL : CompareRI<"tmll", 0xA71, z_tm_reg, GR32, imm32ll16>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 1545 def TMLL : CompareRI<"tmll", 0xA71, z_tm_reg, GR32, imm32ll16>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/SystemZ/ |
D | insns.txt | 17973 # CHECK: tmll %r0, 0 17976 # CHECK: tmll %r0, 32768 17979 # CHECK: tmll %r0, 65535 17982 # CHECK: tmll %r15, 0
|