Lines Matching defs:value
60 * Also, __gen_combine_address must accept a location value of NULL and return
235 * they are handed for each source and return a reference to a value which the
236 * caller must consume. In particular, if you pas the same value into a
330 mi_value_half(struct mi_value value, bool top_32_bits)
332 switch (value.type) {
335 value.imm >>= 32;
337 value.imm &= 0xffffffffu;
338 return value;
342 return value;
346 value.addr = __gen_address_offset(value.addr, 4);
347 value.type = MI_VALUE_TYPE_MEM32;
348 return value;
352 return value;
356 value.reg += 4;
357 value.type = MI_VALUE_TYPE_REG32;
358 return value;
553 /** Store the value in src to the value represented by dst
574 uint32_t value, uint32_t size)
585 mi_imm(value));
625 * in the MI_PREDICATE_RESULT register) of the value in src to the memory
1105 /* We implicitly assume that N is only a 32-bit value */