Home
last modified time | relevance | path

Searched refs:scratch_loc (Results 1 – 6 of 6) sorted by relevance

/external/libunwind/src/ppc64/
Dunwind_i.h42 #define ppc64_scratch_loc UNW_OBJ(scratch_loc)
/external/libunwind/src/hppa/
Dunwind_i.h38 #define hppa_scratch_loc UNW_OBJ(scratch_loc)
/external/libunwind/src/x86/
Dunwind_i.h52 #define x86_scratch_loc UNW_OBJ(scratch_loc)
/external/libunwind/src/x86_64/
Dunwind_i.h62 #define x86_64_scratch_loc UNW_OBJ(scratch_loc)
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4_visitor.cpp2499 int scratch_loc[this->virtual_grf_count]; in move_grf_array_access_to_scratch() local
2502 scratch_loc[i] = -1; in move_grf_array_access_to_scratch()
2513 scratch_loc[inst->dst.reg] == -1) { in move_grf_array_access_to_scratch()
2514 scratch_loc[inst->dst.reg] = c->last_scratch; in move_grf_array_access_to_scratch()
2522 scratch_loc[src->reg] == -1) { in move_grf_array_access_to_scratch()
2523 scratch_loc[src->reg] = c->last_scratch; in move_grf_array_access_to_scratch()
2541 if (inst->dst.file == GRF && scratch_loc[inst->dst.reg] != -1) { in move_grf_array_access_to_scratch()
2544 emit_scratch_write(inst, temp, inst->dst, scratch_loc[inst->dst.reg]); in move_grf_array_access_to_scratch()
2553 if (inst->src[i].file != GRF || scratch_loc[inst->src[i].reg] == -1) in move_grf_array_access_to_scratch()
2559 scratch_loc[inst->src[i].reg]); in move_grf_array_access_to_scratch()
/external/libunwind/src/ia64/
Dunwind_i.h486 #define ia64_scratch_loc UNW_OBJ(scratch_loc)