Home | History | Annotate | Download | only in arm

Lines Matching defs:LGoto

398 class LGoto: public LTemplateInstruction<0, 0, 0> {
400 explicit LGoto(int block_id) : block_id_(block_id) { }