Home | History | Annotate | Download | only in i965

Lines Matching refs:orig_src

2451  * Emits an instruction before @inst to load the value named by @orig_src
2458 dst_reg temp, src_reg orig_src,
2461 int reg_offset = base_offset + orig_src.reg_offset;
2462 src_reg index = get_scratch_offset(inst, orig_src.reladdr, reg_offset);
2570 * Emits an instruction before @inst to load the value named by @orig_src
2575 dst_reg temp, src_reg orig_src,
2578 int reg_offset = base_offset + orig_src.reg_offset;
2580 src_reg offset = get_pull_constant_offset(inst, orig_src.reladdr, reg_offset);