Home | History | Annotate | Download | only in i965

Lines Matching refs:reg_offset

180 reg_offset(const fs_reg &r)
223 !(reg_offset(r) + dr <= reg_offset(s) ||
224 reg_offset(s) + ds <= reg_offset(r));
237 reg_offset(r) >= reg_offset(s) &&
238 reg_offset(r) + dr <= reg_offset(s) + ds;
420 * fully or partially) counted from 'floor(reg_offset(inst->dst) /
428 return DIV_ROUND_UP(reg_offset(inst->dst) % REG_SIZE +
436 * fully or partially) counted from 'floor(reg_offset(inst->src[i]) /
445 return DIV_ROUND_UP(reg_offset(inst->src[i]) % reg_size +