Searched refs:value_high (Results 1 – 1 of 1) sorted by relevance
2642 const uint16_t value_high = Utils::High16Bits(value); in LoadPatchableImmediate() local2644 movt(rd, value_high, cond); in LoadPatchableImmediate()2661 const uint16_t value_high = Utils::High16Bits(value); in LoadDecodableImmediate() local2662 if (value_high != 0) { in LoadDecodableImmediate()2663 movt(rd, value_high, cond); in LoadDecodableImmediate()