Home
last modified time | relevance | path

Searched refs:insert_w (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dcode-generator-mips.cc2005 __ insert_w(dst, i.InputInt8(1), i.InputRegister(2)); in AssembleArchInstruction()
2105 __ insert_w(dst, 0, kScratchReg); in AssembleArchInstruction()
2106 __ insert_w(dst, 2, kScratchReg); in AssembleArchInstruction()
2108 __ insert_w(dst, 1, kScratchReg); in AssembleArchInstruction()
2109 __ insert_w(dst, 3, kScratchReg); in AssembleArchInstruction()
2129 __ insert_w(dst, i.InputInt8(1) * 2, kScratchReg); in AssembleArchInstruction()
2131 __ insert_w(dst, i.InputInt8(1) * 2 + 1, kScratchReg); in AssembleArchInstruction()
2388 __ insert_w(dst, i.InputInt8(1), kScratchReg); in AssembleArchInstruction()
3292 __ insert_w(dst, 0, kScratchReg); in AssembleArchInstruction()
3456 __ insert_w(ds in AssembleArchInstruction()
[all...]
/third_party/node/deps/v8/src/wasm/baseline/mips64/
H A Dliftoff-assembler-mips64.h2059 insert_w(dst_msa, 0, scratch); in LoadTransform()
3395 insert_w(dst.fp().toW(), imm_lane_idx, src2.gp()); in emit_i32x4_replace_lane()
3416 insert_w(dst.fp().toW(), imm_lane_idx, kScratchReg); in emit_f32x4_replace_lane()
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dcode-generator-mips64.cc1845 __ insert_w(dst, 0, kScratchReg); in AssembleArchInstruction()
2083 __ insert_w(dst, i.InputInt8(1), i.InputRegister(2)); in AssembleArchInstruction()
2489 __ insert_w(dst, i.InputInt8(1), kScratchReg); in AssembleArchInstruction()
3462 __ insert_w(dst, 0, kScratchReg); in AssembleArchInstruction()
/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64.h1352 void insert_w(MSARegister wd, uint32_t n, Register rs);
H A Dmacro-assembler-mips64.cc2629 insert_w(dst, laneidx, scratch); in CallRecordWriteStub()
H A Dassembler-mips64.cc3592 void Assembler::insert_w(MSARegister wd, uint32_t n, Register rs) { in insert_w() function in v8::internal::Assembler
/third_party/node/deps/v8/src/codegen/mips/
H A Dassembler-mips.h1290 void insert_w(MSARegister wd, uint32_t n, Register rs);
H A Dassembler-mips.cc3380 void Assembler::insert_w(MSARegister wd, uint32_t n, Register rs) { in insert_w() function in v8::internal::Assembler

Completed in 46 milliseconds