Home
last modified time | relevance | path

Searched defs:AddReg (Results 1 – 3 of 3) sorted by relevance

/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.cc630 #define AddReg(a) context_ptr->a = static_cast<__typeof__(context_ptr->a)>( \ in WriteContextPPC() macro
696 #define AddReg(a) context_ptr->a = static_cast<__typeof__(context_ptr->a)>( \ in WriteContextPPC64() macro
798 #define AddReg(a) context_ptr->a = static_cast<__typeof__(context_ptr->a)>( \ in WriteContextX86() macro
838 #define AddReg(a) context_ptr->a = static_cast<__typeof__(context_ptr->a)>( \ in WriteContextX86_64() macro
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfExpression.cpp25 void DwarfExpression::AddReg(int DwarfReg, const char *Comment) { in AddReg() function in DwarfExpression
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp4775 unsigned AddReg = emitAdd_ri_(VT, Src0Reg, /*IsKill=*/false, Pow2MinusOne); in selectSDiv() local