HomeSort by relevance Sort by last modified time
    Searched refs:valuep (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /toolchain/binutils/binutils-2.25/cpu/
mt.opc 109 signed long * valuep = (signed long *) arg;
121 *valuep = value;
134 signed long * valuep = (signed long *) arg;
151 *valuep = value;
200 *valuep = value;
217 errmsg = cgen_parse_signed_integer (cd, strp, opindex, valuep);
223 if (*valuep & 0x8000)
224 value = 0xffff0000 | *valuep;
226 value = *valuep;
231 because cgen will have sign extended *valuep. *
    [all...]
xstormy16.opc 63 unsigned long *valuep)
80 (long *) valuep) == NULL)
89 return cgen_parse_unsigned_integer (cd, strp, opindex, valuep);
101 unsigned long *valuep)
120 *valuep = value;
130 unsigned long *valuep)
150 errmsg = cgen_parse_unsigned_integer (cd, strp, opindex, valuep);
158 *valuep = value;
iq2000.opc 110 unsigned long *valuep)
129 *valuep = (-value & 0xFFFF);
141 unsigned long *valuep)
159 *valuep = (value & 0xFFFF);
173 bfd_vma *valuep)
188 *valuep = (value & 0x7FFFFF);
198 unsigned long *valuep)
224 *valuep = value;
249 *valuep = value;
254 return parse_imm (cd, strp, opindex, valuep);
    [all...]
lm32.opc 38 unsigned long *valuep)
50 *valuep = (value & 0xFFFF);
61 unsigned long *valuep)
79 *valuep = value;
84 return parse_imm (cd, strp, opindex, valuep);
93 unsigned long *valuep)
110 *valuep = value;
114 return parse_imm (cd, strp, opindex, valuep);
123 long *valuep)
140 *valuep = value
    [all...]
fr30.opc 76 unsigned long *valuep,
80 *valuep = 0;
101 *valuep |= 0x80 >> regno;
103 *valuep |= 1 << regno;
123 unsigned long *valuep)
125 return parse_register_list (cd, strp, opindex, valuep,
133 unsigned long *valuep)
135 return parse_register_list (cd, strp, opindex, valuep,
143 unsigned long *valuep)
145 return parse_register_list (cd, strp, opindex, valuep,
    [all...]
m32c.opc 143 int opindex, unsigned long *valuep)
153 *valuep = value;
159 int opindex, unsigned long *valuep)
182 *valuep = value;
199 *valuep = value;
205 int opindex, signed long *valuep)
224 *valuep = value;
230 int opindex, signed long *valuep)
249 *valuep = -value;
255 int opindex, signed long *valuep)
    [all...]
epiphany.opc 75 long * valuep);
82 bfd_vma *valuep);
122 unsigned long * valuep)
124 long * svalp = (void *) valuep;
134 long * valuep)
155 errmsg = cgen_parse_keyword (cd, strp, & epiphany_cgen_opval_gr_names,valuep);
159 errmsg = (sign ? cgen_parse_signed_integer (cd, strp, opindex, valuep)
161 (unsigned long *) valuep));
166 errmsg = cgen_validate_signed_integer (*valuep,
169 errmsg = cgen_validate_unsigned_integer (*valuep, 0, (1L << bits) - 1)
    [all...]
or1k.opc 60 bfd_vma * valuep)
78 *valuep = value;
81 return cgen_parse_address (cd, strp, opindex, opinfo, resultp, valuep);
85 parse_simm16 (CGEN_CPU_DESC cd, const char ** strp, int opindex, long * valuep)
147 *valuep = value;
164 *valuep = value;
181 *valuep = value;
199 *valuep = value;
216 *valuep = value;
234 *valuep = value
    [all...]
frv.opc     [all...]
sh.opc 58 long * valuep)
ip2k.opc 96 unsigned long *valuep)
127 (long *) valuep);
150 *valuep = 0;
184 *valuep = 0x0100 | tempvalue;
225 *valuep = 0x0180 | tempvalue;
245 *valuep = value;
266 unsigned long *valuep)
298 *valuep = value;
308 unsigned long *valuep)
329 *valuep = (value >> 1) & 0x1FFF; /* Should mask be 1FFF? *
    [all...]
m32r.opc 98 long *valuep ATTRIBUTE_UNUSED)
111 unsigned long *valuep)
134 *valuep = value;
152 *valuep = value;
156 return cgen_parse_unsigned_integer (cd, strp, opindex, valuep);
167 long * valuep)
187 *valuep = value;
199 *valuep = value;
203 return cgen_parse_signed_integer (cd, strp, opindex, valuep);
214 unsigned long *valuep)
    [all...]
  /external/ltrace/sysdeps/linux-gnu/s390/
fetch.c 127 struct arg_type_info *info, struct value *valuep,
145 value_in_inferior(valuep, ctx->stack_pointer + off);
152 copy_gpr(struct fetch_context *ctx, struct value *valuep, int regno)
154 value_set_word(valuep, ctx->regs.gprs[regno]);
159 struct arg_type_info *info, struct value *valuep,
163 return allocate_stack_slot(ctx, proc, info, valuep, sz);
165 copy_gpr(ctx, valuep, ctx->greg++);
171 struct arg_type_info *info, struct value *valuep,
179 return allocate_stack_slot(ctx, proc, info, valuep, sz);
182 if (value_reserve(valuep, sz) == NULL
    [all...]
  /external/ltrace/
fetch.c 38 struct value *valuep);
42 struct value *valuep);
82 struct arg_type_info *info, struct value *valuep)
85 value_set_word(valuep, l);
92 struct arg_type_info *info, struct value *valuep)
95 value_set_word(valuep, l);
136 struct arg_type_info *info, struct value *valuep)
138 return arch_fetch_arg_next(context, type, proc, info, valuep);
144 struct arg_type_info *info, struct value *valuep)
146 return arch_fetch_retval(context, type, proc, info, valuep);
    [all...]
fetch.h 50 * *VALUEP. */
53 struct arg_type_info *info, struct value *valuep);
56 * value on failure. The extracted value is stored in *VALUEP. */
59 struct arg_type_info *info, struct value *valuep);
84 struct value *valuep);
87 struct value *valuep);
  /external/ltrace/sysdeps/linux-gnu/ia64/
fetch.c 106 struct arg_type_info *info, struct value *valuep)
118 value_set_word(valuep, value);
125 struct arg_type_info *info, struct value *valuep)
128 return allocate_stack_slot(ctx, proc, info, valuep);
133 if (valuep == NULL)
150 value_set_word(valuep, ret);
180 struct arg_type_info *info, struct value *valuep)
187 unsigned char *buf = value_reserve(valuep, sz);
217 struct arg_type_info *info, struct value *valuep,
230 return allocate_reg(ctx, proc, info, valuep);
    [all...]
  /external/ltrace/sysdeps/linux-gnu/ppc/
fetch.c 35 struct arg_type_info *info, struct value *valuep);
147 struct arg_type_info *info, struct value *valuep)
165 if (valuep != NULL)
166 value_in_inferior(valuep, ctx->stack_pointer + off);
219 struct arg_type_info *info, struct value *valuep)
222 return allocate_stack_slot(ctx, proc, info, valuep);
225 if (valuep == NULL)
232 if (value_reserve(valuep, sz) == NULL)
243 memcpy(value_get_raw_data(valuep), u.buf, sz);
249 struct arg_type_info *info, struct value *valuep)
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
mt-asm.c 70 signed long * valuep = (signed long *) arg;
82 *valuep = value;
95 signed long * valuep = (signed long *) arg;
112 *valuep = value;
161 *valuep = value;
178 errmsg = cgen_parse_signed_integer (cd, strp, opindex, valuep);
184 if (*valuep & 0x8000)
185 value = 0xffff0000 | *valuep;
187 value = *valuep;
192 because cgen will have sign extended *valuep. *
69 signed long * valuep = (signed long *) arg; local
94 signed long * valuep = (signed long *) arg; local
    [all...]
frv-asm.c 59 bfd_vma *valuep)
64 &result_type, valuep);
80 unsigned long *valuep)
96 if (valuep)
97 *valuep = value;
119 unsigned long *valuep)
135 if (valuep)
136 *valuep = value;
158 unsigned long *valuep)
174 if (valuep)
    [all...]
ip2k-asm.c 58 unsigned long *valuep)
89 (long *) valuep);
112 *valuep = 0;
146 *valuep = 0x0100 | tempvalue;
187 *valuep = 0x0180 | tempvalue;
207 *valuep = value;
228 unsigned long *valuep)
260 *valuep = value;
270 unsigned long *valuep)
291 *valuep = (value >> 1) & 0x1FFF; /* Should mask be 1FFF? *
    [all...]
m32c-asm.c 109 int opindex, unsigned long *valuep)
119 *valuep = value;
125 int opindex, unsigned long *valuep)
148 *valuep = value;
165 *valuep = value;
171 int opindex, signed long *valuep)
190 *valuep = value;
196 int opindex, signed long *valuep)
215 *valuep = -value;
221 int opindex, signed long *valuep)
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
cpu-ia64-opc.c 43 ia64_insn code ATTRIBUTE_UNUSED, ia64_insn *valuep ATTRIBUTE_UNUSED)
57 ia64_insn code ATTRIBUTE_UNUSED, ia64_insn *valuep ATTRIBUTE_UNUSED)
73 ext_reg (const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep)
75 *valuep = ((code >> self->field[0].shift)
100 ext_immu (const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep)
112 *valuep = value;
127 ia64_insn *valuep)
131 result = ext_immu (self, code, valuep);
135 *valuep = *valuep + 32
    [all...]
  /external/ltrace/sysdeps/linux-gnu/x86/
fetch.c 106 struct value *valuep, unsigned long val, size_t offset)
108 if (valuep != NULL) {
109 unsigned char *buf = value_get_raw_data(valuep);
116 copy_sse_register(struct fetch_context *context, struct value *valuep,
127 if (valuep != NULL) {
128 unsigned char *buf = value_get_raw_data(valuep);
138 struct value *valuep, size_t sz, size_t offset,
141 assert(valuep != NULL);
142 size_t a = type_alignof(valuep->inferior, valuep->type)
    [all...]
  /external/ltrace/sysdeps/linux-gnu/arm/
fetch.c 142 enum arg_type type, size_t count, struct value *valuep)
159 unsigned char *data = value_reserve(valuep, sz);
185 struct arg_type_info *info, struct value *valuep)
196 hfa_size, valuep);
203 struct arg_type_info *info, struct value *valuep)
210 if ((rc = consider_vfp(ctx, proc, info, valuep)) != 1)
231 unsigned char *data = value_reserve(valuep, words * 4);
258 value_in_inferior(valuep, ctx->nsaa);
267 struct value *valuep)
274 if ((rc = consider_vfp(ctx, proc, info, valuep)) != 1
    [all...]
  /external/ltrace/sysdeps/linux-gnu/m68k/
fetch.c 107 struct value *valuep)
127 value_set_word(valuep, context->regs[reg]);
129 size_t a = type_alignof(valuep->inferior, valuep->type);
137 value_in_inferior(valuep, context->stack_pointer);
147 struct value *valuep)
155 *valuep = context->retval;
162 if (value_reserve(valuep, sz) == NULL)
178 unsigned char *buf = value_get_raw_data(valuep);
199 if (valuep->type->type == ARGTYPE_FLOAT
    [all...]

Completed in 1093 milliseconds

1 2 3 4