HomeSort by relevance Sort by last modified time
    Searched refs:dsll (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/llvm/test/MC/Mips/
mips64-expansions.s 26 # CHECK: dsll $12, $12, 16 # encoding: [0x38,0x64,0x0c,0x00]
30 # CHECK: dsll $12, $12, 16 # encoding: [0x38,0x64,0x0c,0x00]
34 # CHECK: dsll $12, $12, 16 # encoding: [0x38,0x64,0x0c,0x00]
38 # CHECK: dsll $12, $12, 16 # encoding: [0x38,0x64,0x0c,0x00]
42 # CHECK: dsll $12, $12, 16 # encoding: [0x38,0x64,0x0c,0x00]
46 # CHECK: dsll $12, $12, 16 # encoding: [0x38,0x64,0x0c,0x00]
48 # CHECK: dsll $12, $12, 16 # encoding: [0x38,0x64,0x0c,0x00]
52 # CHECK: dsll $12, $12, 16 # encoding: [0x38,0x64,0x0c,0x00]
54 # CHECK: dsll $12, $12, 16 # encoding: [0x38,0x64,0x0c,0x00]
58 # CHECK: dsll $12, $12, 16 # encoding: [0x38,0x64,0x0c,0x00
    [all...]
elf-gprel-32-64.s 41 dsll $3, $4, 32
do_switch3.s 32 dsll $3, $1, 32
  /external/openssl/crypto/bn/asm/
mips3.s 634 dsll a2,1
641 dsll t2,t1
648 dsll a0,t9
649 dsll a1,t9
671 dsll t3,a0,32
692 dsll a1,32
694 dsll v0,QT,32
705 dsll t3,a0,32
1575 dsll t_2,1
1578 dsll t_1,
    [all...]
  /development/ndk/platforms/android-9/arch-mips/include/asm/
asm.h 136 #define INT_SLL dsll
181 #define LONG_SLL dsll
236 #define PTR_SLL dsll
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
asm.h 136 #define INT_SLL dsll
181 #define LONG_SLL dsll
236 #define PTR_SLL dsll
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
asm.h 136 #define INT_SLL dsll
181 #define LONG_SLL dsll
236 #define PTR_SLL dsll
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/
asm.h 136 #define INT_SLL dsll
181 #define LONG_SLL dsll
236 #define PTR_SLL dsll
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/
asm.h 136 #define INT_SLL dsll
181 #define LONG_SLL dsll
236 #define PTR_SLL dsll
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
asm.h 136 #define INT_SLL dsll
181 #define LONG_SLL dsll
236 #define PTR_SLL dsll
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/
asm.h 136 #define INT_SLL dsll
181 #define LONG_SLL dsll
236 #define PTR_SLL dsll
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/
asm.h 136 #define INT_SLL dsll
181 #define LONG_SLL dsll
236 #define PTR_SLL dsll
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/asm/
asm.h 136 #define INT_SLL dsll
181 #define LONG_SLL dsll
236 #define PTR_SLL dsll
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
asm.h 136 #define INT_SLL dsll
181 #define LONG_SLL dsll
236 #define PTR_SLL dsll
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/asm/
asm.h 136 #define INT_SLL dsll
181 #define LONG_SLL dsll
236 #define PTR_SLL dsll
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
asm.h 136 #define INT_SLL dsll
181 #define LONG_SLL dsll
236 #define PTR_SLL dsll
  /external/chromium_org/v8/src/mips64/
builtins-mips64.cc 50 __ dsll(s1, s0, kPointerSizeLog2);
170 __ dsll(a0, a0, kPointerSizeLog2);
460 __ dsll(at, a0, kPointerSizeLog2);
464 __ dsll(at, a3, kPointerSizeLog2);
479 __ dsll(a0, a0, kPointerSizeLog2);
495 __ dsll(at, a3, kPointerSizeLog2);
564 __ dsll(a7, a3, kPointerSizeLog2);
675 __ dsll(a4, a3, kPointerSizeLog2);
790 __ dsll(a4, a3, kPointerSizeLog2);
    [all...]
  /external/llvm/test/MC/Mips/mips2/
invalid-mips3.s 23 dsll $zero,18 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
24 dsll $zero,$s4,18 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
25 dsll $zero,$s4,$t0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
  /external/chromium_org/v8/src/ic/mips64/
stub-cache-mips64.cc 45 __ dsll(offset_scratch, offset, 1);
50 __ dsll(at, offset_scratch, kPointerSizeLog2);
  /external/openssl/crypto/sha/asm/
sha512-mips.pl 55 $PTR_SLL="dsll"; # incidentally works even on n32
83 $SLL="dsll"; # shift left logical
139 dsll $tmp2,$tmp0,32
143 dsll $tmp1,24
145 dsll $tmp0,8 # 0x0000FF000000FF00
149 dsll $tmp2,8
154 dsll @X[0],32
  /external/llvm/test/MC/Mips/mips3/
valid.s 63 dsll $zero,18 # CHECK: dsll $zero, $zero, 18 # encoding: [0x00,0x00,0x04,0xb8]
64 dsll $zero,$s4,18 # CHECK: dsll $zero, $20, 18 # encoding: [0x00,0x14,0x04,0xb8]
65 dsll $zero,$s4,$12 # CHECK: dsllv $zero, $20, $12 # encoding: [0x01,0x94,0x00,0x14]
  /external/llvm/test/MC/Mips/mips4/
valid.s 65 dsll $zero,18 # CHECK: dsll $zero, $zero, 18 # encoding: [0x00,0x00,0x04,0xb8]
66 dsll $zero,$s4,18 # CHECK: dsll $zero, $20, 18 # encoding: [0x00,0x14,0x04,0xb8]
67 dsll $zero,$s4,$12 # CHECK: dsllv $zero, $20, $12 # encoding: [0x01,0x94,0x00,0x14]
  /external/llvm/test/MC/Mips/mips5/
valid.s 65 dsll $zero,18 # CHECK: dsll $zero, $zero, 18 # encoding: [0x00,0x00,0x04,0xb8]
66 dsll $zero,$s4,18 # CHECK: dsll $zero, $20, 18 # encoding: [0x00,0x14,0x04,0xb8]
67 dsll $zero,$s4,$12 # CHECK: dsllv $zero, $20, $12 # encoding: [0x01,0x94,0x00,0x14]
  /external/llvm/test/MC/Mips/mips64/
valid.s 70 dsll $zero,18 # CHECK: dsll $zero, $zero, 18 # encoding: [0x00,0x00,0x04,0xb8]
71 dsll $zero,$s4,18 # CHECK: dsll $zero, $20, 18 # encoding: [0x00,0x14,0x04,0xb8]
72 dsll $zero,$s4,$12 # CHECK: dsllv $zero, $20, $12 # encoding: [0x01,0x94,0x00,0x14]
  /bionic/libc/arch-mips/include/machine/
asm.h 175 #define PTR_SLL dsll

Completed in 2652 milliseconds

1 2 3