Home
last modified time | relevance | path

Searched refs:targetaddr (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Dmicroblaze-dis.c466 long targetaddr = 0; in microblaze_get_target_address() local
487 targetaddr = r2val; in microblaze_get_target_address()
490 targetaddr += pcval; in microblaze_get_target_address()
499 targetaddr = (immval << 16) & 0xffff0000; in microblaze_get_target_address()
500 targetaddr |= (get_int_field_imm (inst) & 0x0000ffff); in microblaze_get_target_address()
504 targetaddr = get_int_field_imm (inst); in microblaze_get_target_address()
505 if (targetaddr & 0x8000) in microblaze_get_target_address()
506 targetaddr |= 0xFFFF0000; in microblaze_get_target_address()
509 targetaddr += pcval; in microblaze_get_target_address()
521 targetaddr = (immval << 16) & 0xffff0000; in microblaze_get_target_address()
[all …]