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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_ir.h489 isUndef_(true), isFirstKill_(false), constSize(0), isLateKill_(false), is16bit_(false),
521 op.constSize = 0;
533 op.constSize = 1;
570 op.constSize = 3;
618 op.constSize = is64bit ? 3 : 2;
735 return 1 << constSize;
743 return constSize > 2 ? 2 : 1;
773 if (constSize == 3) {
876 uint8_t constSize : 2; member in struct:aco::Operand::__anon413c4e6a060a::__anon413c4e6a0708

Completed in 9 milliseconds