Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A 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 …]
H A Dppc-dis.c809 unsigned op, xop, seg; in lookup_spe2() local
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dppc-opc.c3886 #define VSOP(op, xop) (OP (op) | (xop << 17)) argument
3916 #define A(op, xop, rc) \ argument
4031 #define CTX(op, xop) (OP (op) | (((uint64_t)(xop)) & 0x7)) argument
4035 #define UCTX(op, xop) (OP (op) | (((uint64_t)(xop)) & 0x1f)) argument
4042 #define DQX(op, xop) (OP (op) | ((xop) & 0x7)) argument
4046 #define DQXP(op, xop) (OP (op) | ((xop) & 0xf)) argument
4050 #define DSO(op, xop) (OP (op) | ((xop) & 0x3)) argument
4054 #define DX(op, xop) (OP (op) | ((((uint64_t)(xop)) & 0x1f) << 1)) argument
4060 #define EVSEL(op, xop) (OP (op) | (((uint64_t)(xop)) & 0xff) << 3) argument
4064 #define IA16(op, xop) (OP (op) | (((uint64_t)(xop)) & 0x1f) << 11) argument
[all …]
H A Dppc-dis.c728 unsigned op, xop, seg; in lookup_spe2() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.h65 #define rFromXOP2of3(xop) (((~(xop)) & 0x80) >> 7) argument
66 #define xFromXOP2of3(xop) (((~(xop)) & 0x40) >> 6) argument
67 #define bFromXOP2of3(xop) (((~(xop)) & 0x20) >> 5) argument
68 #define mmmmmFromXOP2of3(xop) ((xop) & 0x1f) argument
69 #define wFromXOP3of3(xop) (((xop) & 0x80) >> 7) argument
71 #define lFromXOP3of3(xop) (((xop) & 0x4) >> 2) argument
72 #define ppFromXOP3of3(xop) ((xop) & 0x3) argument
/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/
H A 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.old/dist/gcc/config/avr/
H A Davr.c485 avr_casei_sequence_check_operands (rtx *xop) in avr_casei_sequence_check_operands()
544 avr_optimize_casesi (rtx_insn *insns[6], rtx *xop) in avr_optimize_casesi()
3587 avr_out_lpm_no_lpmx (rtx_insn *insn, rtx *xop, int *plen) in avr_out_lpm_no_lpmx()
3688 rtx xop[7]; in avr_out_lpm() local
3860 rtx xop[4]; in avr_out_xload() local
3914 rtx xop[2]; in output_movqi() local
3927 output_movhi (rtx_insn *insn, rtx xop[], int *plen) in output_movhi()
3991 rtx xop[2]; in output_movhi() local
5382 rtx xop[2]; in avr_out_movpsi() local
5875 avr_out_compare (rtx_insn *insn, rtx *xop, int *plen) in avr_out_compare()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Ddriver-i386.c1143 const char *xop = has_xop ? " -mxop" : " -mno-xop"; in host_detect_local_cpu() local
/netbsd-src/external/gpl3/gcc/dist/gcc/config/pa/
H A 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.old/dist/gcc/config/pa/
H A Dpa.c8526 rtx xop[4]; in pa_asm_output_mi_thunk() local
8623 rtx xop[4]; in pa_asm_output_mi_thunk() local
8669 rtx xop[4]; in pa_asm_output_mi_thunk() local
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arc/
H A Darc.cc7058 rtx xop[5]; in arc_expand_builtin() local
10148 rtx xop[4]; in arc_split_move() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arc/
H A Darc.c7053 rtx xop[5]; in arc_expand_builtin() local
10138 rtx xop[4]; in arc_split_move() local
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Ddwarf.c5495 int xop; in display_debug_lines_decoded() local
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Ddwarf.c5287 int xop; in display_debug_lines_decoded() local
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-i386.c12479 bool vex = false, xop = false, evex = false; in s_insn() local