Lines Matching refs:bytes
93 fprintf(output, " v%ub: ", rc.bytes());
104 print_physReg(PhysReg reg, unsigned bytes, FILE* output, unsigned flags)
117 unsigned size = DIV_ROUND_UP(bytes, 4);
127 if (reg.byte() || bytes % 4)
128 fprintf(output, "[%d:%d]", reg.byte() * 8, (reg.byte() + bytes) * 8);
159 if (operand->isLiteral() || (operand->isConstant() && operand->bytes() == 1)) {
160 if (operand->bytes() == 1)
162 else if (operand->bytes() == 2)
185 print_physReg(operand->physReg(), operand->bytes(), output, flags);
206 print_physReg(definition->physReg(), definition->bytes(), output, flags);
634 if (instr->definitions[0].bytes() < 4)