Searched refs:sllv (Results 1 - 12 of 12) sorted by relevance

/external/kernel-headers/original/asm-mips/
H A Dasm.h263 #define INT_SLLV sllv
300 #define LONG_SLLV sllv
349 #define PTR_SLLV sllv
/external/v8/test/cctest/
H A Dtest-disasm-mips.cc234 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");
H A Dtest-assembler-mips.cc162 __ sllv(v0, v0, t0); // 0xf2345600
/external/v8/src/mips/
H A Dcode-stubs-mips.cc507 __ sllv(source_, source_, zeros_);
730 __ sllv(scratch2, scratch2, dst1);
743 __ sllv(dst1, int_scratch, scratch2);
749 __ sllv(scratch2, int_scratch, scratch2);
904 __ sllv(scratch2, scratch2, scratch3);
972 __ sllv(src1, src2, scratch);
2517 __ sllv(scratch1, scratch1, scratch2);
2685 __ sllv(a2, a3, a2);
3090 __ sllv(a2, a3, a2);
5098 __ sllv(t
[all...]
H A Dassembler-mips.h733 void sllv(Register rd, Register rt, Register rs);
H A Dmacro-assembler-mips.cc756 sllv(at, rs, at);
1495 sllv(input_high, input_high, scratch);
1507 sllv(input_low, input_low, scratch);
5157 sllv(mask_reg, t8, mask_reg);
H A Dassembler-mips.cc1293 void Assembler::sllv(Register rd, Register rt, Register rs) { function in class:v8::Assembler
H A Dstub-cache-mips.cc981 __ sllv(ival, ival, zeros);
4022 __ sllv(t3, t3, t6);
H A Dfull-codegen-mips.cc1880 __ sllv(scratch1, scratch1, scratch2);
H A Dlithium-codegen-mips.cc1104 __ sllv(result, left, ToRegister(right_op));
/external/webkit/Source/JavaScriptCore/assembler/
H A DMIPSAssembler.h383 void sllv(RegisterID rd, RegisterID rt, int rs) function in class:JSC::MIPSAssembler
H A DMacroAssemblerMIPS.h260 m_assembler.sllv(dest, dest, shiftAmount);

Completed in 328 milliseconds