Searched refs:hi_32 (Results 1 – 4 of 4) sorted by relevance
813 uint32_t hi_32 = int_val >> 32; in LoadF64() local819 llihf(scratch, Operand(hi_32)); in LoadF64()822 iihf(scratch, Operand(hi_32)); in LoadF64()
1065 int32_t hi_32 = static_cast<int64_t>(value) >> 32; in breakpoint() local1068 iihf(r1, Operand(hi_32)); in breakpoint()
2452 int32_t hi_32 = static_cast<int32_t>(value >> 32); in CallRecordWriteStub() local2456 if (hi_32 == 0) { in CallRecordWriteStub()2464 if (is_uint16(hi_32)) { in CallRecordWriteStub()2465 llihl(dst, Operand(hi_32)); in CallRecordWriteStub()2468 llihf(dst, Operand(hi_32)); in CallRecordWriteStub()2479 iihf(dst, Operand(hi_32)); in CallRecordWriteStub()
1401 int32_t hi_32 = static_cast<int32_t>(value >> 32); in bitwise_mov() local1403 int hi_word = static_cast<int>(hi_32 >> 16); in bitwise_mov()1404 int lo_word = static_cast<int>(hi_32 & 0xFFFF); in bitwise_mov()