diff options
| author | negargoli93 <[email protected]> | 2018-05-12 16:09:04 -0700 |
|---|---|---|
| committer | negargoli93 <[email protected]> | 2018-05-12 16:09:04 -0700 |
| commit | 68674d4ba230df0d3bf9f4e5b035f4cf9cfc185b (patch) | |
| tree | 3f87dc6aec0431b5393e95c3ff7e9b6bb18bd499 /src/cuda-sim/ptx.l | |
| parent | 7c9b838bca837a3ccea5ea30f53c1cbd8e35252c (diff) | |
commit for eece527project
Diffstat (limited to 'src/cuda-sim/ptx.l')
| -rw-r--r-- | src/cuda-sim/ptx.l | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cuda-sim/ptx.l b/src/cuda-sim/ptx.l index 7620134..e07e339 100644 --- a/src/cuda-sim/ptx.l +++ b/src/cuda-sim/ptx.l @@ -68,7 +68,7 @@ bra TC; ptx_lval.int_value = BRA_OP; return OPCODE; brx TC; ptx_lval.int_value = BRX_OP; return OPCODE; brev TC; ptx_lval.int_value = BREV_OP; return OPCODE; brkpt TC; ptx_lval.int_value = BRKPT_OP; return OPCODE; -bsmad TC; ptx_lval.int_value = BSMAD_OP; return OPCODE; +mma TC; ptx_lval.int_value = MMA_OP; return OPCODE; call TC; BEGIN(NOT_OPCODE); ptx_lval.int_value = CALL_OP; return OPCODE; // blocking opcode token in case the callee has the same name as an opcode callp TC; BEGIN(NOT_OPCODE); ptx_lval.int_value = CALLP_OP; return OPCODE; clz TC; ptx_lval.int_value = CLZ_OP; return OPCODE; |
