| /src/external/gpl3/gdb/dist/gdbserver/ |
| ax.h | 90 void (*emit_sub) (void); member in struct:emit_ops
|
| ax.cc | 174 emit_sub (void) function 176 target_emit_ops ()->emit_sub (); 454 emit_sub ();
|
| linux-aarch64-low.cc | 1540 emit_sub (uint32_t *buf, struct aarch64_register rd, function 2312 p += emit_sub (p, sp, sp, immediate_operand (32 * 16)); 2327 p += emit_sub (p, sp, sp, immediate_operand (31 * 16)); 2337 p += emit_sub (p, sp, sp, immediate_operand (5 * 16)); 2700 p += emit_sub (p, x1, fp, immediate_operand (1 * 8)); 2729 /* Implementation of emit_ops method "emit_sub". */ 2738 p += emit_sub (p, x0, x1, register_operand (x0)); 3050 p += emit_sub (p, x0, fp, immediate_operand (2 * 8));
|
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| ax.h | 90 void (*emit_sub) (void); member in struct:emit_ops
|
| ax.cc | 174 emit_sub (void) function 176 target_emit_ops ()->emit_sub (); 454 emit_sub ();
|
| linux-aarch64-low.cc | 1544 emit_sub (uint32_t *buf, struct aarch64_register rd, function 2316 p += emit_sub (p, sp, sp, immediate_operand (32 * 16)); 2331 p += emit_sub (p, sp, sp, immediate_operand (31 * 16)); 2341 p += emit_sub (p, sp, sp, immediate_operand (5 * 16)); 2704 p += emit_sub (p, x1, fp, immediate_operand (1 * 8)); 2733 /* Implementation of emit_ops method "emit_sub". */ 2742 p += emit_sub (p, x0, x1, register_operand (x0)); 3054 p += emit_sub (p, x0, fp, immediate_operand (2 * 8));
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-z80.c | 1477 emit_sub (char prefix, char opcode, const char *args) function 3667 { "sub", 0x00, 0x90, emit_sub, INS_ALL },
|