HomeSort by relevance Sort by last modified time
    Searched refs:ud2 (Results 1 - 25 of 38) sorted by null

1 2

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
arch-4.s 3 ud2
arch-4.d 11 [ ]*[a-f0-9]+: 0f 0b ud2
12 [ ]*[a-f0-9]+: 0f 0b ud2
opcode-suffix.d 258 *[0-9a-f]+: 0f 0b[ ]+ud2[ ]+
opcode.d 257 32d: 0f 0b [ ]*ud2
  /external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
Other.cpp 52 TEST_F(AssemblerX8664LowLevelTest, Ud2) {
53 __ ud2();
  /external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
Other.cpp 52 TEST_F(AssemblerX8632LowLevelTest, Ud2) {
53 __ ud2();
  /external/valgrind/coregrind/
m_trampoline.S 45 # define UD2_16 ud2 ; ud2 ; ud2 ; ud2 ;ud2 ; ud2 ; ud2 ; ud2
66 ud2
73 ud2
    [all...]
  /external/valgrind/coregrind/m_dispatch/
dispatch-x86-darwin.S 215 ud2 /* persuade insn decoders not to speculate past here */
dispatch-x86-linux.S 216 ud2 /* persuade insn decoders not to speculate past here */
dispatch-x86-solaris.S 216 ud2 /* persuade insn decoders not to speculate past here */
dispatch-amd64-darwin.S 225 ud2 /* persuade insn decoders not to speculate past here */
dispatch-amd64-linux.S 225 ud2 /* persuade insn decoders not to speculate past here */
dispatch-amd64-solaris.S 225 ud2 /* persuade insn decoders not to speculate past here */
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue11656.go 55 binary.LittleEndian.PutUint16(ill, 0x0b0f) // ud2
  /prebuilts/go/linux-x86/test/fixedbugs/
issue11656.go 55 binary.LittleEndian.PutUint16(ill, 0x0b0f) // ud2
  /external/llvm/test/MC/X86/
x86-16.s 772 // CHECK: ud2
774 ud2
776 // CHECK: ud2
x86-32.s 897 // CHECK: ud2
899 ud2
901 // CHECK: ud2
  /external/swiftshader/third_party/LLVM/test/MC/X86/
x86-32.s 800 // CHECK: ud2
802 ud2
804 // CHECK: ud2
  /external/libchrome/base/
logging.h 490 "int3; ud2; push %0;" ::"i"(static_cast<unsigned char>(__COUNTER__)))
526 // `int3`, 2 for `ud2`, 2 for `push byte imm`, however, TODO(scottmg):
532 #define IMMEDIATE_CRASH() ({__asm int 3 __asm ud2 __asm push __COUNTER__})
    [all...]
  /external/v8/src/x87/
assembler-x87.h 810 void ud2();
    [all...]
assembler-x87.cc 1313 void Assembler::ud2() { function in class:v8::internal::Assembler
    [all...]
  /art/runtime/arch/x86_64/
memcmp16_x86_64.S 43 ud2
  /external/swiftshader/third_party/subzero/src/
IceAssemblerX86Base.h 704 void ud2();
    [all...]
  /bionic/libc/arch-x86_64/string/
sse4-memcmp-slm.S 79 ud2
    [all...]
  /external/v8/src/ia32/
assembler-ia32.h 817 void ud2();
    [all...]

Completed in 437 milliseconds

1 2