Searched refs:GetImmediate16 (Results 1 – 6 of 6) sorted by relevance
983 int delta = Assembler::GetImmediate16(instr); in PatchInlinedSmiCode()1013 DCHECK_EQ(0, Assembler::GetImmediate16(instr_at_patch)); in PatchInlinedSmiCode()
976 int delta = Assembler::GetImmediate16(instr); in PatchInlinedSmiCode()1006 DCHECK_EQ(0, Assembler::GetImmediate16(instr_at_patch)); in PatchInlinedSmiCode()
411 uint32_t Assembler::GetImmediate16(Instr instr) { in GetImmediate16() function in v8::internal::Assembler2810 ((uint64_t)(GetImmediate16(instr0)) << 32) | in target_address_at()2811 ((uint64_t)(GetImmediate16(instr1)) << 16) | in target_address_at()2812 ((uint64_t)(GetImmediate16(instr3)))); in target_address_at()
1122 static uint32_t GetImmediate16(Instr instr);
433 uint32_t Assembler::GetImmediate16(Instr instr) { in GetImmediate16() function in v8::internal::Assembler2563 (GetImmediate16(instr1) << 16) | GetImmediate16(instr2)); in target_address_at()
1086 static uint32_t GetImmediate16(Instr instr);