search for: cvt_f32_f32_rop

Displaying 1 result from an estimated 1 matches for "cvt_f32_f32_rop".

2009 Jun 21
0
[PATCH] nv50: support for SLE, SNE, SEQ, SGT
...BS 0x10 +#define CVTOP_ABSRN 0x11 +/* 0x04 == 32 bit */ +/* 0x40 == dst is float */ +/* 0x80 == src is float */ #define CVT_F32_F32 0xc4 #define CVT_F32_S32 0x44 #define CVT_F32_U32 0x64 @@ -819,8 +823,8 @@ emit_precossin(struct nv50_pc *pc, struct nv50_reg *dst, struct nv50_reg *src) #define CVT_F32_F32_ROP 0xcc static void -emit_cvt(struct nv50_pc *pc, struct nv50_reg *dst, struct nv50_reg *src, - int wp, unsigned cop, unsigned fmt) +emit_cvt(struct nv50_pc *pc, struct nv50_reg *dst, int wp, + struct nv50_reg *src, unsigned cvn, unsigned fmt) { struct nv50_program_exec *e; @@ -829,7 +833,7...