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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_validate.cpp489 unsigned op_bits = instr->operands[2].constantValue(); local in function:aco::validate_ir
492 check(op_bits == 8 || op_bits == 16, "Size must be 8 or 16", instr.get());
493 check(op_bits < data_bits, "Size must be smaller than source", instr.get());
495 check(op_bits == 8 || op_bits == 16 || op_bits == 32,
497 check(data_bits >= op_bits, "Can't extract more bits than what the data has.",
501 unsigned comp = data_bits / MAX2(op_bits, 1);

Completed in 3 milliseconds