Searched refs:REG_MMX_SIZE (Results 1 – 1 of 1) sorted by relevance
/external/google-breakpad/src/third_party/libdisasm/ |
D | ia32_reg.c | 13 #define REG_MMX_SIZE 8 macro 104 { REG_MMX_SIZE, reg_simd, 18, "mm0" }, 105 { REG_MMX_SIZE, reg_simd, 19, "mm1" }, 106 { REG_MMX_SIZE, reg_simd, 20, "mm2" }, 107 { REG_MMX_SIZE, reg_simd, 21, "mm3" }, 108 { REG_MMX_SIZE, reg_simd, 22, "mm4" }, 109 { REG_MMX_SIZE, reg_simd, 23, "mm5" }, 110 { REG_MMX_SIZE, reg_simd, 24, "mm6" }, 111 { REG_MMX_SIZE, reg_simd, 25, "mm7" },
|