Home
last modified time | relevance | path

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

/scripts/
Ddecodecode83 type=inst
/scripts/mod/
Dmodpost.c1844 unsigned int inst; in addend_mips_rel() local
1848 inst = TO_NATIVE(*location); in addend_mips_rel()
1851 r->r_addend = inst & 0xffff; in addend_mips_rel()
1854 r->r_addend = (inst & 0x03ffffff) << 2; in addend_mips_rel()
1857 r->r_addend = inst; in addend_mips_rel()