Searched refs:PatchMovwImmediate (Results 1 – 3 of 3) sorted by relevance
563 instr_ptr[0] = PatchMovwImmediate(instr_ptr[0], immediate & 0xFFFF); in set_target_address_at()564 instr_ptr[1] = PatchMovwImmediate(instr_ptr[1], immediate >> 16); in set_target_address_at()
4722 Instr Assembler::PatchMovwImmediate(Instr instruction, uint32_t immediate) { in PatchMovwImmediate() function in v8::internal::Assembler5192 instr_at_put(pc, PatchMovwImmediate(instr, offset & 0xffff)); in PatchConstantPoolAccessInstruction()5194 PatchMovwImmediate(next_instr, offset >> 16)); in PatchConstantPoolAccessInstruction()
1610 static Instr PatchMovwImmediate(Instr instruction, uint32_t immediate);