Searched defs:AddReg (Results 1 – 6 of 6) sorted by relevance
/external/google-breakpad/src/client/mac/handler/ |
D | minidump_generator.cc | 650 #define AddReg(a) context_ptr->a = static_cast<__typeof__(context_ptr->a)>( \ in WriteContextPPC() macro 716 #define AddReg(a) context_ptr->a = static_cast<__typeof__(context_ptr->a)>( \ in WriteContextPPC64() macro 818 #define AddReg(a) context_ptr->a = static_cast<__typeof__(context_ptr->a)>( \ in WriteContextX86() macro 858 #define AddReg(a) context_ptr->a = static_cast<__typeof__(context_ptr->a)>( \ in WriteContextX86_64() macro
|
/external/llvm-project/llvm/unittests/CodeGen/GlobalISel/ |
D | CSETest.cpp | 32 Register AddReg = MRI->createGenericVirtualRegister(s16); in TEST_F() local
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfExpression.cpp | 25 void DwarfExpression::AddReg(int DwarfReg, const char *Comment) { in AddReg() function in DwarfExpression
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 4775 unsigned AddReg = emitAdd_ri_(VT, Src0Reg, /*IsKill=*/false, Pow2MinusOne); in selectSDiv() local
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 4947 unsigned AddReg = emitAdd_ri_(VT, Src0Reg, /*IsKill=*/false, Pow2MinusOne); in selectSDiv() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 4954 unsigned AddReg = emitAdd_ri_(VT, Src0Reg, /*IsKill=*/false, Pow2MinusOne); in selectSDiv() local
|