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

1 2

  /dalvik/vm/mterp/mips/
OP_CONST_4.S 6 sra a1, a1, 28 # a1 <- sssssssB (sign-extended)
OP_CONST_WIDE_16.S 5 sra a1, a0, 31 # a1 <- ssssssss
OP_CONST_WIDE_32.S 10 sra a1, a0, 31 # a1 <- ssssssss
OP_GOTO.S 11 sra a1, a0, 24 # a1 <- ssssssAA (sign-extended)
OP_SHR_LONG.S 19 sra v1, a1, a2 # rhi<- ahi >> (shift&31)
21 sra a3, a1, 31 # a3<- sign(ah)
OP_SHR_LONG_2ADDR.S 14 sra v1, a1, a2 # rhi<- ahi >> (shift&31)
16 sra a3, a1, 31 # a3<- sign(ah)
binopLit8.S 20 sra a1, a3, 8 # a1 <- ssssssCC (sign extended)
  /dalvik/vm/compiler/template/mips/
TEMPLATE_SHR_LONG.S 8 sra rRESULT1, rARG1, a2 # rhi<- ahi >> (shift&31)
10 sra a3, rARG1, 31 # a3<- sign(ah)
TEMPLATE_STRING_INDEXOF.S 95 sra v0, v0, 1 # divide by 2
100 sra v0, v0, 1 # divide by 2
105 sra v0, v0, 1 # divide by 2
110 sra v0, v0, 1 # divide by 2
  /external/llvm/test/MC/MBlaze/
mblaze_shift.s 39 # CHECK: sra
42 sra r1, r2
  /bionic/libc/kernel/arch-mips/asm/
asm.h 121 #define INT_SRA sra
161 #define LONG_SRA sra
214 #define PTR_SRA sra
  /development/ndk/platforms/android-9/arch-mips/include/asm/
asm.h 121 #define INT_SRA sra
161 #define LONG_SRA sra
214 #define PTR_SRA sra
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
asm.h 121 #define INT_SRA sra
161 #define LONG_SRA sra
214 #define PTR_SRA sra
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
asm.h 121 #define INT_SRA sra
161 #define LONG_SRA sra
214 #define PTR_SRA sra
  /external/kernel-headers/original/asm-mips/
asm.h 266 #define INT_SRA sra
303 #define LONG_SRA sra
352 #define PTR_SRA sra
  /external/llvm/test/MC/Mips/
mips-alu-instructions.s 26 # CHECK: sra $4, $3, 7 # encoding: [0xc3,0x21,0x03,0x00]
53 sra $4, $3, 7
mips64-alu-instructions.s 26 # CHECK: sra $4, $3, 7 # encoding: [0xc3,0x21,0x03,0x00]
53 sra $4, $3, 7
  /external/v8/test/cctest/
test-disasm-mips.cc 261 COMPARE(sra(a0, a1, 0),
262 "00052003 sra a0, a1, 0");
263 COMPARE(sra(s0, s1, 8),
264 "00118203 sra s0, s1, 8");
265 COMPARE(sra(t2, t3, 24),
266 "000b5603 sra t2, t3, 24");
267 COMPARE(sra(v0, v1, 31),
268 "000317c3 sra v0, v1, 31");
  /external/libffi/src/alpha/
osf.S 214 sra $0, 56, $0
239 sra $0, 48, $0
  /external/openssl/crypto/bn/asm/
s390x.S 30 sra %r4,2 // cnt=len/4
105 sra %r4,2 // cnt=len/4
234 sra %r5,2 // len/4, use sra because it sets condition code
288 sra %r5,2 // len/4, use sra because it sets condition code
s390x-mont.pl 118 sra $num,3 # restore $num
  /external/openssl/crypto/
sparccpuid.S 202 sra %i2,%g0,%i0
215 sra %o0,%g0,%o0 ! we return signed int, remember?
  /external/v8/src/mips/
code-stubs-mips.cc 468 __ sra(source_, source_, kSmiTagSize);
524 __ sra(scratch1, a0, kSmiTagSize);
527 __ sra(scratch1, a1, kSmiTagSize);
    [all...]
builtins-mips.cc 229 __ sra(scratch1, array_size, kSmiTagSize);
    [all...]
disasm-mips.cc 646 case SRA:
647 Format(instr, "sra 'rd, 'rt, 'sa");

Completed in 386 milliseconds

1 2