Home
last modified time | relevance | path

Searched refs:kInstructionsFor32BitConstant (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/codegen/mips/
H A Dassembler-mips-inl.h99 return pc_ + (Assembler::kInstructionsFor32BitConstant - 1) * kInstrSize; in target_address_address()
101 return pc_ + Assembler::kInstructionsFor32BitConstant * kInstrSize; in target_address_address()
H A Dassembler-mips.h321 static constexpr int kInstructionsFor32BitConstant = 2; variable
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dassembler-riscv64.h326 static constexpr int kInstructionsFor32BitConstant = 2; variable
/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64.h315 static constexpr int kInstructionsFor32BitConstant = 2; variable

Completed in 15 milliseconds