Searched refs:temp_base (Results 1 – 5 of 5) sorted by relevance
30 uint64_t temp_base; in imx_set_cpu_secure_entry() local32 temp_base = (uint64_t) sec_entrypoint; in imx_set_cpu_secure_entry()33 temp_base >>= 2; in imx_set_cpu_secure_entry()36 ((uint32_t)(temp_base >> 22) & 0xffff)); in imx_set_cpu_secure_entry()38 ((uint32_t)temp_base & 0x003fffff)); in imx_set_cpu_secure_entry()
261 $temp_base = $opt_T || "/tmp";332 die "$prog: couldn't cd to $temp_base - $!\n" if !chdir($temp_base);
1819 src_reg temp_base = get_temp(ir->type); in visit() local1820 dst_reg temp = dst_reg(temp_base); in visit()1838 this->result = temp_base; in visit()1843 src_reg temp_base = get_temp(ir->type); in visit() local1844 dst_reg temp = dst_reg(temp_base); in visit()1859 this->result = temp_base; in visit()
3224 st_src_reg temp_base = get_temp(ir->type); in visit() local3225 st_dst_reg temp = st_dst_reg(temp_base); in visit()3243 this->result = temp_base; in visit()3248 st_src_reg temp_base = get_temp(ir->type); in visit() local3249 st_dst_reg temp = st_dst_reg(temp_base); in visit()3265 this->result = temp_base; in visit()
908 MODE_INFO **temp_base = cm->prev_mi_grid_base; in vp9_swap_mi_and_prev_mi() local922 cm->mi_grid_base = temp_base; in vp9_swap_mi_and_prev_mi()