Searched refs:getUIntPPCendianly (Results 1 – 1 of 1) sorted by relevance
566 static UInt getUIntPPCendianly ( const UChar* p ) in getUIntPPCendianly() function19056 theInstr = getUIntPPCendianly( &guest_code[delta] ); in disInstr_PPC_WRK()19082 if (getUIntPPCendianly(code+ 0) == word1 && in disInstr_PPC_WRK()19083 getUIntPPCendianly(code+ 4) == word2 && in disInstr_PPC_WRK()19084 getUIntPPCendianly(code+ 8) == word3 && in disInstr_PPC_WRK()19085 getUIntPPCendianly(code+12) == word4) { in disInstr_PPC_WRK()19088 getUIntPPCendianly(code+ 0) == 0x54001800 && in disInstr_PPC_WRK()19089 getUIntPPCendianly(code+ 4) == 0x54006800 && in disInstr_PPC_WRK()19090 getUIntPPCendianly(code+ 8) == 0x5400E800 && in disInstr_PPC_WRK()19091 getUIntPPCendianly(code+12) == 0x54009800) { in disInstr_PPC_WRK()[all …]