Searched refs:storefloat (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/bsd/pcc/dist/pcc/arch/i386/ |
H A D | local2.c | 898 storefloat(struct interpass *ip, NODE *p) in storefloat() function 904 l = storefloat(ip, p->n_left); in storefloat() 905 r = storefloat(ip, p->n_right); in storefloat() 928 l = storefloat(ip, p->n_left); in storefloat() 1084 storefloat(ip, ip->ip_node); in myreader()
|
/netbsd-src/external/bsd/pcc/dist/pcc/arch/powerpc/ |
H A D | local2.c | 1196 storefloat(struct interpass *ip, NODE *p) in storefloat() function 1202 l = storefloat(ip, p->n_left); in storefloat() 1203 r = storefloat(ip, p->n_right); in storefloat() 1226 l = storefloat(ip, p->n_left); in storefloat() 1248 storefloat(ip, ip->ip_node); in myreader()
|
/netbsd-src/external/bsd/pcc/dist/pcc/arch/i86/ |
H A D | local2.c | 918 storefloat(struct interpass *ip, NODE *p) in storefloat() function 924 l = storefloat(ip, p->n_left); in storefloat() 925 r = storefloat(ip, p->n_right); in storefloat() 948 l = storefloat(ip, p->n_left); in storefloat() 1095 storefloat(ip, ip->ip_node); in myreader()
|