Searched refs:shf_b (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | code-generator-mips64.cc | 3654 __ shf_b(i.OutputSimd128Register(), kSimd128ScratchReg, 0x1B); in AssembleArchInstruction() 3661 __ shf_b(i.OutputSimd128Register(), i.InputSimd128Register(0), 0x1B); in AssembleArchInstruction() 3668 __ shf_b(i.OutputSimd128Register(), i.InputSimd128Register(0), 0xB1); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | code-generator-mips.cc | 3484 __ shf_b(i.OutputSimd128Register(), kSimd128ScratchReg, 0x1B); in AssembleArchInstruction() 3491 __ shf_b(i.OutputSimd128Register(), i.InputSimd128Register(0), 0x1B); in AssembleArchInstruction() 3498 __ shf_b(i.OutputSimd128Register(), i.InputSimd128Register(0), 0xB1); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | assembler-mips64.h | 929 void shf_b(MSARegister wd, MSARegister ws, uint32_t imm8);
|
H A D | assembler-mips64.cc | 3260 V(shf_b, SHF_B) \
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | assembler-mips.h | 869 void shf_b(MSARegister wd, MSARegister ws, uint32_t imm8);
|
H A D | assembler-mips.cc | 3053 V(shf_b, SHF_B) \
|
Completed in 35 milliseconds