Searched refs:instr (Results 51 - 75 of 85) sorted by relevance

1234

/freebsd-9.3-release/contrib/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp38 virtual DecodeStatus getInstruction(MCInst &instr,
750 XCoreDisassembler::getInstruction(MCInst &instr, argument
763 DecodeStatus Result = decodeInstruction(DecoderTable16, instr, insn16,
777 Result = decodeInstruction(DecoderTable32, instr, insn32, Address, this, STI);
/freebsd-9.3-release/lib/libc/sparc64/fpu/
H A Dfpu_explode.c60 #include <machine/instr.h>
H A Dfpu_implode.c60 #include <machine/instr.h>
H A Dfpu.c84 #include <machine/instr.h>
/freebsd-9.3-release/sys/powerpc/fpu/
H A Dfpu_instr.h1 /* $NetBSD: instr.h,v 1.4 2005/12/11 12:18:43 christos Exp $ */
41 * @(#)instr.h 8.1 (Berkeley) 6/11/93
47 union instr { union
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c4971 dif_instr_t instr;
4985 instr = text[pc++];
4986 r1 = DIF_INSTR_R1(instr);
4987 r2 = DIF_INSTR_R2(instr);
4988 rd = DIF_INSTR_RD(instr);
4990 switch (DIF_INSTR_OP(instr)) {
5071 pc = DIF_INSTR_LABEL(instr);
5075 pc = DIF_INSTR_LABEL(instr);
5079 pc = DIF_INSTR_LABEL(instr);
5083 pc = DIF_INSTR_LABEL(instr);
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/R600/
H A DAMDILCFGStructurizer.cpp64 DEBUG(dbgs() << "New instr: " << *i << "\n");
618 MachineInstr *instr = &(*It); local
619 if (instr->getDebugLoc().isUnknown() == false)
620 DL = instr->getDebugLoc();
653 MachineInstr *instr = &(*It); local
654 if (instr->getOpcode() == AMDGPU::RETURN)
655 return instr;
678 <<" is return block without RETURN instr\n";);
765 // Remove unconditional branch instr.
1619 // insertEnd to ensure phi-moves, if exist, go before the continue-instr
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h325 SUnit(MachineInstr *instr, unsigned nodenum) argument
326 : Node(0), Instr(instr), OrigNode(0), SchedClass(0), NodeNum(nodenum),
H A DSlotIndexes.h407 /// Returns true if the given machine instr is mapped to an index,
409 bool hasIndex(const MachineInstr *instr) const {
410 return mi2iMap.count(instr);
591 // Get a number for the new instr, or 0 if there's no room currently.
623 /// ReplaceMachineInstrInMaps - Replacing a machine instr with a new one in
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp115 X86GenericDisassembler::getInstruction(MCInst &instr, argument
144 return (!translateInstruction(instr, internalInstr, this)) ?
/freebsd-9.3-release/contrib/ncurses/man/
H A Dman_db.renames67 curs_instr.3x instr.3ncurses
/freebsd-9.3-release/contrib/dialog/
H A Ddialog.pl122 local ( $title, $message, $width, $instr ) = @_;
133 return &return_output(0, "dialog --title \"$title\" --inputbox \"$message\" $height $width \"$instr\"");
/freebsd-9.3-release/contrib/less/
H A Dscreen.c1394 tmodes(incap, outcap, instr, outstr, def_instr, def_outstr, spp)
1397 char **instr;
1403 *instr = ltgetstr(incap, spp);
1404 if (*instr == NULL)
1407 *instr = def_instr;
/freebsd-9.3-release/contrib/gdb/gdb/
H A Drs6000-tdep.c122 static CORE_ADDR branch_dest (int opcode, int instr, CORE_ADDR pc,
247 branch_dest (int opcode, int instr, CORE_ADDR pc, CORE_ADDR safety) argument
254 absolute = (int) ((instr >> 1) & 1);
259 immediate = ((instr & ~3) << 6) >> 6; /* br unconditional */
267 immediate = ((instr & ~3) << 16) >> 16; /* br conditional */
275 ext_op = (instr >> 1) & 0x3ff;
H A Ds390-tdep.c920 s390_readinstruction (bfd_byte instr[], CORE_ADDR at) argument
925 if (read_memory_nobpt (at, &instr[0], 2))
927 instrlen = s390_instrlen[instr[0] >> 6];
930 if (read_memory_nobpt (at + 2, &instr[2], instrlen - 2))
H A Darm-tdep.c1494 #define BranchDest(addr,instr) \
1495 ((CORE_ADDR) (((long) (addr)) + 8 + (sbits (instr, 0, 23) << 2)))
/freebsd-9.3-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp718 if (const Instruction *instr = dyn_cast<Instruction>(U)) {
719 if (instr->getParent() && instr->getParent()->getParent()) {
720 const Function *curFunc = instr->getParent()->getParent();
822 const Instruction *instr = cast<Instruction>(*iter); local
823 const BasicBlock *bb = instr->getParent();
/freebsd-9.3-release/sys/dev/sound/midi/
H A Dmidi.c1299 midisynth_setinstr(void *n, uint8_t chn, uint16_t instr) argument
1303 if (instr > 127 || chn > 15)
1307 c[1] = instr + midi_instroff;
/freebsd-9.3-release/contrib/llvm/lib/Target/SystemZ/Disassembler/
H A DSystemZDisassembler.cpp30 virtual DecodeStatus getInstruction(MCInst &instr,
/freebsd-9.3-release/contrib/lukemftpd/src/
H A Dftpd.c2209 * Tranfer the contents of "instr" to "outstr" peer using the appropriate
2215 send_data(FILE *instr, FILE *outstr, const struct stat *st, int isdata) argument
2228 while ((c = getc(instr)) != EOF) {
2255 if (ferror(instr))
2264 filefd = fileno(instr);
2319 receive_data(FILE *instr, FILE *outstr) argument
2357 netfd = fileno(instr);
2428 while ((c = getc(instr)) != EOF) {
2443 if ((c = getc(instr)) != '\n') {
2465 if (ferror(instr))
[all...]
/freebsd-9.3-release/lib/clang/
H A Dclang.build.mk57 InstrInfo/-gen-instr-info \
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Darm.c8423 print_multi_reg (FILE *stream, const char *instr, unsigned reg,
8430 asm_fprintf (stream, instr, reg);
9086 const char * instr = instr1;
9094 output_asm_insn (instr, operands);
9095 instr = instr2;
9545 char instr[100];
9628 sprintf (instr, "ldr%s\t%%|%s, [%%|sp], #4", conditional,
9649 sprintf (instr, "ldm%sib\t%%|sp, {", conditional);
9656 sprintf (instr, "ldm%sfd\t%%|sp, {", conditional);
9660 sprintf (instr, "ld
8408 print_multi_reg(FILE *stream, const char *instr, unsigned reg, unsigned long mask) argument
9071 const char * instr = instr1; local
9529 char instr[100]; local
[all...]
/freebsd-9.3-release/sys/dev/aic7xxx/
H A Daic7xxx.c6570 union ins_formats instr; local
6578 instr.integer = aic_le32toh(*(uint32_t*)&seqprog[instrptr * 4]);
6580 fmt1_ins = &instr.format1;
6584 opcode = instr.format1.opcode;
6601 fmt3_ins = &instr.format3;
6660 if ((instr.integer & mask) != 0)
6664 instr.format1.parity = 1;
6668 instr.integer =
6674 instr.integer =
6683 instr
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1963 // We found a store instr that starts a chain. Now follow the chain and try
2478 for (BasicBlock::iterator instr = BB->begin(), ie = BB->end(); instr != ie;
2479 ++instr) {
2480 PHINode *P = dyn_cast<PHINode>(instr);
/freebsd-9.3-release/contrib/ncurses/include/
H A Dcurses.h.in593 extern NCURSES_EXPORT(int) instr (char *); /* generated */
1046 #define instr(s) winstr(stdscr,s)

Completed in 358 milliseconds

1234