Lines Matching defs:literal
659 /* check constant bus and literal limitations */
3734 /* if one of the operands is sgpr, we cannot add a literal somewhere else on pre-GFX10
3849 Operand literal(s1);
3862 /* choose a literal to apply */
3884 literal = Operand::c32(ctx.info[op.tempId()].val);
3906 (current_literal.size() == literal.size() &&
3907 current_literal.constantValue() == literal.constantValue()))) {
3908 /* mark the literal to be applied */
3942 if (info->literal_idx == 2) { /* add literal -> madak */
3945 } else { /* mul literal -> madmk */
3963 Operand literal = Operand::c32(ctx.info[op.tempId()].val);
3967 instr->operands[i] = literal;