Home
last modified time | relevance | path

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

/aosp_15_r20/external/google-breakpad/src/client/mac/handler/
H A Dminidump_generator.cc655 #define AddReg(a) context_ptr->a = static_cast<__typeof__(context_ptr->a)>( \ in WriteContextPPC() macro
721 #define AddReg(a) context_ptr->a = static_cast<__typeof__(context_ptr->a)>( \ in WriteContextPPC64() macro
823 #define AddReg(a) context_ptr->a = static_cast<__typeof__(context_ptr->a)>( \ in WriteContextX86() macro
863 #define AddReg(a) context_ptr->a = static_cast<__typeof__(context_ptr->a)>( \ in WriteContextX86_64() macro
/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp25 void DwarfExpression::AddReg(int DwarfReg, const char *Comment) { in AddReg() function in DwarfExpression
/aosp_15_r20/external/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp4775 unsigned AddReg = emitAdd_ri_(VT, Src0Reg, /*IsKill=*/false, Pow2MinusOne); in selectSDiv() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp4954 unsigned AddReg = emitAdd_ri_(VT, Src0Reg, /*IsKill=*/false, Pow2MinusOne); in selectSDiv() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp4865 unsigned AddReg = emitAdd_ri_(VT, Src0Reg, Pow2MinusOne); in selectSDiv() local