Searched defs:EA (Results 1 – 11 of 11) sorted by relevance
59 #define ABS_GET_RT_CODE(EA) ((EA) & 0x0FLL) argument60 #define ABS_GET_PP_CODE(EA) (((EA) & 0xF0LL) / 0xF) argument
172 DataObject::find_dbeEA (Vaddr EA) in find_dbeEA()
249 auto &EA = G[EI]; in accountRecord() local259 auto &EA = G[EI]; in accountRecord() local
46 #define real_addr(EA, IS_READ) vm_real_data_addr(cpu_data_map(processor), \ argument
108 #define EA 4 /* effective address */ macro
389 void DiagnosticInfoOptimizationBase::insert(setExtraArgs EA) { in insert()
979 const Expr *EA = A.ConstraintExpr, *EB = B.ConstraintExpr; in MaybeEmitAmbiguousAtomicConstraintsDiagnostic() local
9905 if (auto *EA = dyn_cast<EnumConstantDecl>(VA)) { in isEquivalentInternalLinkageDeclaration() local
885 NodeAddr<BlockNode*> EA = Func.Addr->getEntryBlock(*this); in build() local