HomeSort by relevance Sort by last modified time
    Searched refs:x86_target (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/auxiliary/rtasm/
rtasm_x86sse.h 130 enum x86_target enum
138 static INLINE enum x86_target x86_target( struct x86_function* p ) function
rtasm_x86sse.c 373 if(x86_target(p) != X86_32)
607 if(x86_target(p) == X86_32 && reg.mod == mod_REG)
620 if(x86_target(p) == X86_32 && reg.mod == mod_REG)
695 assert(x86_target(p) != X86_32);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/translate/
translate_sse.c 326 if(x86_target(p->func) != X86_32)
    [all...]

Completed in 68 milliseconds