Home
last modified time | relevance | path

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

12345678910>>...13

/freebsd-13-stable/stand/ficl/softwords/
HDprefix.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
HDifbrack.fr41 ; immediate
44 0= if postpone [else] then ; immediate
46 : [then] ( -- ) ; immediate
47 : [endif] ( -- ) ; immediate
HDsoftcore.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
HDoo.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
HDficllocal.fr46 ; immediate compile-only
/freebsd-13-stable/contrib/bearssl/T0/
HDkern.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-13-stable/sys/dev/aic7xxx/aicasm/
HDaicasm_insformat.h47 uint32_t immediate : 8, member
59 immediate : 8;
83 uint32_t immediate : 8, member
93 immediate : 8;
HDaicasm_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-13-stable/contrib/llvm-project/llvm/utils/TableGen/
HDX86RecognizableInstr.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-13-stable/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
HDX86Disassembler.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-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVInstrFormatsC.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
HDRISCVSchedule.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
HDRISCVInstrInfoC.td76 // c_lui_imm checks the immediate range is in [1, 31] or [0xfffe0, 0xfffff].
79 // bit 17. Therefore, this 6-bit immediate can represent values in the ranges
98 // A 7-bit unsigned immediate where the least significant two bits are zero.
113 // A 8-bit unsigned immediate where the least significant two bits are zero.
128 // A 8-bit unsigned immediate where the least significant three bits are zero.
143 // A 9-bit signed immediate where the least significant bit is zero.
160 // A 9-bit unsigned immediate where the least significant three bits are zero.
175 // A 10-bit unsigned immediate where the least significant two bits are zero
176 // and the immediate can't be zero.
192 // A 10-bit signed immediate where the least significant four bits are zero.
[all …]
/freebsd-13-stable/tests/sys/netpfil/pf/
HDridentifier.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 &
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZOperands.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 to a 16-bit unsigned quantity.
[all …]
/freebsd-13-stable/contrib/libpcap/testprogs/
HDcapturetest.c104 int immediate = 0; in main() local
138 immediate = 1; in main()
218 if (immediate) { in main()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86InstrOperands.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-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64Schedule.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.
HDAArch64SchedPredicates.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-13-stable/sys/cam/scsi/
HDscsi_sa.h68 u_int8_t immediate; member
81 u_int8_t immediate; member
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-13-stable/contrib/llvm-project/llvm/lib/Target/ARC/
HDARCInstrFormats.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-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
HDLanaiInstrInfo.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-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/
HDXCoreInstrFormats.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-13-stable/crypto/openssl/doc/man3/
HDSSL_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()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDRelocation.txt49 template pattern parameterized over the load upper immediate
91 16-bit immediate into bits 31-16 and clear the lower 15 bits. On MIPS64,

12345678910>>...13