Lines Matching refs:getUIntPPCendianly
566 static UInt getUIntPPCendianly ( const UChar* p ) in getUIntPPCendianly() function
19056 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()
19102 if (getUIntPPCendianly(code+16) == 0x7C210B78 /* or 1,1,1 */) { in disInstr_PPC_WRK()
19112 if (getUIntPPCendianly(code+16) == 0x7C421378 /* or 2,2,2 */) { in disInstr_PPC_WRK()
19121 if (getUIntPPCendianly(code+16) == 0x7C631B78 /* or 3,3,3 */) { in disInstr_PPC_WRK()
19141 if (getUIntPPCendianly(code+16) == 0x7C842378 /* or 4,4,4 */) { in disInstr_PPC_WRK()
19150 if (getUIntPPCendianly(code+16) == 0x7CA52B78 /* or 5,5,5 */) { in disInstr_PPC_WRK()
19175 theInstr = getUIntPPCendianly(code+16); in disInstr_PPC_WRK()
19854 getUIntPPCendianly( &guest_code[delta + 4]), in disInstr_PPC_WRK()