HomeSort by relevance Sort by last modified time
    Searched refs:sllv (Results 1 - 16 of 16) sorted by null

  /bionic/libc/kernel/arch-mips/asm/
asm.h 117 #define INT_SLLV sllv
157 #define LONG_SLLV sllv
210 #define PTR_SLLV sllv
  /development/ndk/platforms/android-9/arch-mips/include/asm/
asm.h 117 #define INT_SLLV sllv
157 #define LONG_SLLV sllv
210 #define PTR_SLLV sllv
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
asm.h 117 #define INT_SLLV sllv
157 #define LONG_SLLV sllv
210 #define PTR_SLLV sllv
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
asm.h 117 #define INT_SLLV sllv
157 #define LONG_SLLV sllv
210 #define PTR_SLLV sllv
  /external/kernel-headers/original/asm-mips/
asm.h 263 #define INT_SLLV sllv
300 #define LONG_SLLV sllv
349 #define PTR_SLLV sllv
  /external/v8/test/cctest/
test-disasm-mips.cc 234 COMPARE(sllv(a0, a1, a2),
235 "00c52004 sllv a0, a1, a2");
236 COMPARE(sllv(s0, s1, s2),
237 "02518004 sllv s0, s1, s2");
238 COMPARE(sllv(t2, t3, t4),
239 "018b5004 sllv t2, t3, t4");
240 COMPARE(sllv(v0, v1, fp),
241 "03c31004 sllv v0, v1, fp");
test-assembler-mips.cc 162 __ sllv(v0, v0, t0); // 0xf2345600
    [all...]
  /external/v8/src/mips/
code-stubs-mips.cc 507 __ sllv(source_, source_, zeros_);
730 __ sllv(scratch2, scratch2, dst1);
743 __ sllv(dst1, int_scratch, scratch2);
749 __ sllv(scratch2, int_scratch, scratch2);
    [all...]
assembler-mips.h 733 void sllv(Register rd, Register rt, Register rs);
    [all...]
macro-assembler-mips.cc 756 sllv(at, rs, at);
    [all...]
assembler-mips.cc 1293 void Assembler::sllv(Register rd, Register rt, Register rs) { function in class:v8::Assembler
    [all...]
stub-cache-mips.cc     [all...]
full-codegen-mips.cc     [all...]
lithium-codegen-mips.cc     [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
MIPSAssembler.h 383 void sllv(RegisterID rd, RegisterID rt, int rs) function in class:JSC::MIPSAssembler
MacroAssemblerMIPS.h 260 m_assembler.sllv(dest, dest, shiftAmount);
    [all...]

Completed in 527 milliseconds