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

  /src/external/gpl3/binutils/dist/opcodes/
s12z-opc.h 210 struct register_operand struct
  /src/external/gpl3/binutils.old/dist/opcodes/
s12z-opc.h 210 struct register_operand struct
  /src/external/gpl3/gdb/dist/opcodes/
s12z-opc.h 210 struct register_operand struct
  /src/external/gpl3/gdb.old/dist/opcodes/
s12z-opc.h 210 struct register_operand struct
  /src/external/gpl3/gcc/dist/gcc/
recog.cc 1586 register_operand (rtx op, machine_mode mode)
1611 return register_operand (op, Pmode);
1753 return register_operand (op, mode);
2312 && register_operand (op, VOIDmode))
1583 register_operand (rtx op, machine_mode mode) function
  /src/external/gpl3/gcc.old/dist/gcc/
recog.cc 1573 register_operand (rtx op, machine_mode mode)
1598 return register_operand (op, Pmode);
1740 return register_operand (op, mode);
2291 && register_operand (op, VOIDmode))
1570 register_operand (rtx op, machine_mode mode) function
  /src/external/gpl3/gdb/dist/gdb/
xtensa-tdep.c 1163 unsigned int register_operand; local
1169 is, slot, &register_operand) != 0)
1171 if (xtensa_operand_decode (isa, opc, 1, &register_operand) != 0)
1173 if (register_operand == 1) /* Mov{.n} FP A1. */
1176 &register_operand) != 0)
1179 &register_operand) != 0)
1183 = tdep->a0_base + register_operand;
  /src/external/gpl3/gdb/dist/gdbserver/
linux-aarch64-low.cc 1109 p += emit_mov (p, x0, register_operand (x1)); */
1112 register_operand (struct aarch64_register reg) function
2444 p += emit_mov (p, x1, register_operand (sp));
2724 p += emit_add (p, x0, x1, register_operand (x0));
2738 p += emit_sub (p, x0, x1, register_operand (x0));
2893 p += emit_cmp (p, x0, register_operand (x1));
2908 p += emit_cmp (p, x1, register_operand (x0));
2923 p += emit_cmp (p, x1, register_operand (x0));
3108 p += emit_mov (p, x0, register_operand (x1));
3161 p += emit_mov (p, x1, register_operand (x0))
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
xtensa-tdep.c 1163 unsigned int register_operand; local
1169 is, slot, &register_operand) != 0)
1171 if (xtensa_operand_decode (isa, opc, 1, &register_operand) != 0)
1173 if (register_operand == 1) /* Mov{.n} FP A1. */
1176 &register_operand) != 0)
1179 &register_operand) != 0)
1183 = tdep->a0_base + register_operand;
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-aarch64-low.cc 1113 p += emit_mov (p, x0, register_operand (x1)); */
1116 register_operand (struct aarch64_register reg) function
2448 p += emit_mov (p, x1, register_operand (sp));
2728 p += emit_add (p, x0, x1, register_operand (x0));
2742 p += emit_sub (p, x0, x1, register_operand (x0));
2897 p += emit_cmp (p, x0, register_operand (x1));
2912 p += emit_cmp (p, x1, register_operand (x0));
2927 p += emit_cmp (p, x1, register_operand (x0));
3112 p += emit_mov (p, x0, register_operand (x1));
3165 p += emit_mov (p, x1, register_operand (x0))
    [all...]

Completed in 45 milliseconds