Home
last modified time | relevance | path

Searched defs:xop (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/opcodes/
Dppc-opc.c4028 #define VSOP(op, xop) (OP (op) | (xop << 17)) argument
4058 #define A(op, xop, rc) \ argument
4173 #define CTX(op, xop) (OP (op) | (((uint64_t)(xop)) & 0x7)) argument
4177 #define UCTX(op, xop) (OP (op) | (((uint64_t)(xop)) & 0x1f)) argument
4184 #define DQX(op, xop) (OP (op) | ((xop) & 0x7)) argument
4188 #define DQXP(op, xop) (OP (op) | ((xop) & 0xf)) argument
4192 #define DSO(op, xop) (OP (op) | ((xop) & 0x3)) argument
4196 #define DX(op, xop) (OP (op) | ((((uint64_t)(xop)) & 0x1f) << 1)) argument
4202 #define EVSEL(op, xop) (OP (op) | (((uint64_t)(xop)) & 0xff) << 3) argument
4206 #define IA16(op, xop) (OP (op) | (((uint64_t)(xop)) & 0x1f) << 11) argument
[all …]
Dppc-dis.c809 unsigned op, xop, seg; in lookup_spe2() local
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Dppc-opc.c4028 #define VSOP(op, xop) (OP (op) | (xop << 17)) argument
4058 #define A(op, xop, rc) \ argument
4173 #define CTX(op, xop) (OP (op) | (((uint64_t)(xop)) & 0x7)) argument
4177 #define UCTX(op, xop) (OP (op) | (((uint64_t)(xop)) & 0x1f)) argument
4184 #define DQX(op, xop) (OP (op) | ((xop) & 0x7)) argument
4188 #define DQXP(op, xop) (OP (op) | ((xop) & 0xf)) argument
4192 #define DSO(op, xop) (OP (op) | ((xop) & 0x3)) argument
4196 #define DX(op, xop) (OP (op) | ((((uint64_t)(xop)) & 0x1f) << 1)) argument
4202 #define EVSEL(op, xop) (OP (op) | (((uint64_t)(xop)) & 0xff) << 3) argument
4206 #define IA16(op, xop) (OP (op) | (((uint64_t)(xop)) & 0x1f) << 11) argument
[all …]
Dppc-dis.c819 unsigned op, xop, seg; in lookup_spe2() local
/netbsd/src/external/gpl3/gcc/dist/gcc/config/avr/
Davr.cc526 avr_casei_sequence_check_operands (rtx *xop) in avr_casei_sequence_check_operands()
585 avr_optimize_casesi (rtx_insn *insns[5], rtx *xop) in avr_optimize_casesi()
3794 avr_out_lpm_no_lpmx (rtx_insn *insn, rtx *xop, int *plen) in avr_out_lpm_no_lpmx()
3895 rtx xop[7]; in avr_out_lpm() local
4067 rtx xop[4]; in avr_out_xload() local
4121 rtx xop[2]; in output_movqi() local
4134 output_movhi (rtx_insn *insn, rtx xop[], int *plen) in output_movhi()
4198 rtx xop[2]; in output_movhi() local
5589 rtx xop[2]; in avr_out_movpsi() local
6163 avr_out_compare (rtx_insn *insn, rtx *xop, int *plen) in avr_out_compare()
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/config/pa/
Dpa.cc8558 rtx xop[4]; in pa_asm_output_mi_thunk() local
8655 rtx xop[4]; in pa_asm_output_mi_thunk() local
8701 rtx xop[4]; in pa_asm_output_mi_thunk() local
/netbsd/src/external/gpl3/gcc/dist/gcc/config/arc/
Darc.cc7058 rtx xop[5]; in arc_expand_builtin() local
10148 rtx xop[4]; in arc_split_move() local
/netbsd/src/external/gpl3/binutils/dist/binutils/
Ddwarf.c5495 int xop; in display_debug_lines_decoded() local
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-i386.c12479 bool vex = false, xop = false, evex = false; in s_insn() local