Home
last modified time | relevance | path

Searched refs:tmll (Results 1 – 25 of 25) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dint-cmp-46.ll10 ; 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 …]
Dint-cmp-53.ll7 ; CHECK-NOT: tmll
Dint-cmp-48.ll33 ; CHECK: tmll [[REG]], 1
123 ; CHECK: tmll [[REG]], 3
137 ; CHECK: tmll [[REG]], 3
Dint-cmp-47.ll11 ; CHECK: tmll %r2, 1
30 ; CHECK: tmll %r2, 65535
Dasm-18.ll533 ; CHECK-DAG: tmll %r2, 1
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dint-cmp-46.ll10 ; 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 …]
Dint-cmp-53.ll7 ; CHECK-NOT: tmll
Ddag-combine-03.ll25 ; CHECK-NOT: tmll
Dknownbits.ll34 ; CHECK-NOT: tmll
Dint-cmp-48.ll122 ; CHECK: tmll [[REG]], 3
136 ; CHECK: tmll [[REG]], 3
Dint-cmp-47.ll11 ; CHECK: tmll %r2, 1
30 ; CHECK: tmll %r2, 65535
Dasm-18.ll537 ; CHECK-DAG: tmll %r2, 1
/external/v8/src/compiler/s390/
Dcode-generator-s390.cc966 __ 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/
Dinsn-good.s.cs2182 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/
Dmacro-assembler-s390.h975 inline void TestIfSmi(Register value) { tmll(value, Operand(1)); } in TestIfSmi()
984 tmll(r0, Operand(1)); in TestIfSmi()
Dconstants-s390.h797 V(tmll, TMLL, 0xA71) /* type = RI_A TEST UNDER MASK (low low) */ \
/external/v8/src/builtins/s390/
Dbuiltins-s390.cc773 __ 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/
Dinsn-bad.s3542 #CHECK: tmll %r0, -1
3544 #CHECK: tmll %r0, 0x10000
3546 tmll %r0, -1
3547 tmll %r0, 0x10000
Dinsn-good.s9683 #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/
Dinsn-good.s15506 #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 …]
Dinsn-bad.s7203 #CHECK: tmll %r0, -1
7205 #CHECK: tmll %r0, 0x10000
7207 tmll %r0, -1
7208 tmll %r0, 0x10000
/external/llvm/test/MC/Disassembler/SystemZ/
Dinsns.txt9544 # CHECK: tmll %r0, 0
9547 # CHECK: tmll %r0, 32768
9550 # CHECK: tmll %r0, 65535
9553 # CHECK: tmll %r15, 0
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td1377 def TMLL : CompareRI<"tmll", 0xA71, z_tm_reg, GR32, imm32ll16>;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td1545 def TMLL : CompareRI<"tmll", 0xA71, z_tm_reg, GR32, imm32ll16>;
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/SystemZ/
Dinsns.txt17973 # CHECK: tmll %r0, 0
17976 # CHECK: tmll %r0, 32768
17979 # CHECK: tmll %r0, 65535
17982 # CHECK: tmll %r15, 0