Go to the documentation of this file.
58 byval vreg
as IRVREG
ptr, _
60 byval size as uinteger _
66 byval vreg
as IRVREG
ptr, _
68 byval size as uinteger _
75 byval vreg
as IRVREG
ptr, _
95 byval vreg
as IRVREG
ptr, _
118 byval r
as integer, _
119 byref vreg
as IRVREG
ptr _
151 #define REG_ISFREE(m,r) ((m
and (1
shl r)) <> 0)
152 #define REG_ISUSED(m,r) ((m
and (1
shl r)) = 0)
153 #define REG_SETFREE(m,r) m
or= (1
shl r)
154 #define REG_SETUSED(m,r) m
and=
not (1
shl r)
161 byval class as integer, _
162 byval regs as integer, _