HomeSort by relevance Sort by last modified time
    Searched refs:dsll (Results 51 - 62 of 62) sorted by null

1 23

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/machine/
asm.h 187 #define PTR_SLL dsll
  /art/runtime/arch/mips64/
quick_entrypoints_mips64.S 606 dsll $t9, $t9, 32
647 dsll $t3, $t3, 4 # shift the frame size left 4 to align to 16 bytes
750 dsll $t3, $t3, 4 # shift the frame size left 4 to align to 16 bytes
921 dsll $a1, $a1, 2
931 dsll $a1, $a1, 2
    [all...]
  /external/v8/src/mips64/
macro-assembler-mips64.cc 582 dsll(at, reg2, 1); // 2x.
586 dsll(at, reg2, kPointerSizeLog2);
1122 dsll(rd, rd, 16);
1124 dsll(rd, rd, 16);
1131 dsll(rd, rd, 16);
1138 dsll(rd, rd, 16);
1143 dsll(rd, rd, 16);
1145 dsll(rd, rd, 16);
    [all...]
codegen-mips64.cc     [all...]
deoptimizer-mips64.cc 265 __ dsll(a1, a1, kPointerSizeLog2); // Count to offset.
lithium-codegen-mips64.cc     [all...]
disasm-mips64.cc 672 case DSLL:
673 Format(instr, "dsll 'rd, 'rt, 'sa");
    [all...]
code-stubs-mips64.cc     [all...]
regexp-macro-assembler-mips64.cc 689 __ dsll(t1, a1, (mode_ == UC16) ? 1 : 0);
    [all...]
assembler-mips64.cc 1719 void Assembler::dsll(Register rd, Register rt, uint16_t sa) { function in class:v8::Assembler
    [all...]
assembler-mips64.h 803 void dsll(Register rd, Register rt, uint16_t sa);
    [all...]
full-codegen-mips64.cc     [all...]

Completed in 1608 milliseconds

1 23