Searched refs:itype_immediate (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dmips-tdep.c1479 #define itype_immediate(x) (x & 0xffff) macro
1549 return ((itype_immediate (inst) ^ 0x8000) - 0x8000) << 2;
7586 imm = (itype_immediate (inst) ^ 0x8000) - 0x8000;
7596 imm = ((itype_immediate (inst) ^ 0x8000) - 0x8000) << 16;
7609 imm = (itype_immediate (inst) ^ 0x8000) - 0x8000;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dmips-tdep.c1501 #define itype_immediate(x) (x & 0xffff) macro
1571 return ((itype_immediate (inst) ^ 0x8000) - 0x8000) << 2;
7623 imm = (itype_immediate (inst) ^ 0x8000) - 0x8000;
7633 imm = ((itype_immediate (inst) ^ 0x8000) - 0x8000) << 16;
7646 imm = (itype_immediate (inst) ^ 0x8000) - 0x8000;

Completed in 172 milliseconds