Searched refs:near_value (Results 1 – 1 of 1) sorted by relevance
7671 int64_t near_value = (value + 0x800) & ~0xfff; in LoadImmediate() local7672 int32_t small_value = value - near_value; in LoadImmediate()7674 uint32_t imm20 = static_cast<uint32_t>(near_value) >> 12; in LoadImmediate()