Lines Matching refs:getUInt
426 static inline UInt getUInt(const UChar * p) in getUInt() function
722 UInt cins = getUInt(addr); in branch_or_jump()
788 UInt cins = getUInt(addr); in is_Branch_or_Jump_and_Link()
819 UInt cins = getUInt(addr); in branch_or_link_likely()
12063 cins = getUInt(code); in disInstr_MIPS_WRK()
12104 if (getUInt(code + 0) == word1 && getUInt(code + 4) == word2 && in disInstr_MIPS_WRK()
12105 getUInt(code + 8) == word3 && getUInt(code + 12) == word4) { in disInstr_MIPS_WRK()
12107 if (getUInt(code + 16) == 0x01ad6825 /* or $13, $13, $13 */ ) { in disInstr_MIPS_WRK()
12118 } else if (getUInt(code + 16) == 0x01ce7025 /* or $14, $14, $14 */ ) { in disInstr_MIPS_WRK()
12130 } else if (getUInt(code + 16) == 0x01ef7825 /* or $15, $15, $15 */ ) { in disInstr_MIPS_WRK()
12141 } else if (getUInt(code + 16) == 0x016b5825 /* or $11,$11,$11 */ ) { in disInstr_MIPS_WRK()