Searched defs:IfInstruction (Results 1 – 2 of 2) sorted by relevance
25 public abstract class IfInstruction extends BranchInstruction implements StackConsumer { class31 IfInstruction() { in IfInstruction() method in IfInstruction39 protected IfInstruction(final short opcode, final InstructionHandle target) { in IfInstruction() method in IfInstruction
43 IfInstruction::IfInstruction(AluInstruction *pred): in IfInstruction() function in r600::IfInstruction