Searched refs:SEH (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp215 unsigned SEH = MRI->getEncodingValue(Reg); local
216 MRI->mapLLVMRegToSEHReg(Reg, SEH);
/external/valgrind/main/none/tests/mips64/
H A Darithmetic_instruction.c13 MOVZ, SEB, SEH, SLT, enumerator in enum:__anon33128
285 case SEH:
/external/protobuf/gtest/test/
H A Dgtest_output_test_.cc353 // This group of tests verifies that Google Test handles SEH and C++
356 // A function that throws an SEH exception.
442 // test function throws an SEH exception.
443 TEST_F(ExceptionInTestFunctionTest, SEH) {
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dpthread.h51 * WIN32 SEH
59 * using SEH, C++, or C. For example, a library built
60 * with SEH will call the cleanup routine, while both
78 #error ERROR [__FILE__, line __LINE__]: SEH is not supported for this compiler.
751 * WIN32 SEH version of cancel cleanup.
1281 /* FIXME: This is only required if the library was built using SEH */
1283 * Get internal SEH tag
1294 * Redefine the SEH __except keyword to ensure that applications
/external/pcre/dist/sljit/
H A DsljitNativeMIPS_32.c106 return push_inst(compiler, SEH | T(src2) | D(dst), DR(dst));
H A DsljitNativeMIPS_common.c183 #define SEH (HI(31) | (24 << 6) | LO(32)) macro
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1054 BuildMI(BB, DL, TII->get(Mips::SEH), DstReg).addReg(SrcReg);

Completed in 222 milliseconds