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

  /external/mesa3d/src/gallium/auxiliary/rtasm/
rtasm_ppc.h 267 ppc_ori(struct ppc_function *p, uint rt, uint ra, int imm);
rtasm_ppc.c 907 ppc_ori(struct ppc_function *p, uint rt, uint ra, int imm) function
961 ppc_ori(p, rt, rt, (imm & 0xffff)); /* rt = rt | (imm & 0xffff) */

Completed in 3044 milliseconds