Searched refs:OldOpcode (Results 1 – 3 of 3) sorted by relevance
211 static int getBranchNzeroOpcode(int OldOpcode);212 static int getBranchZeroOpcode(int OldOpcode);213 static int getContinueNzeroOpcode(int OldOpcode);214 static int getContinueZeroOpcode(int OldOpcode);492 int R600MachineCFGStructurizer::getBranchNzeroOpcode(int OldOpcode) { in getBranchNzeroOpcode() argument493 switch(OldOpcode) { in getBranchNzeroOpcode()503 int R600MachineCFGStructurizer::getBranchZeroOpcode(int OldOpcode) { in getBranchZeroOpcode() argument504 switch(OldOpcode) { in getBranchZeroOpcode()514 int R600MachineCFGStructurizer::getContinueNzeroOpcode(int OldOpcode) { in getContinueNzeroOpcode() argument515 switch(OldOpcode) { in getContinueNzeroOpcode()[all …]
100 unsigned mergedOpcode(unsigned OldOpcode, bool ImmediateOffset) { in mergedOpcode() argument101 switch (OldOpcode) { in mergedOpcode()
226 inline static unsigned flagSettingOpcodeVariant(unsigned OldOpcode) { in flagSettingOpcodeVariant() argument227 switch (OldOpcode) { in flagSettingOpcodeVariant()