D | st_glsl_to_tgsi.cpp | 654 #define case7(c, f, i, u, d, i64, ui64) \ in get_opcode() macro 694 case7(ADD, ADD, UADD, UADD, DADD, U64ADD, U64ADD); in get_opcode() 695 case7(CEIL, CEIL, LAST, LAST, DCEIL, LAST, LAST); in get_opcode() 696 case7(DIV, DIV, IDIV, UDIV, DDIV, I64DIV, U64DIV); in get_opcode() 697 case7(FMA, FMA, UMAD, UMAD, DFMA, LAST, LAST); in get_opcode() 698 case7(FLR, FLR, LAST, LAST, DFLR, LAST, LAST); in get_opcode() 699 case7(FRC, FRC, LAST, LAST, DFRAC, LAST, LAST); in get_opcode() 700 case7(MUL, MUL, UMUL, UMUL, DMUL, U64MUL, U64MUL); in get_opcode() 701 case7(MAD, MAD, UMAD, UMAD, DMAD, LAST, LAST); in get_opcode() 702 case7(MAX, MAX, IMAX, UMAX, DMAX, I64MAX, U64MAX); in get_opcode() [all …]
|