Searched refs:DUMP_RI (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/rtasm/ |
D | rtasm_x86sse.c | 112 #define DUMP_RI( R0, I ) do { \ macro 134 #define DUMP_RI( R0, I ) macro 457 DUMP_RI( dst, imm ); in x86_mov_reg_imm() 466 DUMP_RI( dst, imm ); in x86_mov_imm() 479 DUMP_RI( dst, imm ); in x86_mov16_imm() 496 DUMP_RI( dst, imm ); in x86_mov8_imm() 533 DUMP_RI( dst, imm ); in x86_add_imm() 539 DUMP_RI( dst, imm ); in x86_or_imm() 545 DUMP_RI( dst, imm ); in x86_and_imm() 551 DUMP_RI( dst, imm ); in x86_sub_imm() [all …]
|