summaryrefslogtreecommitdiff
path: root/src/trace-driven/kepler_opcode.h
diff options
context:
space:
mode:
authorMahmoud Khairy A. Abdallah <[email protected]>2020-02-10 19:18:14 -0500
committerMahmoud Khairy A. Abdallah <[email protected]>2020-02-10 19:18:14 -0500
commit221cbdadf6b54cd75aaecd89d93a9c6f9f8c7dad (patch)
treeac4630d02c97d88f81294c7e61c95b6be3d7d559 /src/trace-driven/kepler_opcode.h
parent79bc1ca604153be11878b24b3a8d670860011762 (diff)
fixing the kepler stats
Diffstat (limited to 'src/trace-driven/kepler_opcode.h')
-rw-r--r--src/trace-driven/kepler_opcode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/trace-driven/kepler_opcode.h b/src/trace-driven/kepler_opcode.h
index 0805c12..f2bbc90 100644
--- a/src/trace-driven/kepler_opcode.h
+++ b/src/trace-driven/kepler_opcode.h
@@ -50,6 +50,7 @@ static const std::unordered_map<std::string,OpcodeChar> Kepler_OpcodeMap = {
{"IMUL32I", OpcodeChar(OP_IMUL32I, INTP_OP)},
{"IADD", OpcodeChar(OP_IADD, INTP_OP)},
{"IADD32I", OpcodeChar(OP_IADD32I, INTP_OP)},
+ {"ISUB", OpcodeChar(OP_ISUB, INTP_OP)},
{"ISCADD", OpcodeChar(OP_ISCADD, INTP_OP)},
{"ISCADD32I", OpcodeChar(OP_ISCADD32I, INTP_OP)},
{"ISAD", OpcodeChar(OP_ISAD, INTP_OP)},