Searched refs:ppc_lis (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rtasm/
H A Drtasm_ppc.h282 ppc_lis(struct ppc_function *p, uint rt, int imm);
H A Drtasm_ppc.c951 ppc_lis(struct ppc_function *p, uint rt, int imm) function
960 ppc_lis(p, rt, (imm >> 16)); /* rt = imm >> 16 */
/external/mesa3d/src/gallium/auxiliary/rtasm/
H A Drtasm_ppc.h282 ppc_lis(struct ppc_function *p, uint rt, int imm);
H A Drtasm_ppc.c951 ppc_lis(struct ppc_function *p, uint rt, int imm) function
960 ppc_lis(p, rt, (imm >> 16)); /* rt = imm >> 16 */

Completed in 97 milliseconds