Searched refs:QUADOP (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_lowering_gm107.cpp | 40 #define QUADOP(q, r, s, t) \ macro 119 { QUADOP(MOV2, ADD, MOV2, ADD), QUADOP(MOV2, MOV2, ADD, ADD) }; in handleManualTXD() 231 qop = QUADOP(SUB, SUBR, SUB, SUBR); in handleDFDX() 235 qop = QUADOP(SUB, SUB, SUBR, SUBR); in handleDFDX()
|
D | nv50_ir_lowering_nv50.cpp | 220 #define QUADOP(q, r, s, t) \ macro 916 const uint8_t qop = QUADOP(SUBR, SUBR, SUBR, SUBR); in handleTXB() 973 const uint8_t qop = QUADOP(SUBR, SUBR, SUBR, SUBR); in handleTXL() 995 { QUADOP(MOV2, ADD, MOV2, ADD), QUADOP(MOV2, MOV2, ADD, ADD) }, // l0 in handleTXD() 996 { QUADOP(SUBR, MOV2, SUBR, MOV2), QUADOP(MOV2, MOV2, ADD, ADD) }, // l1 in handleTXD() 997 { QUADOP(MOV2, ADD, MOV2, ADD), QUADOP(SUBR, SUBR, MOV2, MOV2) }, // l2 in handleTXD() 998 { QUADOP(SUBR, MOV2, SUBR, MOV2), QUADOP(SUBR, SUBR, MOV2, MOV2) }, // l3 in handleTXD()
|
D | nv50_ir_lowering_nvc0.cpp | 39 #define QUADOP(q, r, s, t) \ macro 1197 { QUADOP(MOV2, ADD, MOV2, ADD), QUADOP(MOV2, MOV2, ADD, ADD) }; in handleManualTXD()
|