Home
last modified time | relevance | path

Searched defs:sllv (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/v8/test/cctest/
Dtest-assembler-mips.cc146 __ sllv(v0, v0, t0); // 0xf2345600 in TEST() local
Dtest-assembler-mips64.cc148 __ sllv(v0, v0, a4); // 0xf2345600 in TEST() local
/external/chromium_org/v8/src/mips/
Dcode-stubs-mips.cc241 __ sllv(input_high, input_high, scratch); in Generate() local
253 __ sllv(input_low, input_low, scratch); in Generate() local
Dassembler-mips.cc1610 void Assembler::sllv(Register rd, Register rt, Register rs) { in sllv() function in v8::internal::Assembler
Dfull-codegen-mips.cc2385 __ sllv(scratch1, scratch1, scratch2); in EmitInlineSmiBinaryOp() local
Dlithium-codegen-mips.cc1635 __ sllv(result, left, ToRegister(right_op)); in DoShiftI() local
/external/chromium_org/v8/src/mips64/
Dcode-stubs-mips64.cc237 __ sllv(input_high, input_high, scratch); in Generate() local
249 __ sllv(input_low, input_low, scratch); in Generate() local
Dassembler-mips64.cc1674 void Assembler::sllv(Register rd, Register rt, Register rs) { in sllv() function in v8::internal::Assembler
Dlithium-codegen-mips64.cc1601 __ sllv(result, left, ToRegister(right_op)); in DoShiftI() local