HomeSort by relevance Sort by last modified time
    Searched full:tmll (Results 1 - 25 of 26) sorted by null

1 2

  /external/valgrind/main/none/tests/s390x/
tmll.vgtest 1 prog: tmll
spechelper-tmll.vgtest 1 prog: spechelper-tmll
tmll.c 44 void tmll(void) function
50 asm volatile( "tmll %[v],0xFFFF\n\t" : : [v] "d"(v) : "cc");
55 asm volatile( "tmll %[v],0\n\t" : : [v] "d"(v) : "cc");
60 asm volatile( "tmll %[v],0xf0\n\t" : : [v] "d"(v) : "cc");
65 asm volatile( "tmll %[v],0x70\n\t" : : [v] "d"(v) : "cc");
70 asm volatile( "tmll %[v],0x81\n\t" : : [v] "d"(v) : "cc");
75 asm volatile( "tmll %[v],0x81\n\t" : : [v] "d"(v) : "cc");
81 tmll();
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 \
Makefile.in 102 exrl$(EXEEXT) tmll$(EXEEXT) tm$(EXEEXT) stmg$(EXEEXT) \
110 spechelper-tmll$(EXEEXT) spechelper-tm$(EXEEXT) laa$(EXEEXT) \
409 spechelper_tmll_SOURCES = spechelper-tmll.c
410 spechelper_tmll_OBJECTS = spechelper-tmll.$(OBJEXT)
459 tmll_SOURCES = tmll.c
460 tmll_OBJECTS = tmll.$(OBJEXT)
513 spechelper-slr.c spechelper-tm.c spechelper-tmll.c srnm.c \
515 sub.c sub_EI.c tcxb.c test_fork.c test_sig.c tm.c tmll.c tr.c \
532 spechelper-slr.c spechelper-tm.c spechelper-tmll.c srnm.c \
534 sub.c sub_EI.c tcxb.c test_fork.c test_sig.c tm.c tmll.c tr.c
    [all...]
spechelper-tmll.c 7 asm volatile( " tmll %[v]," #i2 "\n\t" \
  /external/llvm/test/CodeGen/SystemZ/
int-cmp-46.ll 7 ; Check the lowest useful TMLL value.
10 ; CHECK: tmll %r2, 1
26 ; Check the high end of the TMLL range.
29 ; CHECK: tmll %r2, 65535
101 ; Check that we can use TMLL for LT comparisons that are equivalent to
105 ; CHECK: tmll %r2, 240
124 ; CHECK: tmll %r2, 240
140 ; Check that we can use TMLL for GE comparisons that are equivalent to
144 ; CHECK: tmll %r2, 240
163 ; CHECK: tmll %r2, 24
    [all...]
int-cmp-47.ll 8 ; Check the lowest useful TMLL value.
11 ; CHECK: tmll %r2, 1
27 ; Check the high end of the TMLL range.
30 ; CHECK: tmll %r2, 65535
int-cmp-48.ll 33 ; CHECK: tmll [[REG]], 1
123 ; CHECK: tmll [[REG]], 3
137 ; CHECK: tmll [[REG]], 3
asm-18.ll 532 ; CHECK-DAG: tmll %r2, 1
  /external/chromium_org/third_party/openssl/openssl/crypto/
s390xcpuid.S 80 .Lot: tmll %r2,7
  /external/openssl/crypto/
s390xcpuid.S 80 .Lot: tmll %r2,7
  /external/llvm/lib/Target/SystemZ/
SystemZAsmPrinter.cpp 125 LOWER_LOW(TMLL);
SystemZInstrInfo.cpp     [all...]
SystemZInstrInfo.td     [all...]
SystemZISelLowering.cpp     [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
s390x-mont.pl 101 tmll $num,4
  /external/openssl/crypto/bn/asm/
s390x-mont.pl 101 tmll $num,4
  /external/valgrind/main/auxprogs/
s390-check-opcodes.pl 56 next if ($mnemonic eq "tml"); # alternate mnemonic for tmll
  /external/llvm/test/MC/SystemZ/
insn-bad.s     [all...]
  /external/valgrind/main/docs/internals/
s390-opcodes.csv 260 tmll,"test under mask low low",implemented,
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
aes-s390x.pl 1226 tmll %r0,0x80
    [all...]
  /external/openssl/crypto/aes/asm/
aes-s390x.pl 1226 tmll %r0,0x80
    [all...]
  /external/llvm/test/MC/Disassembler/SystemZ/
insns.txt     [all...]
  /external/valgrind/main/VEX/priv/
guest_s390_helpers.c     [all...]

Completed in 647 milliseconds

1 2