Home
last modified time | relevance | path

Searched defs:imm28 (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64-inl.h116 uint64_t imm28 = target & static_cast<uint64_t>(kImm28Mask); in set_target_internal_reference_encoded_at() local
196 uint64_t imm28 = instr << 2; in target_internal_reference() local
H A Dassembler-mips64.cc777 int32_t imm28 = (instr & static_cast<int32_t>(kImm26Mask)) << 2; in target_at() local
908 int32_t imm28 = target_pos - pos; in target_at_put() local
918 int32_t imm28 = target_pos - pos; in target_at_put() local
3712 uint32_t imm28 in RelocateInternalReference() local
3724 int32_t imm28 = (instr & static_cast<int32_t>(kImm26Mask)) << 2; RelocateInternalReference() local
[all...]

Completed in 8 milliseconds