Searched refs:tmll (Results 1 – 19 of 19) sorted by relevance
/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/valgrind/none/tests/s390x/ |
D | tmll.c | 44 void tmll(void) in tmll() function 81 tmll(); in main()
|
D | tmll.vgtest | 1 prog: tmll
|
D | spechelper-tmll.vgtest | 1 prog: spechelper-tmll
|
D | Makefile.am | 13 bfp-2 bfp-3 bfp-4 srnm srnmb comp-1 comp-2 exrl tmll tm stmg \ 19 spechelper-icm-1 spechelper-icm-2 spechelper-tmll \
|
/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/v8/src/s390/ |
D | macro-assembler-s390.h | 1583 inline void TestIfSmi(Register value) { tmll(value, Operand(1)); } in TestIfSmi()
|
D | assembler-s390.h | 825 RI1_FORM(tmll);
|
D | assembler-s390.cc | 1456 RI1_FORM_EMIT(tmll, TMLL) in RX_FORM_EMIT()
|
D | code-stubs-s390.cc | 1673 __ tmll(r2, Operand(kIsIndirectStringMask)); in Generate()
|
/external/valgrind/docs/internals/ |
D | s390-opcodes.csv | 260 tmll,"test under mask low low",implemented,
|
/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/v8/src/crankshaft/s390/ |
D | lithium-codegen-s390.cc | 4667 __ tmll(input, Operand(kHeapObjectTag)); in DoShiftI() local
|