Searched refs:immediate (Results 1 - 25 of 47) sorted by relevance

12

/freebsd-9.3-release/sys/dev/aic7xxx/aicasm/
H A Daicasm_insformat.h47 uint32_t immediate : 8, member in struct:ins_format1
59 immediate : 8;
83 uint32_t immediate : 8, member in struct:ins_format3
93 immediate : 8;
H A Daicasm_gram.y206 %type <expression> expression immediate immediate_or_a
906 immediate: label
1213 T_BMOV destination ',' source ',' immediate ret ';'
1230 T_MVI destination ',' immediate ret ';'
1238 * that can't know the immediate's value and
1293 * It also seems more logical as the "immediate"
1340 T_OR reg_symbol ',' immediate jmp_jc_jnc_call address ';'
1371 T_MVI immediate jmp_jc_jnc_call address ';'
1617 /* Ensure that immediate makes sense for this destination */
1629 f1_instr->immediate
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp171 /// immediate Value in the MCInst.
173 /// @param Value - The immediate Value, has had any PC adjustment made by
177 /// @param Offset - The byte offset to this immediate in the instruction
178 /// @param Width - The byte width of this immediate in the instruction
182 /// immediate in the instruction using the Address, Offset and Width. If that
185 /// returns zero and isBranch is true then a symbol look up for immediate Value
187 /// an MCExpr with the immediate Value is created. This function returns true
200 /// instruction and its immediate Value are used to determine the address
210 /// translateImmediate - Appends an immediate operand to an MCInst.
213 /// @param immediate
216 translateImmediate(MCInst &mcInst, uint64_t immediate, const OperandSpecifier &operand, InternalInstruction &insn, const MCDisassembler *Dis) argument
[all...]
/freebsd-9.3-release/sys/cam/scsi/
H A Dscsi_sa.h67 u_int8_t immediate; member in struct:scsi_load_unload
80 u_int8_t immediate; member in struct:scsi_rewind
313 u_int8_t tag_action, int immediate, u_int8_t sense_len,
323 u_int8_t tag_action, int immediate, int eot,
329 u_int8_t tag_action, int immediate, int setmark,
342 u_int8_t tag_action, int immediate, int long_erase,
H A Dscsi_sa.c1618 ("queuing for immediate ccb\n"));
1834 * If we had an error (immediate or pending),
3492 u_int8_t tag_action, int immediate, int eot,
3501 if (immediate)
3502 scsi_cmd->immediate = SLU_IMMED;
3517 u_int8_t tag_action, int immediate, u_int8_t sense_len,
3525 if (immediate)
3526 scsi_cmd->immediate = SREW_IMMED;
3553 u_int8_t tag_action, int immediate, int setmark,
3562 if (immediate)
3490 scsi_load_unload(struct ccb_scsiio *csio, u_int32_t retries, void (*cbfcnp)(struct cam_periph *, union ccb *), u_int8_t tag_action, int immediate, int eot, int reten, int load, u_int8_t sense_len, u_int32_t timeout) argument
3515 scsi_rewind(struct ccb_scsiio *csio, u_int32_t retries, void (*cbfcnp)(struct cam_periph *, union ccb *), u_int8_t tag_action, int immediate, u_int8_t sense_len, u_int32_t timeout) argument
3551 scsi_write_filemarks(struct ccb_scsiio *csio, u_int32_t retries, void (*cbfcnp)(struct cam_periph *, union ccb *), u_int8_t tag_action, int immediate, int setmark, u_int32_t num_marks, u_int8_t sense_len, u_int32_t timeout) argument
3604 scsi_erase(struct ccb_scsiio *csio, u_int32_t retries, void (*cbfcnp)(struct cam_periph *, union ccb *), u_int8_t tag_action, int immediate, int long_erase, u_int8_t sense_len, u_int32_t timeout) argument
[all...]
/freebsd-9.3-release/contrib/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp666 // Operand 1 (optional) is an address or immediate.
667 // Operand 2 (optional) is an immediate.
671 HANDLE_OPTIONAL(immediate)
685 // Operand 3 (optional) is an immediate.
701 HANDLE_OPTIONAL(immediate)
707 // Operand 3 (optional) is an immediate.
725 HANDLE_OPTIONAL(immediate)
731 // Operand 3 (optional) is an immediate.
732 // Operand 4 (optional) is an immediate.
752 HANDLE_OPERAND(immediate)
[all...]
/freebsd-9.3-release/contrib/ncurses/ncurses/tinfo/
H A Dcomp_parse.c129 int immediate = 0; local
143 * This can be used for immediate compilation of entries with no "use="
148 immediate++;
173 else if (!immediate)
/freebsd-9.3-release/sys/cam/ctl/
H A Dctl_util.h76 int immediate, int power_conditions, int onoffline,
H A Dctl_util.c456 ctl_scsi_start_stop(union ctl_io *io, int start, int load_eject, int immediate, argument
467 if (immediate)
/freebsd-9.3-release/contrib/gdb/gdb/gdbserver/
H A Dremote-utils.c346 struct timeval immediate = { 0, 0 }; local
353 if (select (remote_desc + 1, &readset, 0, 0, &immediate) > 0)
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-sparc.c1729 goto immediate;
1733 goto immediate;
1743 goto immediate;
1753 goto immediate;
1758 goto immediate;
1763 goto immediate;
2265 case '0': /* 64 bit immediate (set, setsw, setx insn) */
2267 goto immediate;
2269 case 'l': /* 22 bit PC relative immediate */
2272 goto immediate;
[all...]
H A Dtc-arm.c339 unsigned regisimm : 1; /* 64-bit immediate, reg forms high 32 bits. */
737 /* Prefix characters that indicate the start of an immediate
785 immediates, as can be used in Neon VMVN and VMOV immediate instructions. */
805 inst.error = _("immediate expression requires a # prefix");
970 /* Generic immediate-value read function for use in directives.
3936 /* Generic immediate-value read function for use in insn parsing.
3937 STR points to the beginning of the immediate (the leading #);
3939 issue an error. PREFIX_OPT is true if the immediate prefix is
3956 inst.error = _("immediate value out of range");
3964 /* Less-generic immediate
11627 neon_cmode_for_logic_imm(unsigned immediate, unsigned *immbits, int size) argument
[all...]
H A Dtc-mips.c890 immediate values: a small one which takes some small value, and a
3550 * This allows macro() to pass an immediate expression for
3856 * if reg is less than the immediate expression.
7220 value along as a 32-bit immediate.
8769 case '2': /* dsp 2-bit unsigned immediate in bit 11 */
8775 as_bad (_("BALIGN immediate not 1 or 3 (%lu)"),
8783 case '3': /* dsp 3-bit unsigned immediate in bit 21 */
8788 as_bad (_("DSP immediate not in range 0..%d (%lu)"),
8796 case '4': /* dsp 4-bit unsigned immediate in bit 21 */
8801 as_bad (_("DSP immediate no
[all...]
/freebsd-9.3-release/sys/kern/
H A Dkern_event.c341 int immediate; local
344 immediate = 0;
348 immediate = 1;
350 immediate = 1;
372 if (immediate == 0)
380 if (immediate && filt_proc(kn, NOTE_EXIT))
/freebsd-9.3-release/contrib/gdb/include/
H A Dhp-symtab.h140 /* An immediate name and type table entry.
142 extension and immediate will always be one.
149 unsigned int immediate: 1; member in struct:dnttp_immediate
158 immediate will always be zero.
165 unsigned int immediate: 1; member in struct:dnttp_nonimmediate
173 The immediate form is used for simple entries and is one
/freebsd-9.3-release/usr.sbin/rarpd/
H A Drarpd.c406 * Set immediate mode, and set a filter that accepts only RARP requests.
414 int immediate; local
432 * Set immediate mode so packets are processed as they arrive.
434 immediate = 1;
435 if (ioctl(fd, BIOCIMMEDIATE, &immediate) == -1) {
/freebsd-9.3-release/contrib/gdb/gdb/
H A Drs6000-tdep.c250 int immediate; local
259 immediate = ((instr & ~3) << 6) >> 6; /* br unconditional */
261 dest = immediate;
263 dest = pc + immediate;
267 immediate = ((instr & ~3) << 16) >> 16; /* br conditional */
269 dest = immediate;
271 dest = pc + immediate;
1504 function pointer, normally causing an immediate core dump of the
H A Dhpread.c2908 if (!typep.dntti.immediate)
3003 /* The immediate flag indicates this doesn't actually point to
3006 if (hp_type.dntti.immediate)
4635 * like int, float, ...] an "immediate" structure describing
4646 * "type" field is either an "immediate" type specification (for the
4653 * the immediate flag. If not immediate, chase the DNTT pointer to
4666 if (hp_type.dntti.immediate)
5144 hp_type.dnttp.immediate = 0;
/freebsd-9.3-release/contrib/top/
H A DConfigure214 The space command forces an immediate update. Sometimes, on loaded
/freebsd-9.3-release/contrib/one-true-awk/
H A DFIXES621 added nextfile, as in gawk: causes immediate advance to next
864 added -v x=1 y=2 ... for immediate commandline variable assignment;
/freebsd-9.3-release/sys/dev/mpr/
H A Dmpr_user.c1398 * If this buffer is already posted as immediate, just change owner.
1400 if (pBuffer->immediate && pBuffer->owned_by_firmware &&
1402 pBuffer->immediate = FALSE;
1445 pBuffer->immediate = FALSE;
1576 if (pBuffer->immediate) {
H A Dmprvar.h152 uint8_t immediate; member in struct:mpr_fw_diagnostic_buffer
/freebsd-9.3-release/sys/dev/mps/
H A Dmps_user.c1377 * If this buffer is already posted as immediate, just change owner.
1379 if (pBuffer->immediate && pBuffer->owned_by_firmware &&
1381 pBuffer->immediate = FALSE;
1424 pBuffer->immediate = FALSE;
1555 if (pBuffer->immediate) {
H A Dmpsvar.h170 uint8_t immediate; member in struct:mps_fw_diagnostic_buffer
/freebsd-9.3-release/sbin/camcontrol/
H A Dcamcontrol.c693 /* immediate */ 0,
5293 int immediate = 1; local
5320 immediate = 0;
5392 * If we're in immediate mode, we've got to include the format
5395 if (immediate != 0) {
5423 || ((immediate == 0)
5441 * If we ran in non-immediate mode, we already checked for errors
5443 * immediate mode, we need to loop through and get status
5446 if (immediate == 0) {
5586 int immediate local
[all...]

Completed in 438 milliseconds

12