Home | History | Annotate | Download | only in x86

Lines Matching refs:atype

3570 bool defineFirst(int atype) {
3571 if(atype == REGACCESS_D || atype == REGACCESS_L || atype == REGACCESS_H || atype == REGACCESS_DU)
3578 bool notUpdated(RegAccessType atype) {
3579 if(atype == REGACCESS_U) return true;
3586 RegAccessType atype = bb->infoBasicBlock[index].accessType;
3587 if(atype == REGACCESS_D || atype == REGACCESS_L || atype == REGACCESS_H || atype == REGACCESS_DU)