HomeSort by relevance Sort by last modified time
    Searched refs:dsll (Results 1 - 25 of 62) 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
mips-expansions.s 29 # CHECK: dsll $8, $8, 16 # encoding: [0x38,0x44,0x08,0x00]
32 # CHECK: dsll $8, $8, 16 # encoding: [0x38,0x44,0x08,0x00]
  /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/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...]
  /bionic/libc/arch-mips/string/
memset.S 244 dsll t2,a1,8
246 dsll t2,a1,16
248 dsll t2,a1,32
  /external/v8/src/ic/mips64/
stub-cache-mips64.cc 45 __ dsll(offset_scratch, offset, 1);
50 __ dsll(at, offset_scratch, kPointerSizeLog2);
  /bionic/libc/arch-mips/include/machine/
asm.h 173 #define PTR_SLL dsll
  /development/ndk/platforms/android-21/arch-mips/include/machine/
asm.h 175 #define PTR_SLL dsll
  /development/ndk/platforms/android-21/arch-mips64/include/machine/
asm.h 175 #define PTR_SLL dsll
  /external/v8/test/cctest/
test-disasm-mips64.cc 398 COMPARE(dsll(a0, a1, 0),
399 "00052038 dsll a0, a1, 0");
400 COMPARE(dsll(s0, s1, 8),
401 "00118238 dsll s0, s1, 8");
402 COMPARE(dsll(a6, a7, 24),
403 "000b5638 dsll a6, a7, 24");
404 COMPARE(dsll(v0, v1, 31),
405 "000317f8 dsll v0, v1, 31");
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/machine/
asm.h 175 #define PTR_SLL dsll
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/machine/
asm.h 175 #define PTR_SLL dsll

Completed in 3005 milliseconds

1 2 3