Searched refs:GetImmediate16 (Results 1 – 6 of 6) sorted by relevance
580 int delta = Assembler::GetImmediate16(instr); in PatchInlinedSmiCode()609 DCHECK_EQ(0u, Assembler::GetImmediate16(instr_at_patch)); in PatchInlinedSmiCode()
579 int delta = Assembler::GetImmediate16(instr); in PatchInlinedSmiCode()608 DCHECK_EQ(0u, Assembler::GetImmediate16(instr_at_patch)); in PatchInlinedSmiCode()
416 uint32_t Assembler::GetImmediate16(Instr instr) { in GetImmediate16() function in v8::internal::Assembler730 int16_t jic_offset = GetImmediate16(instr_jic); in CreateTargetAddress()731 int16_t lui_offset = GetImmediate16(instr_lui); in CreateTargetAddress()3199 return reinterpret_cast<Address>((GetImmediate16(instr1) << kLuiShift) | in target_address_at()3200 GetImmediate16(instr2)); in target_address_at()
1138 static uint32_t GetImmediate16(Instr instr);
397 uint32_t Assembler::GetImmediate16(Instr instr) { in GetImmediate16() function in v8::internal::Assembler3416 ((uint64_t)(GetImmediate16(instr0)) << 32) | in target_address_at()3417 ((uint64_t)(GetImmediate16(instr1)) << 16) | in target_address_at()3418 ((uint64_t)(GetImmediate16(instr3)))); in target_address_at()
1203 static uint32_t GetImmediate16(Instr instr);