Lines Matching full:branch

38 	/* The simplest case, branch to self, no flags */  in test_branch_iform()
47 /* Simplest case, branch to self with link */ in test_branch_iform()
53 /* Must be a valid branch to start with */ in test_branch_iform()
56 /* Absolute branch to 0x100 */ in test_branch_iform()
59 /* Absolute branch to 0x420fc */ in test_branch_iform()
62 /* Maximum positive relative branch, + 20MB - 4B */ in test_branch_iform()
65 /* Smallest negative relative branch, - 4B */ in test_branch_iform()
68 /* Largest negative relative branch, - 32 MB */ in test_branch_iform()
72 /* Branch to self, with link */ in test_branch_iform()
77 /* Branch to self - 0x100, with link */ in test_branch_iform()
82 /* Branch to self + 0x100, no link */ in test_branch_iform()
136 /* The simplest case, branch to self, no flags */ in test_branch_bform()
145 /* Absolute conditional branch to 0x100 */ in test_branch_bform()
148 /* Absolute conditional branch to 0x20fc */ in test_branch_bform()
151 /* Maximum positive relative conditional branch, + 32 KB - 4B */ in test_branch_bform()
154 /* Smallest negative relative conditional branch, - 4B */ in test_branch_bform()
157 /* Largest negative relative conditional branch, - 32 KB */ in test_branch_bform()
164 /* Branch to self */ in test_branch_bform()
169 /* Branch to self - 0x100 */ in test_branch_bform()
174 /* Branch to self + 0x100 */ in test_branch_bform()
215 /* Simple case, branch to self moved a little */ in test_translate_branch()
273 /* Conditional branch tests */ in test_translate_branch()
275 /* Simple case, branch to self moved a little */ in test_translate_branch()