summaryrefslogtreecommitdiff
path: root/src/trace-driven/trace_opcode.h
diff options
context:
space:
mode:
authorMahmoud <[email protected]>2019-11-21 21:43:12 -0500
committerMahmoud <[email protected]>2019-11-21 21:43:12 -0500
commit0dae88ce0e247acd12259fb57362d9600c05c18b (patch)
treefac655cf4a20f2ce8e2732f8f0c177525a4f849a /src/trace-driven/trace_opcode.h
parent1353e4322328f369bd4c23bf228790f34984d860 (diff)
adding pascal code and fixing atomic bug
Diffstat (limited to 'src/trace-driven/trace_opcode.h')
-rw-r--r--src/trace-driven/trace_opcode.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/trace-driven/trace_opcode.h b/src/trace-driven/trace_opcode.h
index 7f13ed8..2b40ace 100644
--- a/src/trace-driven/trace_opcode.h
+++ b/src/trace-driven/trace_opcode.h
@@ -23,6 +23,8 @@ enum TraceInstrOpcode {
OP_TMML, OP_TXD, OP_TXQ, OP_BMOV, OP_BPT, OP_BRA, OP_BREAK, OP_BRX, OP_BSSY, OP_BSYNC, OP_CALL, OP_EXIT, OP_JMP, OP_JMX,
OP_KILL, OP_NANOSLEEP, OP_RET, OP_RPCMOV, OP_RTT, OP_WARPSYNC, OP_YIELD, OP_B2R, OP_BAR, OP_CS2R, OP_CSMTEST, OP_DEPBAR,
OP_GETLMEMBASE, OP_LEPC, OP_NOP, OP_PMTRIG, OP_R2B, OP_S2R, OP_SETCTAID, OP_SETLMEMBASE, OP_VOTE, OP_VOTE_VTG,
+ OP_RRO, OP_DMNMX, OP_DSET, OP_BFE, OP_BFI, OP_ICMP, OP_IMADSP, OP_SHL, OP_XMAD, OP_CSET, OP_CSETP,
+ OP_TEXS, OP_TLD4S, OP_TLDS, OP_CAL, OP_JCAL, OP_PRET, OP_BRK, OP_PBK, OP_CONT, OP_PCNT, OP_PEXIT,
SASS_NUM_OPCODES /* The total number of opcodes. */
};
typedef enum TraceInstrOpcode sass_op_type;