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

123

/freebsd-11-stable/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.y205 %type <expression> expression immediate immediate_or_a
905 immediate: label
1212 T_BMOV destination ',' source ',' immediate ret ';'
1229 T_MVI destination ',' immediate ret ';'
1237 * that can't know the immediate's value and
1292 * It also seems more logical as the "immediate"
1339 T_OR reg_symbol ',' immediate jmp_jc_jnc_call address ';'
1370 T_MVI immediate jmp_jc_jnc_call address ';'
1616 /* Ensure that immediate makes sense for this destination */
1628 f1_instr->immediate
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp1386 // Consume an immediate operand from an instruction, given the desired operand
1391 // @return - 0 if the immediate was successfully consumed; nonzero
1548 // Saw a register immediate so don't read again and instead split the
1549 // previous immediate. FIXME: This is a hack.
1766 /// immediate Value in the MCInst.
1768 /// @param Value - The immediate Value, has had any PC adjustment made by
1772 /// @param Offset - The byte offset to this immediate in the instruction
1773 /// @param Width - The byte width of this immediate in the instruction
1777 /// immediate in the instruction using the Address, Offset and Width. If that
1780 /// returns zero and isBranch is true then a symbol look up for immediate Valu
1866 translateImmediate(MCInst &mcInst, uint64_t immediate, const OperandSpecifier &operand, InternalInstruction &insn, const MCDisassembler *Dis) argument
[all...]
/freebsd-11-stable/contrib/libpcap/testprogs/
H A Dcapturetest.c70 int immediate = 0; local
94 immediate = 1;
142 if (immediate) {
H A Dthreadsignaltest.c185 int immediate = 0; local
232 if (immediate) {
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp473 // Operand 1 (optional) is an address or immediate.
491 // Operand 1 (optional) is an address or immediate.
502 // Operand 3 (optional) is an immediate.
517 HANDLE_OPTIONAL(immediate)
523 // Operand 3 (optional) is an immediate.
539 HANDLE_OPTIONAL(immediate)
545 // Operand 3 (optional) is an immediate.
546 // Operand 4 (optional) is an immediate.
563 HANDLE_OPTIONAL(immediate)
564 HANDLE_OPTIONAL(immediate) // abov
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dcomp_parse.c219 int immediate = 0; local
233 * This can be used for immediate compilation of entries with no "use="
238 immediate++;
263 else if (!immediate)
/freebsd-11-stable/sys/contrib/ncsw/inc/
H A Dxx_ext.h349 @Param[in] immediate - Indicate whether to schedule this tasklet on
350 the immediate queue or on the delayed one.
354 int XX_ScheduleTask(t_TaskletHandle h_Tasklet, int immediate);
/freebsd-11-stable/sys/cam/ctl/
H A Dctl_util.h80 int immediate, int power_conditions,
H A Dctl_util.c491 ctl_scsi_start_stop(union ctl_io *io, int start, int load_eject, int immediate, argument
501 if (immediate)
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_sa.h68 u_int8_t immediate; member in struct:scsi_load_unload
81 u_int8_t immediate; member in struct:scsi_rewind
988 u_int8_t tag_action, int immediate, u_int8_t sense_len,
998 u_int8_t tag_action, int immediate, int eot,
1004 u_int8_t tag_action, int immediate, int setmark,
1017 u_int8_t tag_action, int immediate, int long_erase,
/freebsd-11-stable/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-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DEmulateInstruction.h105 // immediate
222 uint64_t unsigned_immediate; // unsigned immediate value
223 int64_t signed_immediate; // signed immediate value
229 uint32_t unsigned_data32; // immediate data
234 int32_t signed_data32; // signed immediate data
290 void SetImmediate(uint64_t immediate) { argument
292 info.unsigned_immediate = immediate;
/freebsd-11-stable/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...]
/freebsd-11-stable/contrib/libpcap/
H A Ddlpisubs.c320 if (p->opt.immediate) {
321 /* Set the timeout to zero, for immediate delivery. */
H A Dpcap-nit.c234 if (p->opt.immediate) {
H A Dpcap-int.h106 int immediate; /* immediate mode - deliver packets as soon as they arrive */ member in struct:pcap_opt
H A Dpcap-snit.c241 if (p->opt.immediate) {
H A Dpcap-pf.c360 if (!p->opt.immediate)
/freebsd-11-stable/sys/amd64/vmm/
H A Dvmm_instruction_emul.c84 #define VIE_OP_F_IMM (1 << 0) /* 16/32-bit immediate operand */
85 #define VIE_OP_F_IMM8 (1 << 1) /* 8-bit immediate operand */
86 #define VIE_OP_F_MOFFSET (1 << 2) /* 16/32/64-bit immediate moffset */
588 error = memwrite(vm, vcpuid, gpa, vie->immediate, size, arg);
597 val = vie->immediate & size2mask[size];
1033 * AND mem (ModRM:r/m) with immediate and store the
1051 * perform the operation with the pre-fetched immediate
1054 result = val1 & vie->immediate;
1121 * OR mem (ModRM:r/m) with immediate and store the
1139 * perform the operation with the pre-fetched immediate
[all...]
/freebsd-11-stable/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-11-stable/usr.sbin/rarpd/
H A Drarpd.c407 * Set immediate mode, and set a filter that accepts only RARP requests.
415 int immediate; local
433 * Set immediate mode so packets are processed as they arrive.
435 immediate = 1;
436 if (ioctl(fd, BIOCIMMEDIATE, &immediate) == -1) {
/freebsd-11-stable/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
/freebsd-11-stable/usr.bin/mt/
H A Dmt.c667 int eod = 0, explicit = 0, immediate = 0; local
708 immediate = 1;
746 if (immediate != 0)
/freebsd-11-stable/contrib/top/
H A DConfigure214 The space command forces an immediate update. Sometimes, on loaded

Completed in 277 milliseconds

123