Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/micromips/
Dvalid.s154 sllv $2, $3, $5 # CHECK: sllv $2, $3, $5 # encoding: [0x00,0x65,0x10,0x10] label
/external/v8/src/wasm/baseline/mips64/
Dliftoff-assembler-mips64.h554 I32_SHIFTOP(shl, sllv) in I32_SHIFTOP() argument
/external/v8/src/wasm/baseline/mips/
Dliftoff-assembler-mips.h628 I32_SHIFTOP(shl, sllv) in I32_SHIFTOP() argument
/external/v8/src/builtins/mips/
Dbuiltins-mips.cc2570 __ sllv(input_high, input_high, scratch); in Generate_DoubleToI() local
2582 __ sllv(input_low, input_low, scratch); in Generate_DoubleToI() local
/external/v8/src/builtins/mips64/
Dbuiltins-mips64.cc2588 __ sllv(input_high, input_high, scratch); in Generate_DoubleToI() local
2600 __ sllv(input_low, input_low, scratch); in Generate_DoubleToI() local
/external/swiftshader/third_party/subzero/src/
DIceAssemblerMIPS32.cpp986 void AssemblerMIPS32::sllv(const Operand *OpRd, const Operand *OpRt, in sllv() function in Ice::MIPS32::AssemblerMIPS32
/external/v8/src/compiler/mips64/
Dcode-generator-mips64.cc1137 __ sllv(i.OutputRegister(), i.InputRegister(0), i.InputRegister(1)); in AssembleArchInstruction() local
/external/v8/src/compiler/mips/
Dcode-generator-mips.cc1019 __ sllv(i.OutputRegister(), i.InputRegister(0), i.InputRegister(1)); in AssembleArchInstruction() local
/external/v8/src/mips/
Dassembler-mips.cc2043 void Assembler::sllv(Register rd, Register rt, Register rs) { in sllv() function in v8::internal::Assembler
/external/v8/src/mips64/
Dassembler-mips64.cc2120 void Assembler::sllv(Register rd, Register rt, Register rs) { in sllv() function in v8::internal::Assembler