HomeSort by: relevance | last modified time | path
    Searched defs:opcd (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_posix_libcdep.cc 256 u32 opcd = inst >> 26; local
265 (opcd == 39 || opcd == 45 || opcd == 37 || opcd == 62 ||
266 (opcd == 31 && (xo == 247 || xo == 439 || xo == 183 || xo == 181))))
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_posix_libcdep.cpp 246 u32 opcd = inst >> 26; local
255 (opcd == 39 || opcd == 45 || opcd == 37 || opcd == 62 ||
256 (opcd == 31 && (xo == 247 || xo == 439 || xo == 183 || xo == 181))))
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_posix_libcdep.cpp 246 u32 opcd = inst >> 26; local
255 (opcd == 39 || opcd == 45 || opcd == 37 || opcd == 62 ||
256 (opcd == 31 && (xo == 247 || xo == 439 || xo == 183 || xo == 181))))
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-ppc-low.cc 1116 | OPCD | RST | RA | DS |XO| */
1120 gen_ds_form (uint32_t *buf, int opcd, int rst, int ra, int ds, int xo)
1124 gdb_assert ((opcd & ~0x3f) == 0);
1130 *buf = (opcd << 26) | insn;
1144 | OPCD | RST | RA | D | */
1147 gen_d_form (uint32_t *buf, int opcd, int rst, int ra, int si)
1151 gdb_assert ((opcd & ~0x3f) == 0);
1156 *buf = (opcd << 26) | insn;
1176 | OPCD | RST | RI | XO |/| */
1179 gen_xfx_form (uint32_t *buf, int opcd, int rst, int ri, int xo
2571 int opcd; local
    [all...]
  /src/external/gpl3/gdb/dist/gdbserver/
linux-ppc-low.cc 1116 | OPCD | RST | RA | DS |XO| */
1120 gen_ds_form (uint32_t *buf, int opcd, int rst, int ra, int ds, int xo)
1124 gdb_assert ((opcd & ~0x3f) == 0);
1130 *buf = (opcd << 26) | insn;
1144 | OPCD | RST | RA | D | */
1147 gen_d_form (uint32_t *buf, int opcd, int rst, int ra, int si)
1151 gdb_assert ((opcd & ~0x3f) == 0);
1156 *buf = (opcd << 26) | insn;
1176 | OPCD | RST | RI | XO |/| */
1179 gen_xfx_form (uint32_t *buf, int opcd, int rst, int ri, int xo
2571 int opcd; local
    [all...]

Completed in 50 milliseconds