Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/ia32/
H A Dmacro-assembler-ia32.h223 void ShrPair(Register high, Register low, uint8_t imm8);
H A Dmacro-assembler-ia32.cc661 void TurboAssembler::ShrPair(Register high, Register low, uint8_t shift) { in CallRecordWriteStub() function in v8::internal::TurboAssembler
/third_party/node/deps/v8/src/codegen/mips/
H A Dmacro-assembler-mips.h585 void ShrPair(Register dst_low, Register dst_high, Register src_low,
589 void ShrPair(Register dst_low, Register dst_high, Register src_low,
H A Dmacro-assembler-mips.cc1557 void TurboAssembler::ShrPair(Register dst_low, Register dst_high, in CallRecordWriteStub() function in v8::internal::TurboAssembler
1583 void TurboAssembler::ShrPair(Register dst_low, Register dst_high, in CallRecordWriteStub() function in v8::internal::TurboAssembler
/third_party/node/deps/v8/src/wasm/baseline/mips/
H A Dliftoff-assembler-mips.h1175 &TurboAssembler::ShrPair); in emit_i64_shr()
1187 ShrPair(dst.low_gp(), dst.high_gp(), src.low_gp(), src_high, amount, in emit_i64_shri()
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dcode-generator-mips.cc1098 __ ShrPair(i.OutputRegister(0), second_output, i.InputRegister(0), in AssembleArchInstruction()
1103 __ ShrPair(i.OutputRegister(0), second_output, i.InputRegister(0), in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc1224 __ ShrPair(i.InputRegister(1), i.InputRegister(0), i.InputInt6(2)); in AssembleArchInstruction()
/third_party/node/deps/v8/src/wasm/baseline/ia32/
H A Dliftoff-assembler-ia32.h1790 ShrPair(dst.high_gp(), dst.low_gp(), amount); in emit_i64_shri()

Completed in 37 milliseconds