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

  /src/external/gpl3/gdb/dist/gdbserver/
ax.h 91 void (*emit_mul) (void); member in struct:emit_ops
ax.cc 180 emit_mul (void) function
182 target_emit_ops ()->emit_mul ();
458 emit_mul ();
linux-aarch64-low.cc 1784 emit_mul (uint32_t *buf, struct aarch64_register rd, function
2743 /* Implementation of emit_ops method "emit_mul". */
2752 p += emit_mul (p, x0, x1, x0);
  /src/external/gpl3/gdb.old/dist/gdbserver/
ax.h 91 void (*emit_mul) (void); member in struct:emit_ops
ax.cc 180 emit_mul (void) function
182 target_emit_ops ()->emit_mul ();
458 emit_mul ();
linux-aarch64-low.cc 1788 emit_mul (uint32_t *buf, struct aarch64_register rd, function
2747 /* Implementation of emit_ops method "emit_mul". */
2756 p += emit_mul (p, x0, x1, x0);
  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeX86_common.c 1634 static sljit_s32 emit_mul(struct sljit_compiler *compiler, function
2148 return emit_mul(compiler, dst, dstw, src1, src1w, src2, src2w);
  /src/external/gpl3/binutils/dist/gas/config/
tc-z80.c 3018 emit_mul (char prefix, char opcode, const char * args) function
3584 { "mul", 0xED, 0x30, emit_mul, INS_Z80N },
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-z80.c 3043 emit_mul (char prefix, char opcode, const char * args) function
3609 { "mul", 0xED, 0x30, emit_mul, INS_Z80N },

Completed in 24 milliseconds