Home
last modified time | relevance | path

Searched refs:ud2 (Results 1 – 25 of 38) sorted by relevance

12

/external/llvm/test/CodeGen/X86/
Dps4-noreturn.ll6 ; another instruction. It was easy to produce 'ud2' so we check for that.
12 ; Check for 'ud2' between noreturn call and function end.
14 ; CHECK-NEXT: ud2
32 ; CHECK-NEXT: ud2
Dfunction-alias.ll9 @ud2 = alias void (), bitcast (<{ i8, i8 }>* @0 to void ()*)
11 ; Check that "ud2" is emitted as a function symbol.
12 ; CHECK: .type{{.*}}ud2,@function
Dtrap.ll6 ; DARWIN: ud2
8 ; LINUX: ud2
10 ; PS4: ud2
Dbr-fold.ll16 ; X64_WINDOWS-NEXT: ud2
19 ; X64_WINDOWS_GNU-NEXT: ud2
22 ; PS4-NEXT: ud2
Dfunclet-layout.ll100 ; CHECK: ud2
144 ; CHECK: ud2
149 ; CHECK: ud2
154 ; CHECK: ud2
Dwin64_call_epi.ll27 ; Check for 'ud2' after noreturn call
29 ; WIN64-NEXT: ud2
Dcatchret-regmask.ll34 ; CHECK: ud2
64 ; CHECK: ud2
Dcatchpad-lifetime.ll38 ; CHECK: ud2
75 ; CHECK: ud2
Dx86-framelowering-trap.ll6 ; CHECK: ud2
Dasm-global-imm.ll24 …call void asm sideeffect "ud2\0A\09.word ${0:c}\0A\09.long ${1:c}\0A", "i,i,~{dirflag},~{fpsr},~{f…
Dsjlj-eh.ll67 ; CHECK: ud2
/external/libffi/src/x86/
Dsysv.S198 ud2
200 ud2
412 ud2
414 ud2
561 ud2
563 ud2
666 ud2
668 ud2
783 ud2
785 ud2
/external/grpc-grpc/test/core/transport/
Dmetadata_test.cc271 int* ud2; in test_user_data_works() local
279 ud2 = static_cast<int*>(gpr_malloc(sizeof(int))); in test_user_data_works()
280 *ud2 = 2; in test_user_data_works()
285 grpc_mdelem_set_user_data(md, gpr_free, ud2); in test_user_data_works()
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DOther.cpp53 __ ud2(); in TEST_F()
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DOther.cpp53 __ ud2(); in TEST_F()
/external/cronet/base/mac/
Dcall_with_eh_frame_asm.S50 ud2 // In the event this is called, make it fatal.
/external/clang/docs/
DControlFlowIntegrityDesign.rst89 ca8511: 0f 0b ud2
152 e0b: 0f 0b ud2
172 11f5: 0f 0b ud2
186 9d6: 0f 0b ud2
/external/llvm/test/MC/Disassembler/X86/
Dx86-16.txt693 # CHECK: ud2
696 # CHECK: ud2
/external/llvm/test/MC/X86/
Dx86-16.s774 ud2
Dx86-32.s899 ud2
/external/libchrome/base/
Dlogging.h595 {__asm int 3 __asm ud2 __asm push __COUNTER__}; \
/external/swiftshader/third_party/subzero/src/
DIceAssemblerX8632.h842 void ud2();
DIceAssemblerX8664.h838 void ud2();
/external/llvm/lib/Target/X86/
DX86InstrSystem.td27 def TRAP : I<0x0B, RawFrm, (outs), (ins), "ud2", [(trap)]>, TB;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrSystem.td25 def TRAP : I<0x0B, RawFrm, (outs), (ins), "ud2", [(trap)]>, TB;

12