Searched refs:ud2 (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | CFIVerify.rst | 68 CFI trap (on x86, this is a ``ud2`` instruction). If the target instruction is
|
| H A D | CodeGenerator.rst | 1753 def : MnemonicAlias<"ud2a", "ud2">;
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | ControlFlowIntegrityDesign.rst | 89 ca8511: 0f 0b ud2 152 e0b: 0f 0b ud2 172 11f5: 0f 0b ud2 186 9d6: 0f 0b ud2
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/ |
| H A D | rs6000.c | 2484 HOST_WIDE_INT ud1, ud2, ud3, ud4; local 2487 ud2 = (c1 & 0xffff0000) >> 16; 2494 if ((ud4 == 0xffff && ud3 == 0xffff && ud2 == 0xffff && (ud1 & 0x8000)) 2495 || (ud4 == 0 && ud3 == 0 && ud2 == 0 && ! (ud1 & 0x8000))) 2503 else if ((ud4 == 0xffff && ud3 == 0xffff && (ud2 & 0x8000)) 2504 || (ud4 == 0 && ud3 == 0 && ! (ud2 & 0x8000))) 2506 if (ud2 & 0x8000) 2507 emit_move_insn (dest, GEN_INT (((ud2 << 16) ^ 0x80000000) 2510 emit_move_insn (dest, GEN_INT (ud2 << 16)); 2523 if (ud2 != 0) [all …]
|
| /openbsd-src/gnu/gcc/gcc/config/rs6000/ |
| H A D | rs6000.c | 3834 HOST_WIDE_INT ud1, ud2, ud3, ud4; in rs6000_emit_set_long_const() local 3837 ud2 = (c1 & 0xffff0000) >> 16; in rs6000_emit_set_long_const() 3844 if ((ud4 == 0xffff && ud3 == 0xffff && ud2 == 0xffff && (ud1 & 0x8000)) in rs6000_emit_set_long_const() 3845 || (ud4 == 0 && ud3 == 0 && ud2 == 0 && ! (ud1 & 0x8000))) in rs6000_emit_set_long_const() 3853 else if ((ud4 == 0xffff && ud3 == 0xffff && (ud2 & 0x8000)) in rs6000_emit_set_long_const() 3854 || (ud4 == 0 && ud3 == 0 && ! (ud2 & 0x8000))) in rs6000_emit_set_long_const() 3856 if (ud2 & 0x8000) in rs6000_emit_set_long_const() 3857 emit_move_insn (dest, GEN_INT (((ud2 << 16) ^ 0x80000000) in rs6000_emit_set_long_const() 3860 emit_move_insn (dest, GEN_INT (ud2 << 16)); in rs6000_emit_set_long_const() 3873 if (ud2 != 0) in rs6000_emit_set_long_const() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86InstrSystem.td | 25 def TRAP : I<0x0B, RawFrm, (outs), (ins), "ud2", [(trap)]>, TB;
|
| H A D | README.txt | 1264 ud2
|
| H A D | X86InstrInfo.td | 3346 def : MnemonicAlias<"ud2a", "ud2", "att">;
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/include/opcode/ |
| H A D | ChangeLog-9103 | 1815 * i386.h: Set ud2 to 0x0f0b. From Gabriel Paubert 1873 * i386.h: add fcomp and ud2. From Wayne Scott
|
| /openbsd-src/gnu/usr.bin/binutils/include/opcode/ |
| H A D | ChangeLog-9103 | 1796 * i386.h: Set ud2 to 0x0f0b. From Gabriel Paubert 1854 * i386.h: add fcomp and ud2. From Wayne Scott
|