Searched refs:ud2 (Results 1 – 25 of 38) sorted by relevance
12
/external/llvm/test/CodeGen/X86/ |
D | ps4-noreturn.ll | 6 ; 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
|
D | function-alias.ll | 9 @ud2 = alias void (), bitcast (<{ i8, i8 }>* @0 to void ()*) 11 ; Check that "ud2" is emitted as a function symbol. 12 ; CHECK: .type{{.*}}ud2,@function
|
D | trap.ll | 6 ; DARWIN: ud2 8 ; LINUX: ud2 10 ; PS4: ud2
|
D | br-fold.ll | 16 ; X64_WINDOWS-NEXT: ud2 19 ; X64_WINDOWS_GNU-NEXT: ud2 22 ; PS4-NEXT: ud2
|
D | funclet-layout.ll | 100 ; CHECK: ud2 144 ; CHECK: ud2 149 ; CHECK: ud2 154 ; CHECK: ud2
|
D | win64_call_epi.ll | 27 ; Check for 'ud2' after noreturn call 29 ; WIN64-NEXT: ud2
|
D | catchret-regmask.ll | 34 ; CHECK: ud2 64 ; CHECK: ud2
|
D | catchpad-lifetime.ll | 38 ; CHECK: ud2 75 ; CHECK: ud2
|
D | x86-framelowering-trap.ll | 6 ; CHECK: ud2
|
D | asm-global-imm.ll | 24 …call void asm sideeffect "ud2\0A\09.word ${0:c}\0A\09.long ${1:c}\0A", "i,i,~{dirflag},~{fpsr},~{f…
|
D | sjlj-eh.ll | 67 ; CHECK: ud2
|
/external/libffi/src/x86/ |
D | sysv.S | 198 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/ |
D | metadata_test.cc | 271 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/ |
D | Other.cpp | 53 __ ud2(); in TEST_F()
|
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
D | Other.cpp | 53 __ ud2(); in TEST_F()
|
/external/cronet/base/mac/ |
D | call_with_eh_frame_asm.S | 50 ud2 // In the event this is called, make it fatal.
|
/external/clang/docs/ |
D | ControlFlowIntegrityDesign.rst | 89 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/ |
D | x86-16.txt | 693 # CHECK: ud2 696 # CHECK: ud2
|
/external/llvm/test/MC/X86/ |
D | x86-16.s | 774 ud2
|
D | x86-32.s | 899 ud2
|
/external/libchrome/base/ |
D | logging.h | 595 {__asm int 3 __asm ud2 __asm push __COUNTER__}; \
|
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerX8632.h | 842 void ud2();
|
D | IceAssemblerX8664.h | 838 void ud2();
|
/external/llvm/lib/Target/X86/ |
D | X86InstrSystem.td | 27 def TRAP : I<0x0B, RawFrm, (outs), (ins), "ud2", [(trap)]>, TB;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrSystem.td | 25 def TRAP : I<0x0B, RawFrm, (outs), (ins), "ud2", [(trap)]>, TB;
|
12