refactor: correct naming of enum class constants 9/n

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2023-12-19 07:40:17 +00:00
committed by Compute-Runtime-Automation
parent c612a86d28
commit a6458433dc
78 changed files with 712 additions and 712 deletions

View File

@@ -31,7 +31,7 @@ class EncodeAluHelper {
}
void setNextAlu(AluRegisters opcode) {
setNextAlu(opcode, AluRegisters::OPCODE_NONE, AluRegisters::OPCODE_NONE);
setNextAlu(opcode, AluRegisters::opcodeNone, AluRegisters::opcodeNone);
}
void setNextAlu(AluRegisters opcode, AluRegisters operand1, AluRegisters operand2) {