Home | History | Annotate | Download | only in priv

Lines Matching refs:branch_type

6497       UInt branch_type = INSN(22,21);
6499 if (branch_type == BITS2(1,0) /* RET */) {
6506 if (branch_type == BITS2(0,1) /* CALL */) {
6516 if (branch_type == BITS2(0,0) /* JMP */) {