Home
last modified time | relevance | path

Searched refs:dst_reg_offset (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs_register_coalesce.cpp162 int dst_reg_offset[MAX_VGRF_SIZE]; in register_coalesce() local
194 dst_reg_offset[i] = i; in register_coalesce()
211 dst_reg_offset[offset + i] = inst->dst.offset / REG_SIZE + i; in register_coalesce()
221 if (dst_reg_offset[i] != dst_reg_offset[0] + i) { in register_coalesce()
228 dst_var[i] = live_intervals->var_from_vgrf[dst_reg] + dst_reg_offset[i]; in register_coalesce()
260 dst_reg_offset[scan_inst->dst.offset / REG_SIZE] * REG_SIZE; in register_coalesce()
268 dst_reg_offset[scan_inst->src[j].offset / REG_SIZE] * REG_SIZE; in register_coalesce()
/external/v8/src/arm/
Dmacro-assembler-arm.h749 int dst_reg_offset = 12; in GetCodeMarker() local
750 int dst_mask = 0xf << dst_reg_offset; in GetCodeMarker()
752 int dst_reg = (instr & dst_mask) >> dst_reg_offset; in GetCodeMarker()
/external/v8/src/ppc/
Dmacro-assembler-ppc.h669 int dst_reg_offset = 12; in GetCodeMarker() local
670 int dst_mask = 0xf << dst_reg_offset; in GetCodeMarker()
672 int dst_reg = (instr & dst_mask) >> dst_reg_offset; in GetCodeMarker()
/external/v8/src/s390/
Dmacro-assembler-s390.h979 int dst_reg_offset = 12; in GetCodeMarker() local
980 int dst_mask = 0xf << dst_reg_offset; in GetCodeMarker()
982 int dst_reg = (instr & dst_mask) >> dst_reg_offset; in GetCodeMarker()