Searched refs:REGACCESS_UL (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/compiler/codegen/x86/
H A DAnalysisO1.h82 REGACCESS_UL, enumerator in enum:RegAccessType
H A DAnalysisO1.cpp2975 if(A == REGACCESS_L || A == REGACCESS_LU || A == REGACCESS_UL) {
3025 if(A == REGACCESS_UD || A == REGACCESS_UL || A == REGACCESS_UH ||
3034 if(B == REGACCESS_D && isBPartiallyOverlapA == OVERLAP_B_COVER_LOW_OF_A) return REGACCESS_UL;
3038 if(B == REGACCESS_UD && isBPartiallyOverlapA == OVERLAP_B_COVER_LOW_OF_A) return REGACCESS_UL;
3041 if(B == REGACCESS_DU && isBPartiallyOverlapA == OVERLAP_B_COVER_LOW_OF_A) return REGACCESS_UL;

Completed in 63 milliseconds