Searched refs:PatchMovwImmediate (Results 1 – 3 of 3) sorted by relevance
597 instr_ptr[0] = PatchMovwImmediate(instr_ptr[0], immediate & 0xFFFF); in set_target_address_at()598 instr_ptr[1] = PatchMovwImmediate(instr_ptr[1], immediate >> 16); in set_target_address_at()
3584 Instr Assembler::PatchMovwImmediate(Instr instruction, uint32_t immediate) { in PatchMovwImmediate() function in v8::internal::Assembler4072 instr_at_put(pc, PatchMovwImmediate(instr, offset & 0xffff)); in PatchConstantPoolAccessInstruction()4074 PatchMovwImmediate(next_instr, offset >> 16)); in PatchConstantPoolAccessInstruction()
1428 static Instr PatchMovwImmediate(Instr instruction, uint32_t immediate);