public static class SPARCAssembler.Bpcc extends SPARCAssembler.ControlTransferOp
| Constructor and Description |
|---|
Bpcc(SPARCAssembler.Op2s op2) |
| Modifier and Type | Method and Description |
|---|---|
void |
emit(SPARCMacroAssembler masm,
SPARCAssembler.CC cc,
SPARCAssembler.ConditionFlag cf,
SPARCAssembler.Annul annul,
SPARCAssembler.BranchPredict p,
Label lab) |
boolean |
isAnnulable(int inst) |
boolean |
isConditional(int inst) |
getDisp, getKeys, hasDelaySlot, isValidDisp, setAnnul, setBits, setDisp, setDispgetOp, match, toStringpublic Bpcc(SPARCAssembler.Op2s op2)
public void emit(SPARCMacroAssembler masm, SPARCAssembler.CC cc, SPARCAssembler.ConditionFlag cf, SPARCAssembler.Annul annul, SPARCAssembler.BranchPredict p, Label lab)
public boolean isAnnulable(int inst)
isAnnulable in class SPARCAssembler.ControlTransferOppublic boolean isConditional(int inst)
isConditional in class SPARCAssembler.ControlTransferOp