HomeSort by: relevance | last modified time | path
    Searched refs:instr (Results 1 - 25 of 285) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/sys/arch/sparc64/include/
instr.h 1 /* $NetBSD: instr.h,v 1.4 2002/07/20 11:52:21 mrg Exp $ */
3 #include <sparc/instr.h>
  /src/external/gpl3/binutils/dist/include/opcode/
nfp.h 41 #define NFP_ME27_INSTR_IS_CMD(instr) \
42 ((instr & NFP_ME27_INSTR_MASK_CMD) == NFP_ME27_INSTR_CMD)
46 #define NFP_ME27_INSTR_IS_ALU_SHF(instr) \
47 ((instr & NFP_ME27_INSTR_MASK_ALU_SHF) == NFP_ME27_INSTR_ALU_SHF)
51 #define NFP_ME27_INSTR_IS_ALU(instr) \
52 ((instr & NFP_ME27_INSTR_MASK_ALU) == NFP_ME27_INSTR_ALU)
56 #define NFP_ME27_INSTR_IS_IMMED(instr) \
57 ((instr & NFP_ME27_INSTR_MASK_IMMED) == NFP_ME27_INSTR_IMMED)
61 #define NFP_ME27_INSTR_IS_LD_FIELD(instr) \
62 ((instr & NFP_ME27_INSTR_MASK_LD_FIELD) == NFP_ME27_INSTR_LD_FIELD
    [all...]
  /src/external/gpl3/binutils.old/dist/include/opcode/
nfp.h 41 #define NFP_ME27_INSTR_IS_CMD(instr) \
42 ((instr & NFP_ME27_INSTR_MASK_CMD) == NFP_ME27_INSTR_CMD)
46 #define NFP_ME27_INSTR_IS_ALU_SHF(instr) \
47 ((instr & NFP_ME27_INSTR_MASK_ALU_SHF) == NFP_ME27_INSTR_ALU_SHF)
51 #define NFP_ME27_INSTR_IS_ALU(instr) \
52 ((instr & NFP_ME27_INSTR_MASK_ALU) == NFP_ME27_INSTR_ALU)
56 #define NFP_ME27_INSTR_IS_IMMED(instr) \
57 ((instr & NFP_ME27_INSTR_MASK_IMMED) == NFP_ME27_INSTR_IMMED)
61 #define NFP_ME27_INSTR_IS_LD_FIELD(instr) \
62 ((instr & NFP_ME27_INSTR_MASK_LD_FIELD) == NFP_ME27_INSTR_LD_FIELD
    [all...]
  /src/external/gpl3/gdb/dist/include/opcode/
nfp.h 41 #define NFP_ME27_INSTR_IS_CMD(instr) \
42 ((instr & NFP_ME27_INSTR_MASK_CMD) == NFP_ME27_INSTR_CMD)
46 #define NFP_ME27_INSTR_IS_ALU_SHF(instr) \
47 ((instr & NFP_ME27_INSTR_MASK_ALU_SHF) == NFP_ME27_INSTR_ALU_SHF)
51 #define NFP_ME27_INSTR_IS_ALU(instr) \
52 ((instr & NFP_ME27_INSTR_MASK_ALU) == NFP_ME27_INSTR_ALU)
56 #define NFP_ME27_INSTR_IS_IMMED(instr) \
57 ((instr & NFP_ME27_INSTR_MASK_IMMED) == NFP_ME27_INSTR_IMMED)
61 #define NFP_ME27_INSTR_IS_LD_FIELD(instr) \
62 ((instr & NFP_ME27_INSTR_MASK_LD_FIELD) == NFP_ME27_INSTR_LD_FIELD
    [all...]
  /src/external/gpl3/gdb.old/dist/include/opcode/
nfp.h 41 #define NFP_ME27_INSTR_IS_CMD(instr) \
42 ((instr & NFP_ME27_INSTR_MASK_CMD) == NFP_ME27_INSTR_CMD)
46 #define NFP_ME27_INSTR_IS_ALU_SHF(instr) \
47 ((instr & NFP_ME27_INSTR_MASK_ALU_SHF) == NFP_ME27_INSTR_ALU_SHF)
51 #define NFP_ME27_INSTR_IS_ALU(instr) \
52 ((instr & NFP_ME27_INSTR_MASK_ALU) == NFP_ME27_INSTR_ALU)
56 #define NFP_ME27_INSTR_IS_IMMED(instr) \
57 ((instr & NFP_ME27_INSTR_MASK_IMMED) == NFP_ME27_INSTR_IMMED)
61 #define NFP_ME27_INSTR_IS_LD_FIELD(instr) \
62 ((instr & NFP_ME27_INSTR_MASK_LD_FIELD) == NFP_ME27_INSTR_LD_FIELD
    [all...]
  /src/games/backgammon/backgammon/
backlocal.h 34 extern const char *const instr[];
  /src/external/cddl/osnet/dev/fbt/arm/
fbt_isa.c 60 ldinstr(const uint32_t *instr)
63 return *instr;
65 return le32toh(*instr);
70 stinstr(uint32_t *instr, uint32_t val)
76 ktext_write(instr, &val, sizeof(val)); /* write little-endian */
134 uint32_t *instr, *limit; local
140 instr = (uint32_t *)symval->value;
147 if ((ldinstr(instr) & 0xfffff000) == FBT_SUBSP)
148 instr++;
153 if ((ldinstr(instr) & 0xffff0000) != FBT_PUSHM |
267 uint32_t *instr, *limit; local
    [all...]
  /src/external/cddl/osnet/dev/fbt/x86/
fbt_isa.c 225 u_int8_t *instr, *limit; local
264 instr = (u_int8_t *) value;
268 while (instr < limit) {
269 if (*instr == FBT_PUSHL_EBP)
272 if ((size = dtrace_instr_size(instr)) <= 0)
275 instr += size;
278 if (instr >= limit || *instr != FBT_PUSHL_EBP) {
287 if (instr[0] != FBT_PUSHL_EBP)
290 if (!(instr[1] == FBT_MOVL_ESP_EBP0_V0 &
    [all...]
  /src/external/cddl/osnet/dev/dtrace/x86/
instr_size.c 95 uchar_t **instr = p; local
97 ret = **instr;
98 *instr += 1;
113 dtrace_dis_isize(uchar_t *instr, dis_isize_t which, model_t model, int *rmindex)
121 x.d86_data = (void **)&instr;
139 dtrace_instr_size_isa(uchar_t *instr, model_t model, int *rmindex)
141 return (dtrace_dis_isize(instr, DIS_ISIZE_INSTR, model, rmindex));
145 dtrace_instr_size(uchar_t *instr)
147 return (dtrace_dis_isize(instr, DIS_ISIZE_INSTR, DATAMODEL_NATIVE,
  /src/external/cddl/osnet/dev/fbt/aarch64/
fbt_isa.c 124 uint32_t *instr, *limit; local
131 instr = (uint32_t *)(symval->value);
143 instr = (uint32_t *)(value);
161 for (; instr < limit; instr++) {
162 if ((le32toh(*instr) & LDP_STP_MASK) == STP_64)
166 if (instr >= limit)
168 KASSERT(*instr != 0);
178 fbt->fbtp_patchpoint = instr;
186 fbt->fbtp_savedval = le32toh(*instr);
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
mn10300-tdep.c 395 gdb_byte instr[2]; local
400 status = target_read_memory (pc, instr, 2);
405 if (instr[0] == 0xcf)
409 save_mask = instr[1];
459 else if ((instr[0] & 0xfc) == 0x3c)
461 int aN = instr[0] & 0x03;
470 else if ((instr[0] & 0xf0) == 0x90
471 && (instr[0] & 0x03) != ((instr[0] & 0x0c) >> 2))
473 int aN = instr[0] & 0x03
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
mn10300-tdep.c 395 gdb_byte instr[2]; local
400 status = target_read_memory (pc, instr, 2);
405 if (instr[0] == 0xcf)
409 save_mask = instr[1];
459 else if ((instr[0] & 0xfc) == 0x3c)
461 int aN = instr[0] & 0x03;
470 else if ((instr[0] & 0xf0) == 0x90
471 && (instr[0] & 0x03) != ((instr[0] & 0x0c) >> 2))
473 int aN = instr[0] & 0x03
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
nfp-dis.c 928 nfp_me_print_invalid (uint64_t instr, struct disassemble_info *dinfo)
931 dinfo->fprintf_func (dinfo->stream, "%s 0x%" PRIx64, err_msg, instr);
1101 nfp_me27_28_print_alu_shf (uint64_t instr, unsigned int pred_cc,
1106 unsigned int op = _BF (instr, 35, 33);
1107 unsigned int srcA = _BF (instr, 7, 0);
1108 unsigned int srcB = _BF (instr, 17, 10);
1109 unsigned int dst = _BF (instr, 27, 20);
1110 unsigned int sc = _BF (instr, 9, 8);
1111 unsigned int imm_msb = _BTST (instr, 18);
1112 unsigned int swap = _BTST (instr, 19)
2815 uint64_t instr = 0; local
    [all...]
microblaze-dis.c 32 #define get_field_rd(buf, instr) get_field (buf, instr, RD_MASK, RD_LOW)
33 #define get_field_r1(buf, instr) get_field (buf, instr, RA_MASK, RA_LOW)
34 #define get_field_r2(buf, instr) get_field (buf, instr, RB_MASK, RB_LOW)
35 #define get_int_field_imm(instr) ((instr & IMM_MASK) >> IMM_LOW)
36 #define get_int_field_r1(instr) ((instr & RA_MASK) >> RA_LOW
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
nfp-dis.c 928 nfp_me_print_invalid (uint64_t instr, struct disassemble_info *dinfo)
931 dinfo->fprintf_func (dinfo->stream, "%s 0x%" PRIx64, err_msg, instr);
1101 nfp_me27_28_print_alu_shf (uint64_t instr, unsigned int pred_cc,
1106 unsigned int op = _BF (instr, 35, 33);
1107 unsigned int srcA = _BF (instr, 7, 0);
1108 unsigned int srcB = _BF (instr, 17, 10);
1109 unsigned int dst = _BF (instr, 27, 20);
1110 unsigned int sc = _BF (instr, 9, 8);
1111 unsigned int imm_msb = _BTST (instr, 18);
1112 unsigned int swap = _BTST (instr, 19)
2813 uint64_t instr = 0; local
    [all...]
microblaze-dis.c 32 #define get_field_rd(buf, instr) get_field (buf, instr, RD_MASK, RD_LOW)
33 #define get_field_r1(buf, instr) get_field (buf, instr, RA_MASK, RA_LOW)
34 #define get_field_r2(buf, instr) get_field (buf, instr, RB_MASK, RB_LOW)
35 #define get_int_field_imm(instr) ((instr & IMM_MASK) >> IMM_LOW)
36 #define get_int_field_r1(instr) ((instr & RA_MASK) >> RA_LOW
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
nfp-dis.c 928 nfp_me_print_invalid (uint64_t instr, struct disassemble_info *dinfo)
931 dinfo->fprintf_func (dinfo->stream, "%s 0x%" PRIx64, err_msg, instr);
1101 nfp_me27_28_print_alu_shf (uint64_t instr, unsigned int pred_cc,
1106 unsigned int op = _BF (instr, 35, 33);
1107 unsigned int srcA = _BF (instr, 7, 0);
1108 unsigned int srcB = _BF (instr, 17, 10);
1109 unsigned int dst = _BF (instr, 27, 20);
1110 unsigned int sc = _BF (instr, 9, 8);
1111 unsigned int imm_msb = _BTST (instr, 18);
1112 unsigned int swap = _BTST (instr, 19)
2813 uint64_t instr = 0; local
    [all...]
microblaze-dis.c 32 #define get_field_rd(buf, instr) get_field (buf, instr, RD_MASK, RD_LOW)
33 #define get_field_r1(buf, instr) get_field (buf, instr, RA_MASK, RA_LOW)
34 #define get_field_r2(buf, instr) get_field (buf, instr, RB_MASK, RB_LOW)
35 #define get_int_field_imm(instr) ((instr & IMM_MASK) >> IMM_LOW)
36 #define get_int_field_r1(instr) ((instr & RA_MASK) >> RA_LOW
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
nfp-dis.c 928 nfp_me_print_invalid (uint64_t instr, struct disassemble_info *dinfo)
931 dinfo->fprintf_func (dinfo->stream, "%s 0x%" PRIx64, err_msg, instr);
1101 nfp_me27_28_print_alu_shf (uint64_t instr, unsigned int pred_cc,
1106 unsigned int op = _BF (instr, 35, 33);
1107 unsigned int srcA = _BF (instr, 7, 0);
1108 unsigned int srcB = _BF (instr, 17, 10);
1109 unsigned int dst = _BF (instr, 27, 20);
1110 unsigned int sc = _BF (instr, 9, 8);
1111 unsigned int imm_msb = _BTST (instr, 18);
1112 unsigned int swap = _BTST (instr, 19)
2806 uint64_t instr = 0; local
    [all...]
microblaze-dis.c 32 #define get_field_rd(buf, instr) get_field (buf, instr, RD_MASK, RD_LOW)
33 #define get_field_r1(buf, instr) get_field (buf, instr, RA_MASK, RA_LOW)
34 #define get_field_r2(buf, instr) get_field (buf, instr, RB_MASK, RB_LOW)
35 #define get_int_field_imm(instr) ((instr & IMM_MASK) >> IMM_LOW)
36 #define get_int_field_r1(instr) ((instr & RA_MASK) >> RA_LOW
    [all...]
  /src/external/gpl3/gdb/dist/sim/arm/
armemu.c 61 if (StoreHalfWord (state, instr, lhs)) \
62 LSBase = lhs - GetLS7RHS (state, instr);
67 if (StoreHalfWord (state, instr, lhs)) \
68 LSBase = lhs + GetLS7RHS (state, instr);
72 (void)StoreHalfWord (state, instr, LHS - GetLS7RHS (state, instr));
76 temp = LHS - GetLS7RHS (state, instr); \
77 if (StoreHalfWord (state, instr, temp)) \
82 (void)StoreHalfWord (state, instr, LHS + GetLS7RHS (state, instr));
1214 ARMword instr; \/* The current instruction. *\/ local
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/arm/
armemu.c 61 if (StoreHalfWord (state, instr, lhs)) \
62 LSBase = lhs - GetLS7RHS (state, instr);
67 if (StoreHalfWord (state, instr, lhs)) \
68 LSBase = lhs + GetLS7RHS (state, instr);
72 (void)StoreHalfWord (state, instr, LHS - GetLS7RHS (state, instr));
76 temp = LHS - GetLS7RHS (state, instr); \
77 if (StoreHalfWord (state, instr, temp)) \
82 (void)StoreHalfWord (state, instr, LHS + GetLS7RHS (state, instr));
1214 ARMword instr; \/* The current instruction. *\/ local
    [all...]
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_cg.c 50 dt_cg_node_alloc(uint_t label, dif_instr_t instr)
58 dip->di_instr = instr;
97 dif_instr_t instr = DIF_INSTR_SETX((uint_t)intoff, reg); local
105 dt_irlist_append(dlp, dt_cg_node_alloc(lbl, instr));
193 dif_instr_t instr; local
217 instr = DIF_INSTR_FMT(op, dreg, sreg, dreg);
218 dt_irlist_append(dlp, dt_cg_node_alloc(DT_LBL_NONE, instr));
244 dif_instr_t instr; local
276 instr = DIF_INSTR_FMT(DIF_OP_SLL, r1, r2, r1);
277 dt_irlist_append(dlp, dt_cg_node_alloc(DT_LBL_NONE, instr));
328 dif_instr_t instr; local
408 dif_instr_t instr; local
473 dif_instr_t instr; local
555 dif_instr_t instr; local
600 dif_instr_t instr; local
643 dif_instr_t instr; local
700 dif_instr_t instr; local
782 dif_instr_t instr; local
827 dif_instr_t instr; local
866 dif_instr_t instr; local
901 dif_instr_t instr; local
937 dif_instr_t instr; local
972 dif_instr_t instr; local
996 dif_instr_t instr; local
1154 dif_instr_t instr; local
1231 dif_instr_t instr; local
1377 uint32_t instr; local
1481 uint32_t instr; local
1520 dif_instr_t instr; local
2073 dif_instr_t instr; local
    [all...]
  /src/external/cddl/osnet/dev/fbt/mips/
fbt_isa.c 108 uint32_t *instr, *limit; local
117 instr = (uint32_t *)(symval->value);
129 instr = (uint32_t *)(value);
138 for (; instr < limit; instr++) {
139 if ((*instr & LDSD_RA_SP_MASK) == SD_RA_SP)
143 if (instr >= limit)
155 fbt->fbtp_patchpoint = instr;
163 fbt->fbtp_savedval = *instr;
168 fbt->fbtp_hashnext = fbt_probetab[FBT_ADDR2NDX(instr)];
    [all...]
  /src/external/cddl/osnet/dist/uts/powerpc/dtrace/
fasttrap_isa.c 50 fasttrap_instr_t instr = FASTTRAP_INSTR; local
52 if (uwrite(p, &instr, 4, tp->ftt_pc) != 0)
61 uint32_t instr; local
67 if (uread(p, &instr, 4, tp->ftt_pc) != 0)
69 if (instr != FASTTRAP_INSTR)
81 uint32_t instr; local
90 if (uread(p, &instr, 4, pc) != 0)
106 tp->ftt_instr = instr;
108 switch (OP(instr)) {
123 if (OPX(instr) == 4
    [all...]

Completed in 52 milliseconds

1 2 3 4 5 6 7 8 91011>>