Deleted Added
sdiff udiff text old ( 7378:de704acd042f ) new ( 7379:92ef7238d230 )
full compact
1// -*- mode:c++ -*-
2
3// Copyright (c) 2010 ARM Limited
4// All rights reserved
5//
6// The license below extends only to copyright in the software and shall
7// not be construed as granting a license to any other intellectual
8// property including but not limited to intellectual property relating

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

992 '''
993 vcmpZeroDIop = InstObjParams("vcmpZerod", "VcmpZeroD", "VfpRegImmOp",
994 { "code": vcmpZeroDCode,
995 "predicate_test": predicateTest }, [])
996 header_output += VfpRegImmOpDeclare.subst(vcmpZeroDIop);
997 decoder_output += VfpRegImmOpConstructor.subst(vcmpZeroDIop);
998 exec_output += PredOpExecute.subst(vcmpZeroDIop);
999}};