Searched refs:x86_mov8_imm (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/rtasm/ |
| H A D | rtasm_x86sse.h | 325 void x86_mov8_imm(struct x86_function *p, struct x86_reg dst, uint8_t imm );
|
| H A D | rtasm_x86sse.c | 494 void x86_mov8_imm( struct x86_function *p, struct x86_reg dst, uint8_t imm ) function in typeref:typename:void
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/rtasm/ |
| H A D | rtasm_x86sse.h | 325 void x86_mov8_imm(struct x86_function *p, struct x86_reg dst, uint8_t imm );
|
| H A D | rtasm_x86sse.c | 494 void x86_mov8_imm( struct x86_function *p, struct x86_reg dst, uint8_t imm ) function in typeref:typename:void
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/translate/ |
| H A D | translate_sse.c | 921 x86_mov8_imm(p->func, x86_make_disp(dst, i * 1), v);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/translate/ |
| H A D | translate_sse.c | 921 x86_mov8_imm(p->func, x86_make_disp(dst, i * 1), v);
|
Completed in 12 milliseconds