| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/translate/ |
| H A D | translate_sse.c | 148 return x86_make_reg(file_XMM, p->const_to_reg[id]); 159 reg = x86_make_reg(file_XMM, i); 181 struct x86_reg tmpXMM = x86_make_reg(file_XMM, 1); 288 struct x86_reg tmpXMM = x86_make_reg(file_XMM, 1); 383 struct x86_reg dataXMM = x86_make_reg(file_XMM, 0); 384 struct x86_reg dataXMM2 = x86_make_reg(file_XMM, 1); 510 struct x86_reg dataXMM = x86_make_reg(file_XMM, 0); 739 struct x86_reg dataXMM = x86_make_reg(file_XMM, 0); 740 struct x86_reg tmpXMM = x86_make_reg(file_XMM, 1); 1008 struct x86_reg tmpXMM = x86_make_reg(file_XM [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/translate/ |
| H A D | translate_sse.c | 148 return x86_make_reg(file_XMM, p->const_to_reg[id]); 159 reg = x86_make_reg(file_XMM, i); 181 struct x86_reg tmpXMM = x86_make_reg(file_XMM, 1); 288 struct x86_reg tmpXMM = x86_make_reg(file_XMM, 1); 383 struct x86_reg dataXMM = x86_make_reg(file_XMM, 0); 384 struct x86_reg dataXMM2 = x86_make_reg(file_XMM, 1); 510 struct x86_reg dataXMM = x86_make_reg(file_XMM, 0); 739 struct x86_reg dataXMM = x86_make_reg(file_XMM, 0); 740 struct x86_reg tmpXMM = x86_make_reg(file_XMM, 1); 1008 struct x86_reg tmpXMM = x86_make_reg(file_XM [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/ |
| H A D | t_vertex_sse.c | 284 struct x86_reg mmx0 = x86_make_reg(file_MMX, 0); 285 struct x86_reg mmx1 = x86_make_reg(file_MMX, 1); 351 struct x86_reg vertexEAX = x86_make_reg(file_REG32, reg_AX); 352 struct x86_reg srcECX = x86_make_reg(file_REG32, reg_CX); 353 struct x86_reg countEBP = x86_make_reg(file_REG32, reg_BP); 354 struct x86_reg vtxESI = x86_make_reg(file_REG32, reg_SI); 355 struct x86_reg temp = x86_make_reg(file_XMM, 0); 356 struct x86_reg vp0 = x86_make_reg(file_XMM, 1); 357 struct x86_reg vp1 = x86_make_reg(file_XMM, 2); 358 struct x86_reg temp2 = x86_make_reg(file_XM [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/ |
| H A D | t_vertex_sse.c | 284 struct x86_reg mmx0 = x86_make_reg(file_MMX, 0); 285 struct x86_reg mmx1 = x86_make_reg(file_MMX, 1); 351 struct x86_reg vertexEAX = x86_make_reg(file_REG32, reg_AX); 352 struct x86_reg srcECX = x86_make_reg(file_REG32, reg_CX); 353 struct x86_reg countEBP = x86_make_reg(file_REG32, reg_BP); 354 struct x86_reg vtxESI = x86_make_reg(file_REG32, reg_SI); 355 struct x86_reg temp = x86_make_reg(file_XMM, 0); 356 struct x86_reg vp0 = x86_make_reg(file_XMM, 1); 357 struct x86_reg vp1 = x86_make_reg(file_XMM, 2); 358 struct x86_reg temp2 = x86_make_reg(file_XM [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/rtasm/ |
| H A D | rtasm_x86sse.c | 276 struct x86_reg dummy = x86_make_reg(file_REG32, op); 317 struct x86_reg x86_make_reg( enum x86_reg_file file, function in typeref:struct:x86_reg 357 return x86_make_reg( reg.file, reg.idx ); 831 emit_op_modrm(p, 0xf7, 0, x86_make_reg(file_REG32, 6), src); 1950 x87_fstp( p, x86_make_reg( file_x87, 0 )); 2088 x86_push(p, x86_make_reg(file_REG32, reg_AX)); 2089 x86_push(p, x86_make_reg(file_REG32, reg_CX)); 2090 x86_push(p, x86_make_reg(file_REG32, reg_DX)); 2095 x86_pop(p, x86_make_reg(file_REG32, reg_DX)); 2096 x86_pop(p, x86_make_reg(file_REG3 [all...] |
| H A D | rtasm_x86sse.h | 167 struct x86_reg x86_make_reg( enum x86_reg_file file,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/rtasm/ |
| H A D | rtasm_x86sse.c | 276 struct x86_reg dummy = x86_make_reg(file_REG32, op); 317 struct x86_reg x86_make_reg( enum x86_reg_file file, function in typeref:struct:x86_reg 357 return x86_make_reg( reg.file, reg.idx ); 831 emit_op_modrm(p, 0xf7, 0, x86_make_reg(file_REG32, 6), src); 1950 x87_fstp( p, x86_make_reg( file_x87, 0 )); 2088 x86_push(p, x86_make_reg(file_REG32, reg_AX)); 2089 x86_push(p, x86_make_reg(file_REG32, reg_CX)); 2090 x86_push(p, x86_make_reg(file_REG32, reg_DX)); 2095 x86_pop(p, x86_make_reg(file_REG32, reg_DX)); 2096 x86_pop(p, x86_make_reg(file_REG3 [all...] |
| H A D | rtasm_x86sse.h | 167 struct x86_reg x86_make_reg( enum x86_reg_file file,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/x86/rtasm/ |
| H A D | x86sse.c | 134 struct x86_reg dummy = x86_make_reg(file_REG32, op); 175 struct x86_reg x86_make_reg( enum x86_reg_file file, function in typeref:struct:x86_reg 215 return x86_make_reg( reg.file, reg.idx ); 403 emit_op_modrm(p, 0xf7, 0, x86_make_reg (file_REG32, reg_SP), src ); 1158 return x86_make_disp(x86_make_reg(file_REG32, reg_SP),
|
| H A D | x86sse.h | 91 struct x86_reg x86_make_reg( enum x86_reg_file file,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/x86/rtasm/ |
| H A D | x86sse.c | 135 struct x86_reg dummy = x86_make_reg(file_REG32, op); 176 struct x86_reg x86_make_reg( enum x86_reg_file file, function in typeref:struct:x86_reg 216 return x86_make_reg( reg.file, reg.idx ); 404 emit_op_modrm(p, 0xf7, 0, x86_make_reg (file_REG32, reg_SP), src ); 1159 return x86_make_disp(x86_make_reg(file_REG32, reg_SP),
|
| H A D | x86sse.h | 91 struct x86_reg x86_make_reg( enum x86_reg_file file,
|