D | st_glsl_to_tgsi.cpp | 718 #define case7(c, f, i, u, d, i64, ui64) \ in get_opcode() macro 758 case7(ADD, ADD, UADD, UADD, DADD, U64ADD, U64ADD); in get_opcode() 759 case7(CEIL, CEIL, LAST, LAST, DCEIL, LAST, LAST); in get_opcode() 760 case7(DIV, DIV, IDIV, UDIV, DDIV, I64DIV, U64DIV); in get_opcode() 761 case7(FMA, FMA, UMAD, UMAD, DFMA, LAST, LAST); in get_opcode() 762 case7(FLR, FLR, LAST, LAST, DFLR, LAST, LAST); in get_opcode() 763 case7(FRC, FRC, LAST, LAST, DFRAC, LAST, LAST); in get_opcode() 764 case7(MUL, MUL, UMUL, UMUL, DMUL, U64MUL, U64MUL); in get_opcode() 765 case7(MAD, MAD, UMAD, UMAD, DMAD, LAST, LAST); in get_opcode() 766 case7(MAX, MAX, IMAX, UMAX, DMAX, I64MAX, U64MAX); in get_opcode() [all …]
|