Deleted Added
sdiff udiff text old ( 7396:53454ef35b46 ) new ( 7430:db3e376f35d1 )
full compact
1/*
2 * Copyright (c) 2010 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

79 printMnemonic(ss);
80 printReg(ss, dest + FP_Base_DepTag);
81 ss << ", ";
82 printReg(ss, op1 + FP_Base_DepTag);
83 ss << ", ";
84 printReg(ss, op2 + FP_Base_DepTag);
85 return ss.str();
86}