Lines Matching refs:disp8
479 (df f-disp8 "disp8, slot unknown" (PCREL-ADDR RELOC) 8 8 INT
732 (name disp8)
736 (index f-disp8)
738 ; Moving these to f-disp8 made things cleaner, but may wish to re-introduce
885 "bc.s $disp8"
886 (+ OP1_7 (f-r1 12) disp8)
887 (if condbit (set pc disp8))
895 "bc $disp8"
896 (emit bc8 disp8)
944 "bl.s $disp8"
945 (+ OP1_7 (f-r1 14) disp8)
949 (set pc disp8))
957 "bl $disp8"
958 (emit bl8 disp8)
981 "bcl.s $disp8"
982 (+ OP1_7 (f-r1 8) disp8)
988 (set pc disp8)))
995 "bcl $disp8"
996 (emit bcl8 disp8)
1019 "bnc.s $disp8"
1020 (+ OP1_7 (f-r1 13) disp8)
1021 (if (not condbit) (set pc disp8))
1029 "bnc $disp8"
1030 (emit bnc8 disp8)
1061 "bra.s $disp8"
1062 (+ OP1_7 (f-r1 15) disp8)
1063 (set pc disp8)
1071 "bra $disp8"
1072 (emit bra8 disp8)
1093 "bncl.s $disp8"
1094 (+ OP1_7 (f-r1 9) disp8)
1100 (set pc disp8)))
1107 "bncl $disp8"
1108 (emit bncl8 disp8)