/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>
|
Makefile | 11 idprom.h ieee.h ieeefp.h instr.h intr.h \
|
/src/games/backgammon/backgammon/ |
backlocal.h | 34 extern const char *const instr[];
|
text.c | 44 const char *const instr[] = { variable in typeref:typename:const char * const[]
|
/src/games/cribbage/ |
Makefile | 9 SRCS= extern.c crib.c cards.c instr.c io.c score.c support.c 15 FILESNAME=cribbage.instr
|
/src/lib/libnvmm/ |
libnvmm_x86.c | 1824 node_overflow(struct x86_decode_fsm *fsm, struct x86_instr *instr) 1853 resolve_special_register(struct x86_instr *instr, uint8_t enc, size_t regsize) 1860 return &gpr_map__special[instr->rexpref.present][enc][regsize-1]; 1868 node_movs(struct x86_decode_fsm *fsm, struct x86_instr *instr) 1872 adrsize = instr->address_size; 1875 instr->src.type = STORE_REG; 1876 instr->src.u.reg = &gpr_map__special[1][2][adrsize-1]; 1877 instr->src.disp.type = DISP_0; 1880 instr->dst.type = STORE_REG; 1881 instr->dst.u.reg = &gpr_map__special[1][3][adrsize-1] 3416 struct x86_instr instr; local in function:nvmm_assist_mem [all...] |
/src/games/fish/ |
Makefile | 10 FILES=fish.instr
|
/src/sys/arch/powerpc/powerpc/ |
db_disasm.c | 89 void disasm_fields(const struct opcode *popcode, instr_t instr, vaddr_t loc); 90 void dis_ppc(const struct opcode *opcodeset, instr_t instr, vaddr_t loc); 608 op_ill(instr_t instr, vaddr_t loc) 610 db_printf("illegal instruction %x\n", instr); 623 disasm_fields(const struct opcode *popcode, instr_t instr, vaddr_t loc) 630 BO = extract_field(instr, 31 - 10, 5); 631 BI = extract_field(instr, 31 - 15, 5); 670 OE = extract_field(instr, 31 - 21, 1); 678 if (instr & 0x1) 682 if (instr & 0x1 [all...] |
fixup.c | 47 #include <powerpc/instr.h> 55 union instr instr = { .i_int = *insnp }; local in function:fixup_jump 57 KASSERT(instr.i_any.i_opcd == OPC_B); 59 instr.i_i.i_li = jfi->jfi_real - fixup_addr2offset(insnp); 61 *insnp = instr.i_int; 98 union instr instr = { .i_int = *insnp }; local in function:powerpc_fixup_stubs 99 uint32_t *stub = insnp + instr.i_i.i_li; 100 u_int opcode = instr.i_any.i_opcd [all...] |
fix_unaligned.c | 66 #include <powerpc/instr.h> 143 const union instr *); 144 static bool do_lst(struct trapframe *, const union instr *, int); 146 static bool do_lstmw(struct trapframe *, const union instr *, int); 152 union instr insn; 185 emul_unaligned(struct trapframe *tf, ksiginfo_t *ksi, const union instr *insn) 377 do_lst(struct trapframe *tf, const union instr *insn, int flags) 455 do_lstmw(struct trapframe *tf, const union instr *insn, int flags)
|
/src/sys/arch/sparc/fpu/ |
fpu.c | 54 #include <machine/instr.h> 140 union instr instr; local in function:fpu_cleanup 205 instr.i_int = fs->fs_queue[i].fq_instr; 206 if (instr.i_any.i_op != IOP_reg || 207 (instr.i_op3.i_op3 != IOP3_FPop1 && 208 instr.i_op3.i_op3 != IOP3_FPop2)) 210 error = fpu_execute(&fe, instr); 258 fetch instr from pc 260 if (integer instr) { variable in typeref:typename:integer 278 } else if (fpu instr) { variable in typeref:typename:fpu [all...] |
fpu_extern.h | 44 union instr; 56 int fpu_execute(struct fpemu *, union instr);
|
/src/sys/arch/powerpc/fpu/ |
fpu_emu.c | 94 #include <powerpc/instr.h> 170 static int fpu_execute(struct trapframe *, struct fpemu *, union instr *); 210 union instr insn; 344 fpu_execute(struct trapframe *tf, struct fpemu *fe, union instr *insn) 347 union instr instr = *insn; local in function:fpu_execute 364 cond = instr.i_any.i_rc; 373 opc_disasm(loc, instr.i_int); 381 if ((instr.i_any.i_opcd >= OPC_LFS && instr.i_any.i_opcd <= OPC_STFDU) | [all...] |
/src/sys/arch/mips/mips/ |
mips_stacktrace.c | 284 unsigned instr, mask; local in function:stacktrace_subr 334 if (!kdbpeek(pc - 2 * sizeof(unsigned), &instr)) 336 i.word = instr; 368 if (!kdbpeek(va, &instr)) 370 if (instr == MIPS_ERET) 372 } while (instr != MIPS_JR_RA && instr != MIPS_JR_K0); 378 instr = 0; 379 while (instr == 0) { 380 if (!kdbpeek(va, &instr)) [all...] |
/src/games/warp/ |
util.h | 45 char *instr(const char *, const char *);
|
util.c | 131 instr(const char *big, const char *little) function in typeref:typename:char *
|
/src/lib/libcurses/ |
instr.c | 1 /* $NetBSD: instr.c,v 1.9 2024/12/23 02:58:03 blymn Exp $ */ 40 __RCSID("$NetBSD: instr.c,v 1.9 2024/12/23 02:58:03 blymn Exp $"); 49 * instr, innstr -- 52 __warn_references(instr, 53 "warning: this program uses instr(), which is unsafe.") 55 instr(char *str)
|
/src/sys/arch/sparc/sparc/ |
emul.c | 39 #include <machine/instr.h> 59 static inline int decodeaddr(struct trapframe *, union instr *, void *); 60 static int muldiv(struct trapframe *, union instr *, int32_t *, int32_t *, 115 decodeaddr(struct trapframe *tf, union instr *code, void *val) 134 union instr *code, int32_t *rd, int32_t *rs1, int32_t *rs2) 246 union instr code; 387 union instr code;
|
db_interface.c | 75 #include <machine/instr.h> 478 union instr insn; 524 union instr insn; 549 union instr insn; 569 union instr insn; 605 union instr insn; 617 union instr insn; 657 union instr insn;
|
/src/sys/arch/sparc64/sparc64/ |
emul.c | 39 #include <machine/instr.h> 60 static inline int decodeaddr(struct trapframe64 *, union instr *, void *); 61 static int muldiv(struct trapframe64 *, union instr *, int32_t *, int32_t *, 115 decodeaddr(struct trapframe64 *tf, union instr *code, void *val) 132 muldiv(struct trapframe64 *tf, union instr *code, int32_t *rd, int32_t *rs1, 243 union instr code; 379 union instr code;
|
db_interface.c | 66 #include <machine/instr.h> 1151 union instr insn; 1195 union instr insn; 1220 union instr insn; 1240 union instr insn; 1275 union instr insn; 1287 union instr insn; 1327 union instr insn;
|
/src/lib/libc/gen/ |
fts.c | 337 int instr; local in function:fts_read 351 instr = p->fts_instr; 355 if (instr == FTS_AGAIN) { 366 if (instr == FTS_FOLLOW && 383 if (instr == FTS_SKIP || 540 fts_set(FTS *sp, FTSENT *p, int instr) 546 if (instr && instr != FTS_AGAIN && instr != FTS_FOLLOW && 547 instr != FTS_NOINSTR && instr != FTS_SKIP) [all...] |
/src/sys/arch/x86/x86/ |
db_trace.c | 210 u_long instr = db_get_value(callpc, 4, false); local in function:db_stack_trace_print 215 (instr == 0xe5894855 || 217 (instr & 0x00ffffff) == 0x0048e589 220 ((instr & 0x00ffffff) == 0x00e58955 || 222 (instr & 0x0000ffff) == 0x0000e589
|
/src/usr.bin/vgrind/ |
vfontedpr.c | 90 static bool instr; /* in a string constant */ variable in typeref:typename:bool 287 instr = false; 341 printf ("com %o str %o chr %o ptr %d\n", incomm, instr, inchr, psptr); 366 if (nokeyw || incomm || instr) 381 if (!incomm && !instr && !inchr) { 430 instr = true; 499 } else if (instr) { 503 instr = false;
|
/src/sys/arch/powerpc/booke/ |
booke_stubs.c | 43 #include <powerpc/instr.h>
|