aboutsummaryrefslogtreecommitdiff
path: root/include/tosa_generated.h
diff options
context:
space:
mode:
authorMatthew Haddon <matthew.haddon@arm.com>2021-08-23 16:40:57 +0100
committerKevin Cheng <kevin.cheng@arm.com>2021-08-23 12:58:31 -0700
commitab905ec865a9f4889e6818ce1c4bc934cff2070d (patch)
treee9afd7343c0fd03e54323fba4ae406e95d69248d /include/tosa_generated.h
parent3ce563449c1e607b016b82c5dbb6e33883f846a5 (diff)
downloadserialization_lib-ab905ec865a9f4889e6818ce1c4bc934cff2070d.tar.gz
Rename DIV operator to INTDIV
* In line with the TOSA spec the DIV operator has been renamed INTDIV Signed-off-by: Matthew Haddon <matthew.haddon@arm.com> Signed-off-by: Kevin Cheng <kevin.cheng@arm.com> Change-Id: I17407dd50985d117e2e565ffb45afb3424e5a139
Diffstat (limited to 'include/tosa_generated.h')
-rw-r--r--include/tosa_generated.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/tosa_generated.h b/include/tosa_generated.h
index 0f73819..af8b5bb 100644
--- a/include/tosa_generated.h
+++ b/include/tosa_generated.h
@@ -199,7 +199,7 @@ enum Op {
Op_BITWISE_AND = 16,
Op_BITWISE_OR = 17,
Op_BITWISE_XOR = 18,
- Op_DIV = 19,
+ Op_INTDIV = 19,
Op_LOGICAL_AND = 20,
Op_LOGICAL_LEFT_SHIFT = 21,
Op_LOGICAL_RIGHT_SHIFT = 22,
@@ -274,7 +274,7 @@ inline const Op (&EnumValuesOp())[69] {
Op_BITWISE_AND,
Op_BITWISE_OR,
Op_BITWISE_XOR,
- Op_DIV,
+ Op_INTDIV,
Op_LOGICAL_AND,
Op_LOGICAL_LEFT_SHIFT,
Op_LOGICAL_RIGHT_SHIFT,
@@ -349,7 +349,7 @@ inline const char * const *EnumNamesOp() {
"BITWISE_AND",
"BITWISE_OR",
"BITWISE_XOR",
- "DIV",
+ "INTDIV",
"LOGICAL_AND",
"LOGICAL_LEFT_SHIFT",
"LOGICAL_RIGHT_SHIFT",