/netbsd-src/external/gpl3/binutils/dist/include/opcode/ |
H A D | tic4x.h | 229 unsigned long opcode; member 311 #define A_CLASS_INSN(name, opcode, level) \ argument 324 #define AB_CLASS_INSN(name, opcode, level) \ argument 336 #define AU_CLASS_INSN(name, opcode, level) \ argument 348 #define AF_CLASS_INSN(name, opcode, level) \ argument 359 #define A2_CLASS_INSN(name, opcode, level) \ argument 369 #define A3_CLASS_INSN(name, opcode, level) \ argument 381 #define A6_CLASS_INSN(name, opcode, level) \ argument 391 #define A7_CLASS_INSN(name, opcode, level) \ argument 402 #define AY_CLASS_INSN(name, opcode, level) \ argument [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/ |
H A D | tic4x.h | 229 unsigned long opcode; member 311 #define A_CLASS_INSN(name, opcode, level) \ argument 324 #define AB_CLASS_INSN(name, opcode, level) \ argument 336 #define AU_CLASS_INSN(name, opcode, level) \ argument 348 #define AF_CLASS_INSN(name, opcode, level) \ argument 359 #define A2_CLASS_INSN(name, opcode, level) \ argument 369 #define A3_CLASS_INSN(name, opcode, level) \ argument 381 #define A6_CLASS_INSN(name, opcode, level) \ argument 391 #define A7_CLASS_INSN(name, opcode, level) \ argument 402 #define AY_CLASS_INSN(name, opcode, level) \ argument [all …]
|
/netbsd-src/crypto/external/bsd/heimdal/dist/kcm/ |
H A D | protocol.c | 58 kcm_operation opcode, in kcm_op_noop() 77 kcm_operation opcode, in kcm_op_get_name() 120 kcm_operation opcode, in kcm_op_gen_new() 151 kcm_operation opcode, in kcm_op_initialize() 217 kcm_operation opcode, in kcm_op_destroy() 250 kcm_operation opcode, in kcm_op_store() 308 kcm_operation opcode, in kcm_op_retrieve() 399 kcm_operation opcode, in kcm_op_get_principal() 442 kcm_operation opcode, in kcm_op_get_cred_uuid_list() 488 kcm_operation opcode, in kcm_op_get_cred_by_uuid() [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | dlx-dis.c | 46 dlx_get_opcode (unsigned long opcode) in dlx_get_opcode() 52 dlx_get_rs1 (unsigned long opcode) in dlx_get_rs1() 58 dlx_get_rs2 (unsigned long opcode) in dlx_get_rs2() 64 dlx_get_rdR (unsigned long opcode) in dlx_get_rdR() 70 dlx_get_func (unsigned long opcode) in dlx_get_func() 76 dlx_get_imm16 (unsigned long opcode) in dlx_get_imm16() 82 dlx_get_imm26 (unsigned long opcode) in dlx_get_imm26() 188 unsigned long opcode; in dlx_load_type() member 238 unsigned long opcode; in dlx_store_type() member 271 unsigned long opcode; in dlx_aluI_type() member [all …]
|
H A D | tic54x-dis.c | 52 unsigned short opcode; in print_insn_tic54x() local 172 unsigned short opcode, in print_instruction() 471 unsigned short opcode, in print_parallel_instruction() 499 unsigned short opcode) in sprint_indirect_address() 521 unsigned short opcode) in sprint_direct_address() 549 unsigned short opcode) in sprint_cc2() 561 unsigned short opcode) in sprint_condition()
|
H A D | aarch64-dis-2.c | 25082 aarch64_find_next_opcode (const aarch64_opcode *opcode) in aarch64_find_next_opcode() 25375 aarch64_find_alias_opcode (const aarch64_opcode *opcode) in aarch64_find_alias_opcode() 25519 aarch64_find_next_alias_opcode (const aarch64_opcode *opcode) in aarch64_find_next_alias_opcode()
|
H A D | sparc-opc.c | 253 #define COMMUTEOP(opcode, op3, arch_mask) \ argument 1313 #define br(opcode, mask, lose, flags) \ argument 1317 #define brx(opcode, mask, lose, flags) /* v9 */ \ argument 1332 #define tr(opcode, mask, lose, flags) \ argument 1393 #define brr(opcode, mask, lose, flags) /* v9 */ \ argument 1444 #define movr(opcode, mask, flags) /* v9 */ \ argument 1448 #define fmrrs(opcode, mask, lose, flags) /* v9 */ \ argument 1450 #define fmrrd(opcode, mask, lose, flags) /* v9 */ \ argument 1452 #define fmrrq(opcode, mask, lose, flags) /* v9 */ \ argument 1502 #define movicc(opcode, cond, flags) /* v9 */ \ argument [all …]
|
H A D | pru-dis.c | 43 pru_find_opcode (unsigned long opcode) in pru_find_opcode() 83 unsigned long opcode, bfd_vma address, in pru_print_insn_arg() 221 pru_disassemble (bfd_vma address, unsigned long opcode, in pru_disassemble()
|
H A D | visium-dis.c | 86 int opcode = (ins >> 21) & 0x000f; in disassem_class0() local 178 int opcode = (ins >> 21) & 0xf; in disassem_class1() local 433 int opcode = (ins >> 21) & 0xf; in disassem_class2() local 530 int opcode = (ins >> 21) & 0xf; in disassem_class3() local
|
H A D | arc-dis.c | 48 const struct arc_opcode *opcode; member 58 const struct arc_opcode *opcode; member 177 skip_this_opcode (const struct arc_opcode *opcode) in skip_this_opcode() 262 const struct arc_opcode *opcode = NULL; in find_format_from_table() local 422 const struct arc_opcode *opcode = NULL; in find_format() local 493 print_flags (const struct arc_opcode *opcode, in print_flags() 590 get_auxreg (const struct arc_opcode *opcode, in get_auxreg() 880 arc_opcode_to_insn_type (const struct arc_opcode *opcode) in arc_opcode_to_insn_type() 943 const struct arc_opcode *opcode; in print_insn_arc() local 1583 const struct arc_opcode *opcode; in arc_insn_decode() local
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | dlx-dis.c | 46 dlx_get_opcode (unsigned long opcode) in dlx_get_opcode() 52 dlx_get_rs1 (unsigned long opcode) in dlx_get_rs1() 58 dlx_get_rs2 (unsigned long opcode) in dlx_get_rs2() 64 dlx_get_rdR (unsigned long opcode) in dlx_get_rdR() 70 dlx_get_func (unsigned long opcode) in dlx_get_func() 76 dlx_get_imm16 (unsigned long opcode) in dlx_get_imm16() 82 dlx_get_imm26 (unsigned long opcode) in dlx_get_imm26() 188 unsigned long opcode; in dlx_load_type() member 238 unsigned long opcode; in dlx_store_type() member 271 unsigned long opcode; in dlx_aluI_type() member [all …]
|
H A D | tic54x-dis.c | 52 unsigned short opcode; in print_insn_tic54x() local 172 unsigned short opcode, in print_instruction() 471 unsigned short opcode, in print_parallel_instruction() 499 unsigned short opcode) in sprint_indirect_address() 521 unsigned short opcode) in sprint_direct_address() 549 unsigned short opcode) in sprint_cc2() 561 unsigned short opcode) in sprint_condition()
|
H A D | aarch64-dis-2.c | 32133 aarch64_find_next_opcode (const aarch64_opcode *opcode) in aarch64_find_next_opcode() 32493 aarch64_find_alias_opcode (const aarch64_opcode *opcode) in aarch64_find_alias_opcode() 32638 aarch64_find_next_alias_opcode (const aarch64_opcode *opcode) in aarch64_find_next_alias_opcode()
|
H A D | sparc-opc.c | 253 #define COMMUTEOP(opcode, op3, arch_mask) \ argument 1313 #define br(opcode, mask, lose, flags) \ argument 1317 #define brx(opcode, mask, lose, flags) /* v9 */ \ argument 1332 #define tr(opcode, mask, lose, flags) \ argument 1393 #define brr(opcode, mask, lose, flags) /* v9 */ \ argument 1444 #define movr(opcode, mask, flags) /* v9 */ \ argument 1448 #define fmrrs(opcode, mask, lose, flags) /* v9 */ \ argument 1450 #define fmrrd(opcode, mask, lose, flags) /* v9 */ \ argument 1452 #define fmrrq(opcode, mask, lose, flags) /* v9 */ \ argument 1502 #define movicc(opcode, cond, flags) /* v9 */ \ argument [all …]
|
H A D | pru-dis.c | 43 pru_find_opcode (unsigned long opcode) in pru_find_opcode() 83 unsigned long opcode, bfd_vma address, in pru_print_insn_arg() 221 pru_disassemble (bfd_vma address, unsigned long opcode, in pru_disassemble()
|
H A D | visium-dis.c | 86 int opcode = (ins >> 21) & 0x000f; in disassem_class0() local 178 int opcode = (ins >> 21) & 0xf; in disassem_class1() local 433 int opcode = (ins >> 21) & 0xf; in disassem_class2() local 530 int opcode = (ins >> 21) & 0xf; in disassem_class3() local
|
/netbsd-src/sys/arch/sparc64/sparc64/ |
H A D | db_machdep.c | 49 db_sparc_charop(const struct db_variable *vp, db_expr_t *val, int opcode) in db_sparc_charop() 73 db_sparc_shortop(const struct db_variable *vp, db_expr_t *val, int opcode) in db_sparc_shortop() 97 db_sparc_intop(const struct db_variable *vp, db_expr_t *val, int opcode) in db_sparc_intop() 120 db_sparc_regop(const struct db_variable *vp, db_expr_t *val, int opcode) in db_sparc_regop()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-z80.c | 749 unsigned char opcode; member 1092 emit_insn (char prefix, char opcode, const char * args) in emit_insn() 1272 emit_mx (char prefix, char opcode, int shift, expressionS * arg) in emit_mx() 1342 emit_m (char prefix, char opcode, const char *args) in emit_m() 1365 emit_mr (char prefix, char opcode, const char *args) in emit_mr() 1402 emit_sx (char prefix, char opcode, expressionS * arg_p) in emit_sx() 1428 emit_s (char prefix, char opcode, const char *args) in emit_s() 1446 emit_sub (char prefix, char opcode, const char *args) in emit_sub() 1470 emit_swap (char prefix, char opcode, const char *args) in emit_swap() 1491 emit_call (char prefix ATTRIBUTE_UNUSED, char opcode, const char * args) in emit_call() [all …]
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-z80.c | 749 unsigned char opcode; member 1093 emit_insn (char prefix, char opcode, const char * args) in emit_insn() 1276 emit_mx (char prefix, char opcode, int shift, expressionS * arg) in emit_mx() 1346 emit_m (char prefix, char opcode, const char *args) in emit_m() 1369 emit_mr (char prefix, char opcode, const char *args) in emit_mr() 1406 emit_sx (char prefix, char opcode, expressionS * arg_p) in emit_sx() 1432 emit_s (char prefix, char opcode, const char *args) in emit_s() 1450 emit_sub (char prefix, char opcode, const char *args) in emit_sub() 1474 emit_swap (char prefix, char opcode, const char *args) in emit_swap() 1495 emit_call (char prefix ATTRIBUTE_UNUSED, char opcode, const char * args) in emit_call() [all …]
|
/netbsd-src/sys/dev/scsipi/ |
H A D | scsi_tape.h | 60 u_int8_t opcode; member 69 u_int8_t opcode; member 82 u_int8_t opcode; member 90 u_int8_t opcode; member 99 u_int8_t opcode; member 112 u_int8_t opcode; member 122 u_int8_t opcode; member 195 u_int8_t opcode; member 202 u_int8_t opcode; member
|
H A D | scsipi_disk.h | 62 u_int8_t opcode; member 79 u_int8_t opcode; member 90 u_int8_t opcode; member 100 u_int8_t opcode; member 116 u_int8_t opcode; member 138 u_int8_t opcode; member
|
/netbsd-src/sys/arch/usermode/target/arm/ |
H A D | cpu_arm.c | 121 md_syscall_get_opcode(ucontext_t *ucp, uint32_t *opcode) in md_syscall_get_opcode() 127 md_syscall_inc_pc(ucontext_t *ucp, uint32_t opcode) in md_syscall_inc_pc() 133 md_syscall_dec_pc(ucontext_t *ucp, uint32_t opcode) in md_syscall_dec_pc()
|
/netbsd-src/sys/arch/usermode/target/x86_64/ |
H A D | cpu_x86_64.c | 277 uint32_t opcode; in md_syscall_check_opcode() local 295 md_syscall_get_opcode(ucontext_t *ucp, uint32_t *opcode) in md_syscall_get_opcode() 315 md_syscall_inc_pc(ucontext_t *ucp, uint32_t opcode) in md_syscall_inc_pc() 335 md_syscall_dec_pc(ucontext_t *ucp, uint32_t opcode) in md_syscall_dec_pc()
|
/netbsd-src/sys/arch/usermode/target/i386/ |
H A D | cpu_i386.c | 282 uint32_t opcode; in md_syscall_check_opcode() local 299 md_syscall_get_opcode(ucontext_t *ucp, uint32_t *opcode) in md_syscall_get_opcode() 320 md_syscall_inc_pc(ucontext_t *ucp, uint32_t opcode) in md_syscall_inc_pc() 341 md_syscall_dec_pc(ucontext_t *ucp, uint32_t opcode) in md_syscall_dec_pc()
|
/netbsd-src/external/bsd/nvi/dist/common/ |
H A D | vi_auto.h | 10 u_int32_t opcode; member 18 u_int32_t opcode; member 36 u_int32_t opcode; member
|