Home
last modified time | relevance | path

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

12345678910>>...56

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dconstraints.md86 "Unsigned immediate 1-bit value"
91 "Unsigned immediate 2-bit value"
96 "Unsigned immediate 3-bit value"
101 "Negative immediate 3-bit value in the range of -7 to 0"
106 "Unsigned immediate 4-bit value"
111 "Signed immediate 5-bit value"
116 "Signed immediate 5-bit value"
121 "Unsigned immediate 5-bit value"
126 "Negative immediate 5-bit value in the range of -31 to 0"
131 "Unsigned immediate 6-bit value"
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nds32/
H A Dconstraints.md86 "Unsigned immediate 1-bit value"
91 "Unsigned immediate 2-bit value"
96 "Unsigned immediate 3-bit value"
101 "Negative immediate 3-bit value in the range of -7 to 0"
106 "Unsigned immediate 4-bit value"
111 "Signed immediate 5-bit value"
116 "Signed immediate 5-bit value"
121 "Unsigned immediate 5-bit value"
126 "Negative immediate 5-bit value in the range of -31 to 0"
131 "Unsigned immediate 6-bit value"
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/cr16/
H A Dconstraints.md34 "A signed 4-bit immediate."
39 "A signed 5-bit immediate."
44 "A signed 6-bit immediate."
49 "A unsigned 4-bit immediate."
54 "A unsigned and customized 4-bit immediate."
59 "A signed 16-bit immediate."
64 "A unsigned 20-bit immediate."
69 "A shift QI immediate."
74 "A shift HI immediate."
79 "A shift SI immediate."
/netbsd-src/external/gpl3/gcc/dist/gcc/config/cr16/
H A Dconstraints.md34 "A signed 4-bit immediate."
39 "A signed 5-bit immediate."
44 "A signed 6-bit immediate."
49 "A unsigned 4-bit immediate."
54 "A unsigned and customized 4-bit immediate."
59 "A signed 16-bit immediate."
64 "A unsigned 20-bit immediate."
69 "A shift QI immediate."
74 "A shift HI immediate."
79 "A shift SI immediate."
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Dconstraints.md103 "A constant that can be used with a 32-bit MOV immediate operation."
108 "A constant that can be used with a 64-bit MOV immediate operation."
113 "A constant that can be used with a 128-bit MOV immediate operation."
157 A constraint that matches an immediate shift constant in SImode."
168 A constraint that matches an immediate shift constant in DImode."
180 A constraint that matches an immediate right shift constant in SImode
187 A constraint that matches an immediate right shift constant in DImode
194 A constraint that matches the immediate constant -1."
212 A constraint that matches an immediate operand valid for
218 A constraint that matches the immediate constant +1."
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dconstraints.md28 ;; For most immediate constraints we have 3 variations to deal with the
33 …"An immediate which can be loaded with the il/ila/ilh/ilhu instructions. const_int is treated as …
39 …"An immediate for arithmetic instructions (e.g., ai, ceqi). const_int is treated as a 32-bit valu…
44 "An immediate for and/xor/or instructions. const_int is treated as a 32-bit value."
49 "An immediate for iohl instruction. const_int is treated as a 32-bit value."
54 …"An immediate which can be loaded with the il/ila/ilh/ilhu instructions. const_int is sign extend…
59 "An immediate for shift and rotate instructions. const_int is treated as a 32-bit value."
64 "An immediate for and/xor/or instructions. const_int is sign extended as a 128 bit."
69 "An immediate for iohl instruction. const_int is sign extended to 128 bit."
74 …"An immediate which can be loaded with the il/ila/ilh/ilhu instructions. const_int is treated as …
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-tic30.c234 } immediate; member
583 current_op->immediate.label = xstrdup (token); in tic30_operand()
588 retval = expression (&current_op->immediate.imm_expr); in tic30_operand()
590 current_op->immediate.imm_expr.X_op); in tic30_operand()
592 (long) current_op->immediate.imm_expr.X_add_number); in tic30_operand()
596 if (current_op->immediate.imm_expr.X_op == O_constant) in tic30_operand()
598 current_op->immediate.s_number in tic30_operand()
599 = current_op->immediate.imm_expr.X_add_number; in tic30_operand()
600 current_op->immediate.u_number in tic30_operand()
601 = (unsigned int) current_op->immediate.imm_expr.X_add_number; in tic30_operand()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-tic30.c234 } immediate; member
583 current_op->immediate.label = xstrdup (token); in tic30_operand()
588 retval = expression (&current_op->immediate.imm_expr); in tic30_operand()
590 current_op->immediate.imm_expr.X_op); in tic30_operand()
592 (long) current_op->immediate.imm_expr.X_add_number); in tic30_operand()
596 if (current_op->immediate.imm_expr.X_op == O_constant) in tic30_operand()
598 current_op->immediate.s_number in tic30_operand()
599 = current_op->immediate.imm_expr.X_add_number; in tic30_operand()
600 current_op->immediate.u_number in tic30_operand()
601 = (unsigned int) current_op->immediate.imm_expr.X_add_number; in tic30_operand()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Dconstraints.md103 "A constant that can be used with a 32-bit MOV immediate operation."
108 "A constant that can be used with a 64-bit MOV immediate operation."
113 "A constant that can be used with a 128-bit MOV immediate operation."
165 A constraint that matches an immediate shift constant in SImode."
176 A constraint that matches an immediate shift constant in DImode."
188 A constraint that matches an immediate right shift constant in SImode
195 A constraint that matches an immediate right shift constant in DImode
202 A constraint that matches the immediate constant -1."
220 A constraint that matches an immediate operand valid for
226 A constraint that matches the immediate constant +1."
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dz8k-dis.c46 unsigned long immediate; member
353 instr_data->immediate = instr_nibl; in unpack_instr()
356 instr_data->immediate = (- instr_nibl) & 0xf; in unpack_instr()
359 instr_data->immediate = (- instr_byte) & 0xff; in unpack_instr()
363 instr_data->immediate = instr_byte; in unpack_instr()
367 instr_data->immediate = instr_word; in unpack_instr()
374 instr_data->immediate = instr_long; in unpack_instr()
378 instr_data->immediate = instr_nibl - 1; in unpack_instr()
381 instr_data->immediate = instr_nibl + 1; in unpack_instr()
384 instr_data->immediate = 1; in unpack_instr()
[all …]
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dz8k-dis.c46 unsigned long immediate; member
353 instr_data->immediate = instr_nibl; in unpack_instr()
356 instr_data->immediate = (- instr_nibl) & 0xf; in unpack_instr()
359 instr_data->immediate = (- instr_byte) & 0xff; in unpack_instr()
363 instr_data->immediate = instr_byte; in unpack_instr()
367 instr_data->immediate = instr_word; in unpack_instr()
374 instr_data->immediate = instr_long; in unpack_instr()
378 instr_data->immediate = instr_nibl - 1; in unpack_instr()
381 instr_data->immediate = instr_nibl + 1; in unpack_instr()
384 instr_data->immediate = 1; in unpack_instr()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m32r/
H A Dconstraints.md22 ;; can be used to stand for particular ranges of immediate operands.
42 ;; W is used for an immediate value of 0.
54 "8-bit signed immediate."
59 "16-bit signed immediate."
64 "16-bit unsigned immediate."
69 "16-bit signed immediate left shifted by 16."
75 "24-bit unsigned immediate."
80 "8-bit signed immediate for compare."
85 "5-bit unsigned immediate."
90 "16-bit signed immediate for compare."
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m32r/
H A Dconstraints.md22 ;; can be used to stand for particular ranges of immediate operands.
42 ;; W is used for an immediate value of 0.
54 "8-bit signed immediate."
59 "16-bit signed immediate."
64 "16-bit unsigned immediate."
69 "16-bit signed immediate left shifted by 16."
75 "24-bit unsigned immediate."
80 "8-bit signed immediate for compare."
85 "5-bit unsigned immediate."
90 "16-bit signed immediate for compare."
[all …]
/netbsd-src/external/gpl3/binutils/dist/cpu/
H A Dlm32.cpu123 (df f-imm "signed immediate field" () 15 16 INT #f #f)
124 (dnf f-uimm "unsigned immediate field" () 15 16)
149 (dnop imm "signed immediate" () h-sint f-imm)
150 (dnop uimm "unsigned immediate" () h-uint f-uimm)
159 (comment "high 16-bit immediate")
168 (comment "low 16-bit immediate")
177 (comment "gp relative 16-bit immediate")
186 (comment "got 16-bit immediate")
195 (comment "got offset high 16-bit immediate")
204 (comment "got offset low 16-bit immediate")
[all …]
H A Dxstormy16.cpu180 (type immediate (UINT 4))
191 (type immediate (UINT 1))
276 (dnop imm2 "2 bit unsigned immediate" () h-uint f-imm2)
279 (dnop imm3 "3 bit unsigned immediate" () h-uint f-imm3)
281 (dnop imm3b "3 bit unsigned immediate for bit tests" () h-uint f-imm3b)
286 (comment "4 bit unsigned immediate")
294 (dnop imm8 "8 bit unsigned immediate" () h-uint f-imm8)
297 (comment "8 bit unsigned immediate")
312 (dnop imm12 "12 bit signed immediate" () h-sint f-imm12)
317 (comment "16 bit immediate")
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/cpu/
H A Dlm32.cpu123 (df f-imm "signed immediate field" () 15 16 INT #f #f)
124 (dnf f-uimm "unsigned immediate field" () 15 16)
149 (dnop imm "signed immediate" () h-sint f-imm)
150 (dnop uimm "unsigned immediate" () h-uint f-uimm)
159 (comment "high 16-bit immediate")
168 (comment "low 16-bit immediate")
177 (comment "gp relative 16-bit immediate")
186 (comment "got 16-bit immediate")
195 (comment "got offset high 16-bit immediate")
204 (comment "got offset low 16-bit immediate")
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/cpu/
H A Dlm32.cpu123 (df f-imm "signed immediate field" () 15 16 INT #f #f)
124 (dnf f-uimm "unsigned immediate field" () 15 16)
149 (dnop imm "signed immediate" () h-sint f-imm)
150 (dnop uimm "unsigned immediate" () h-uint f-uimm)
159 (comment "high 16-bit immediate")
168 (comment "low 16-bit immediate")
177 (comment "gp relative 16-bit immediate")
186 (comment "got 16-bit immediate")
195 (comment "got offset high 16-bit immediate")
204 (comment "got offset low 16-bit immediate")
[all …]
/netbsd-src/external/gpl3/gdb/dist/cpu/
H A Dlm32.cpu123 (df f-imm "signed immediate field" () 15 16 INT #f #f)
124 (dnf f-uimm "unsigned immediate field" () 15 16)
149 (dnop imm "signed immediate" () h-sint f-imm)
150 (dnop uimm "unsigned immediate" () h-uint f-uimm)
159 (comment "high 16-bit immediate")
168 (comment "low 16-bit immediate")
177 (comment "gp relative 16-bit immediate")
186 (comment "got 16-bit immediate")
195 (comment "got offset high 16-bit immediate")
204 (comment "got offset low 16-bit immediate")
[all …]
H A Dxstormy16.cpu180 (type immediate (UINT 4))
191 (type immediate (UINT 1))
276 (dnop imm2 "2 bit unsigned immediate" () h-uint f-imm2)
279 (dnop imm3 "3 bit unsigned immediate" () h-uint f-imm3)
281 (dnop imm3b "3 bit unsigned immediate for bit tests" () h-uint f-imm3b)
286 (comment "4 bit unsigned immediate")
294 (dnop imm8 "8 bit unsigned immediate" () h-uint f-imm8)
297 (comment "8 bit unsigned immediate")
312 (dnop imm12 "12 bit signed immediate" () h-sint f-imm12)
317 (comment "16 bit immediate")
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/bfin/
H A Dconstraints.md120 "A signed 3 bit immediate."
125 "An unsigned 3 bit immediate."
130 "A signed 4 bit immediate."
135 "An unsigned 4 bit immediate."
140 "A signed 5 bit immediate."
145 "An unsigned 5 bit immediate."
150 "A signed 7 bit immediate."
155 "A constant that when negated is a signed 7 bit immediate."
160 "A signed 16 bit immediate."
165 "An unsigned 16 bit immediate."
/netbsd-src/external/gpl3/gcc/dist/gcc/config/bfin/
H A Dconstraints.md120 "A signed 3 bit immediate."
125 "An unsigned 3 bit immediate."
130 "A signed 4 bit immediate."
135 "An unsigned 4 bit immediate."
140 "A signed 5 bit immediate."
145 "An unsigned 5 bit immediate."
150 "A signed 7 bit immediate."
155 "A constant that when negated is a signed 7 bit immediate."
160 "A signed 16 bit immediate."
165 "An unsigned 16 bit immediate."
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/frv/
H A Dtestutils.inc48 ; Set GR with immediate value
80 ; Increment GR with immediate value
90 ; AND GR with immediate value
100 ; OR GR with immediate value
115 ; Set FR with integer immediate value
121 ; Set FR with integer immediate value
144 ; Set CPR with immediate value
159 ; Set SPR with immediate value
175 ; increment SPR with immediate value
182 ; OR spr with immediate value
[all …]
/netbsd-src/sys/dev/microcode/aic7xxx/
H A Daicasm_insformat.h47 uint32_t immediate : 8, member
59 immediate : 8;
83 uint32_t immediate : 8, member
93 immediate : 8;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rx/
H A Dconstraints.md29 "@internal A signed or unsigned 8-bit immediate value"
36 "@internal A signed 8-bit immediate value"
43 "@internal A signed 16-bit immediate value"
50 "@internal A signed 24-bit immediate value"
60 "@internal An unsigned 4-bit immediate value"
67 "@internal An signed 4-bit negative immediate value"
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rx/
H A Dconstraints.md29 "@internal A signed or unsigned 8-bit immediate value"
36 "@internal A signed 8-bit immediate value"
43 "@internal A signed 16-bit immediate value"
50 "@internal A signed 24-bit immediate value"
60 "@internal An unsigned 4-bit immediate value"
67 "@internal An signed 4-bit negative immediate value"

12345678910>>...56