Home
last modified time | relevance | path

Searched refs:toShort (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/main/VEX/priv/
Dhost_generic_reg_alloc2.c580 vreg_lrs[k].dead_before = toShort(ii + 1); in doRegisterAllocation()
584 vreg_lrs[k].live_after = toShort(ii); in doRegisterAllocation()
585 vreg_lrs[k].dead_before = toShort(ii + 1); in doRegisterAllocation()
593 vreg_lrs[k].dead_before = toShort(ii + 1); in doRegisterAllocation()
676 rreg_lrs_la[rreg_lrs_used].live_after = toShort(flush_la); in doRegisterAllocation()
677 rreg_lrs_la[rreg_lrs_used].dead_before = toShort(flush_db); in doRegisterAllocation()
713 rreg_lrs_la[rreg_lrs_used].live_after = toShort(rreg_live_after[j]); in doRegisterAllocation()
714 rreg_lrs_la[rreg_lrs_used].dead_before = toShort(rreg_dead_before[j]); in doRegisterAllocation()
878 vreg_lrs[j].spill_offset = toShort(guest_sizeB * 3 + k * 8); in doRegisterAllocation()
1069 vreg_state[hregNumber(vregD)] = toShort(m); in doRegisterAllocation()
[all …]
/external/valgrind/main/VEX/pub/
Dlibvex_basictypes.h116 static inline Short toShort ( Int x ) { in toShort() function