Deleted Added
sdiff udiff text old ( 11700:7d4d424c9f17 ) new ( 11737:50eceddc2286 )
full compact
1/*
2 * Copyright (c) 2012-2015 Advanced Micro Devices, Inc.
3 * All rights reserved.
4 *
5 * For use for simulation and test purposes only
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions are met:

--- 711 unchanged lines hidden (view full) ---

720 const char *_opcode)
721 : CommonInstBase<typename DestDataType::OperandType,
722 typename SrcDataType::OperandType,
723 1>(ib, obj, _opcode)
724 {
725 }
726 };
727
728 class SpecialInstNoSrcNoDest : public HsailGPUStaticInst
729 {
730 public:
731 SpecialInstNoSrcNoDest(const Brig::BrigInstBase *ib,
732 const BrigObject *obj, const char *_opcode)
733 : HsailGPUStaticInst(obj, _opcode)
734 {
735 }

--- 490 unchanged lines hidden ---