Lines Matching refs:r_tmp
966 RegStorage r_tmp;969 r_tmp = AllocTempWide();970 res = LoadConstantWide(r_tmp, value);972 r_tmp = AllocTemp();973 res = LoadConstant(r_tmp, value);975 OpRegReg(op, r_dest_src1, r_tmp);976 FreeTemp(r_tmp);