diff options
Diffstat (limited to 'src/cuda-sim/opcodes.def')
| -rw-r--r-- | src/cuda-sim/opcodes.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cuda-sim/opcodes.def b/src/cuda-sim/opcodes.def index b4912c0..7aaa14f 100644 --- a/src/cuda-sim/opcodes.def +++ b/src/cuda-sim/opcodes.def @@ -44,7 +44,7 @@ OP_DEF(ADDC_OP,addc_impl,"addc",1,1) OP_DEF(AND_OP,and_impl,"and",1,1) OP_DEF(ANDN_OP,andn_impl,"andn",1,1) OP_DEF(ATOM_OP,atom_impl,"atom",1,3) -OP_DEF(BAR_OP,bar_sync_impl,"bar.sync",1,3) +OP_DEF(BAR_OP,bar_impl,"bar",1,3) OP_DEF(BFE_OP,bfe_impl,"bfe",1,1) OP_DEF(BFI_OP,bfi_impl,"bfi",1,1) OP_DEF(BFIND_OP,bfind_impl,"bfind",1,1) |
