Searched refs:insert_w (Results 1 - 8 of 8) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | code-generator-mips.cc | 2005 __ 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 D | liftoff-assembler-mips64.h | 2059 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 D | code-generator-mips64.cc | 1845 __ 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 D | assembler-mips64.h | 1352 void insert_w(MSARegister wd, uint32_t n, Register rs);
|
H A D | macro-assembler-mips64.cc | 2629 insert_w(dst, laneidx, scratch); in CallRecordWriteStub()
|
H A D | assembler-mips64.cc | 3592 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 D | assembler-mips.h | 1290 void insert_w(MSARegister wd, uint32_t n, Register rs);
|
H A D | assembler-mips.cc | 3380 void Assembler::insert_w(MSARegister wd, uint32_t n, Register rs) { in insert_w() function in v8::internal::Assembler
|
Completed in 46 milliseconds