Lines Matching +full:4 +full:kb

62 	/* Maximum positive relative branch, + 20MB - 4B */  in test_branch_iform()
65 /* Smallest negative relative branch, - 4B */ in test_branch_iform()
67 check(instr_is_branch_to_addr(iptr, addr - 4)); in test_branch_iform()
92 /* Out of range relative negative offset, - 32 MB + 4*/ in test_branch_iform()
151 /* Maximum positive relative conditional branch, + 32 KB - 4B */ in test_branch_bform()
154 /* Smallest negative relative conditional branch, - 4B */ in test_branch_bform()
156 check(instr_is_branch_to_addr(iptr, addr - 4)); in test_branch_bform()
157 /* Largest negative relative conditional branch, - 32 KB */ in test_branch_bform()
179 /* Maximum relative negative offset, - 32 KB */ in test_branch_bform()
184 /* Out of range relative negative offset, - 32 KB + 4*/ in test_branch_bform()
188 /* Out of range relative positive offset, + 32 KB */ in test_branch_bform()
221 q = p + 4; in test_translate_branch()
238 /* Maximum positive case, move x to x - 32 MB + 4 */ in test_translate_branch()
243 q = buf + 4; in test_translate_branch()
261 /* Jump to x + 16 MB moved to x - 16 MB + 4 */ in test_translate_branch()
266 q = buf + 4; in test_translate_branch()
281 q = buf + 4; in test_translate_branch()
286 /* Maximum negative case, move b . to addr + 32 KB */ in test_translate_branch()
298 /* Maximum positive case, move x to x - 32 KB + 4 */ in test_translate_branch()
303 q = buf + 4; in test_translate_branch()
310 /* Jump to x + 12 KB moved to x + 20 KB */ in test_translate_branch()
321 /* Jump to x + 8 KB moved to x - 8 KB + 4 */ in test_translate_branch()
326 q = buf + 4; in test_translate_branch()
372 check(addr32[4] == 0); in test_multi_instruction_patching()
386 check(addr64[4] == 0); in test_multi_instruction_patching()
402 addr32 = buf + PAGE_SIZE * 4 - 8; in test_multi_instruction_patching()
409 check(addr32[4] == 0); in test_multi_instruction_patching()
423 check(addr64[4] == 0); in test_multi_instruction_patching()
476 check(addr32[4] == 0); in test_data_patching()