Home
last modified time | relevance | path

Searched refs:immediate (Results 1 – 25 of 318) sorted by relevance

12345678910>>...13

/freebsd/stand/ficl/softwords/
H A Dprefix.fr20 : " postpone s" ; immediate
24 : .( postpone .( ; immediate
29 \ : // postpone \ ; immediate
46 : 0b 2 __tempbase ; immediate
48 : 0o 8 __tempbase ; immediate
50 \ : 0d 10 __tempbase ; immediate
53 \ : 0x 16 __tempbase ; immediate
H A Difbrack.fr41 ; immediate
44 0= if postpone [else] then ; immediate
46 : [then] ( -- ) ; immediate
47 : [endif] ( -- ) ; immediate
H A Dsoftcore.fr51 ; immediate
87 ; immediate
89 : local ( name -- ) bl word count (local) ; immediate
91 : 2local ( name -- ) bl word count (2local) ; immediate
93 : end-locals ( -- ) 0 0 (local) ; immediate
198 : debug ' debug-xt ; immediate
H A Doo.fr141 ; immediate
150 ; immediate
165 \ given its class at compile time. Classes are immediate,
177 ; immediate compile-only
181 ; immediate compile-only
201 ; immediate compile-only
354 immediate
503 create immediate \ get the subclass name
574 : hasvtable 4 + ; immediate
583 create immediate
H A Dficllocal.fr46 ; immediate compile-only
/freebsd/contrib/bearssl/T0/
H A Dkern.t01 : \ `\n parse drop ; immediate
8 \ : ( `) parse drop ; immediate
10 : else postpone ahead 1 cs-roll postpone then ; immediate
11 : while postpone if 1 cs-roll ; immediate
12 : repeat postpone again postpone then ; immediate
14 : ['] ' ; immediate
15 : [compile] compile ; immediate
45 -1 __deflocals ; immediate
134 : case 0 ; immediate
135 : of 1+ postpone over postpone = postpone if postpone drop ; immediate
[all …]
/freebsd/sys/dev/aic7xxx/aicasm/
H A Daicasm_insformat.h47 uint32_t immediate : 8, member
59 immediate : 8;
83 uint32_t immediate : 8, member
93 immediate : 8;
H A Daicasm_gram.y205 %type <expression> expression immediate immediate_or_a
905 immediate:
1212 T_BMOV destination ',' source ',' immediate ret ';'
1229 T_MVI destination ',' immediate ret ';'
1339 T_OR reg_symbol ',' immediate jmp_jc_jnc_call address ';'
1370 T_MVI immediate jmp_jc_jnc_call address ';'
1628 f1_instr->immediate = immed->value; in format_1_instr()
1768 f3_instr->immediate = immed->value; in format_3_instr()
/freebsd/tests/sys/netpfil/pf/
H A Dpflog.sh61 jexec cl tcpdump -n -e -ttt --immediate-mode -l -U -i pflog0 >> pflog.txt &
112 jexec alcatraz tcpdump -n -e -ttt --immediate-mode -l -U -i pflog0 >> ${PWD}/pflog.txt &
167 jexec alcatraz tcpdump -n -e -ttt --immediate-mode -l -U -i pflog1 >> ${PWD}/pflog1.txt &
168 jexec alcatraz tcpdump -n -e -ttt --immediate-mode -l -U -i pflog0 >> ${PWD}/pflog0.txt &
220 jexec alcatraz tcpdump -n -e -ttt --immediate-mode -l -U -i pflog0 >> ${PWD}/pflog.txt &
275 jexec alcatraz tcpdump -n -e -ttt --immediate-mode -l -U -i pflog0 >> pflog.txt &
309 jexec alcatraz tcpdump -n -e -ttt --immediate-mode -l -U -i pflog0 >> pflog.txt &
359 jexec ${j}gw tcpdump -n -e -ttt --immediate-mode -l -U -i pflog0 >> ${PWD}/pflog.txt &
H A Dridentifier.sh59 jexec alcatraz tcpdump --immediate-mode -n -e -i pflog0 > ${PWD}/tcpdump.log &
80 jexec alcatraz tcpdump --immediate-mode -n -e -i pflog0 > ${PWD}/tcpdump.log &
H A Dnat.sh165 --immediate-mode $filter &
168 --immediate-mode $filter &
205 --immediate-mode $filter &
208 --immediate-mode $filter &
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp573 HANDLE_OPTIONAL(immediate) in emitInstructionSpecifier()
574 HANDLE_OPTIONAL(immediate) in emitInstructionSpecifier()
619 HANDLE_OPTIONAL(immediate) in emitInstructionSpecifier()
620 HANDLE_OPTIONAL(immediate) in emitInstructionSpecifier()
647 HANDLE_OPTIONAL(immediate) in emitInstructionSpecifier()
648 HANDLE_OPTIONAL(immediate) // above might be a register in 7:4 in emitInstructionSpecifier()
662 HANDLE_OPERAND(immediate) // Register in imm[7:4] in emitInstructionSpecifier()
664 HANDLE_OPTIONAL(immediate) in emitInstructionSpecifier()
699 HANDLE_OPTIONAL(immediate) in emitInstructionSpecifier()
700 HANDLE_OPTIONAL(immediate) // above might be a register in 7:4 in emitInstructionSpecifier()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp1989 static void translateImmediate(MCInst &mcInst, uint64_t immediate, in translateImmediate() argument
2010 if(immediate & 0x80) in translateImmediate()
2011 immediate |= ~(0xffull); in translateImmediate()
2014 if(immediate & 0x8000) in translateImmediate()
2015 immediate |= ~(0xffffull); in translateImmediate()
2018 if(immediate & 0x80000000) in translateImmediate()
2019 immediate |= ~(0xffffffffull); in translateImmediate()
2026 if(immediate & 0x80) in translateImmediate()
2027 immediate |= ~(0xffull); in translateImmediate()
2030 if(immediate & 0x8000) in translateImmediate()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZOperands.td41 // Constructs both a DAG pattern and instruction operand for an immediate
145 // A BDMode paired with an immediate length operand of LENSIZE bits.
169 // Extracting immediate operands from nodes
221 // Truncate an immediate to a 8-bit signed quantity.
227 // Truncate an immediate to a 8-bit unsigned quantity.
233 // Truncate an immediate to a 8-bit unsigned quantity and mask off low bit.
239 // Truncate an immediate to a 12-bit unsigned quantity.
245 // Truncate an immediate to a 16-bit signed quantity.
251 // Negate and then truncate an immediate to a 16-bit signed quantity.
257 // Truncate an immediate t
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrFormatsC.td37 // The immediate value encoding differs for each instruction, so each subclass
52 // The immediate value encoding differs for each instruction, so each subclass
78 // The immediate value encoding differs for each instruction, so each subclass
93 // The immediate value encoding differs for each instruction, so each subclass
160 // The immediate value encoding differs for each instruction, so each subclass
175 // The immediate value encoding differs for each instruction, so each subclass
191 // The immediate value encoding differs for each instruction, so each subclass
206 // The immediate value encoding differs for each instruction, so each subclass
H A DRISCVSchedule.td12 def WriteShiftImm : SchedWrite; // 32 or 64-bit shift by immediate operations
13 def WriteShiftImm32 : SchedWrite; // 32-bit shift by immediate operations on RV64Ix
14 def WriteShiftReg : SchedWrite; // 32 or 64-bit shift by immediate operations
15 def WriteShiftReg32 : SchedWrite; // 32-bit shift by immediate operations on RV64Ix
135 def ReadShiftImm32 : SchedRead; // 32-bit shift by immediate operations on RV64Ix
/freebsd/contrib/libpcap/testprogs/
H A Dcapturetest.c104 int immediate = 0; in main() local
138 immediate = 1; in main()
218 if (immediate) { in main()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrOperands.td345 // Sign-extended immediate classes. We don't need to define the full lattice
380 // 4-bit immediate used by some XOP instructions
388 // Unsigned immediate used by SSE/AVX instructions
420 // Unsigned 4-bit immediate used by some XOP instructions.
433 // Unsigned 8-bit immediate used by SSE/AVX instructions.
440 // 16-bit immediate but only 8-bits are significant and they are unsigned.
448 // 32-bit immediate but only 8-bits are significant and they are unsigned.
456 // 64-bit immediate but only 8-bits are significant and they are unsigned.
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Schedule.td43 def WriteLD : SchedWrite; // Load from base addr plus immediate offset
44 def WriteST : SchedWrite; // Store to base addr plus immediate offset
76 def WriteFImm : SchedWrite; // Floating-point immediate.
H A DAArch64SchedPredicates.td99 // Identify arithmetic immediate instructions.
111 // Identify logic immediate instructions.
132 // Identify arithmetic and logic immediate instructions.
342 // Identify EXTR as the alias for ROR (immediate).
/freebsd/sys/cam/scsi/
H A Dscsi_sa.h67 uint8_t immediate; member
80 uint8_t immediate; member
987 uint8_t tag_action, int immediate, uint8_t sense_len,
997 uint8_t tag_action, int immediate, int eot,
1003 uint8_t tag_action, int immediate, int setmark,
1016 uint8_t tag_action, int immediate, int long_erase,
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.td63 // Extract bits 0-15 (low-end) of an immediate value.
69 // Extract bits 16-31 (high-end) of an immediate value.
70 // Transformation function: shift the immediate value down into the low bits.
120 // i32lo16 predicate - true if the 32-bit immediate has only rightmost 16
126 // i32neg16 predicate - true if the 32-bit immediate is negative and can
133 // i32lo16 predicate - true if the 32-bit immediate has only rightmost 16
141 // i32lo16 predicate - true if the 32-bit immediate has the rightmost 16
150 // i32hi16 predicate - true if the 32-bit immediate has only leftmost 16
159 // i32lo16 predicate - true if the 32-bit immediate has the leftmost 16
168 // i32lo21 predicate - true if the 32-bit immediate has only rightmost 21
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrFormats.td136 // SX - Signed X-bit immediate.
137 // UX - Unsigned X-bit immediate.
149 // or a 6-bit unsigned immediate (immU6), depending on the format.
310 // 2-register, unsigned 6-bit immediate Dual Operand instruction.
330 // 1-register, unsigned 6-bit, immediate Dual Operand instruction with
355 // 2-register, unsigned 6-bit immediate Dual Operand instruction with
378 // 2-register, signed 12-bit immediate Dual Operand instruction.
398 // 1-register, signed 12-bit immediate Dual Operand instruction.
420 // 1-register, unsigned 6-bit immediate Dual Operand instruction.
442 // 2-register, 32-bit immediate (LImm) Dual Operand instruction.
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreInstrFormats.td41 // 3R with first operand as an immediate. Used for TSETR where the first
42 // operand is treated as an immediate since it refers to a register number in
160 // 2R with first operand as an immediate. Used for TSETMR where the first
161 // operand is treated as an immediate since it refers to a register number in
/freebsd/crypto/openssl/doc/man3/
H A DSSL_pending.pod22 and are available inside B<ssl> for immediate read.
48 bytes that are pending and are available for immediate read. SSL_has_pending()

12345678910>>...13