Searched defs:EXC (Results 1 - 7 of 7) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/arch/mips/lib/
H A Dmemcpy.S88 #define EXC(inst_reg,addr,handler) \ define
246 EXC( LOAD t0, UNIT(0)(src), .Ll_exc)
247 EXC( LOAD t1, UNIT(1)(src), .Ll_exc_copy)
248 EXC( LOAD t2, UNIT(2)(src), .Ll_exc_copy)
249 EXC( LOAD t3, UNIT(3)(src), .Ll_exc_copy)
251 EXC( LOAD t4, UNIT(4)(src), .Ll_exc_copy)
252 EXC( LOAD t7, UNIT(5)(src), .Ll_exc_copy)
253 EXC( STORE t0, UNIT(0)(dst), .Ls_exc_p8u)
254 EXC( STORE t1, UNIT(1)(dst), .Ls_exc_p7u)
255 EXC( LOA
[all...]
/external/lldb/tools/debugserver/source/MacOSX/arm/
H A DDNBArchImpl.h117 typedef arm_exception_state_t EXC; typedef in class:DNBArchMachARM
134 EXC exc;
/external/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_arm.h147 struct EXC struct in class:RegisterContextDarwin_arm
179 EXCWordCount = sizeof(EXC)/sizeof(uint32_t),
192 EXC exc;
297 DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc) = 0;
309 DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc) = 0;
H A DRegisterContextDarwin_i386.h116 struct EXC struct in class:RegisterContextDarwin_i386
136 EXCWordCount = sizeof(EXC)/sizeof(uint32_t)
148 EXC exc;
239 DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc) = 0;
248 DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc) = 0;
H A DRegisterContextDarwin_x86_64.h120 struct EXC struct in class:RegisterContextDarwin_x86_64
140 EXCWordCount = sizeof(EXC)/sizeof(uint32_t)
152 EXC exc;
243 DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc) = 0;
252 DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc) = 0;
/external/lldb/tools/debugserver/source/MacOSX/i386/
H A DDNBArchImplI386.h66 typedef __i386_exception_state_t EXC; typedef in class:DNBArchImplI386
98 e_regSetWordSizeEXC = sizeof(EXC) / sizeof(int),
117 EXC exc;
/external/lldb/tools/debugserver/source/MacOSX/x86_64/
H A DDNBArchImplX86_64.h65 typedef __x86_64_exception_state_t EXC; typedef in class:DNBArchImplX86_64
97 e_regSetWordSizeEXC = sizeof(EXC) / sizeof(int),
116 EXC exc;

Completed in 1111 milliseconds