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

/external/valgrind/main/VEX/priv/
H A Dguest_arm64_toIR.c154 static inline UInt getUIntLittleEndianly ( UChar* p ) function
7658 UInt insn = getUIntLittleEndianly( guest_instr );
7681 if (getUIntLittleEndianly(code+ 0) == word1 &&
7682 getUIntLittleEndianly(code+ 4) == word2 &&
7683 getUIntLittleEndianly(code+ 8) == word3 &&
7684 getUIntLittleEndianly(code+12) == word4) {
7686 if (getUIntLittleEndianly(code+16) == 0xAA0A014A
7696 if (getUIntLittleEndianly(code+16) == 0xAA0B016B
7705 if (getUIntLittleEndianly(code+16) == 0xAA0C018C
7716 if (getUIntLittleEndianly(cod
[all...]
H A Dguest_arm_toIR.c193 static inline UInt getUIntLittleEndianly ( UChar* p ) function
14582 insn = getUIntLittleEndianly( guest_instr );
14606 if (getUIntLittleEndianly(code+ 0) == word1 &&
14607 getUIntLittleEndianly(code+ 4) == word2 &&
14608 getUIntLittleEndianly(code+ 8) == word3 &&
14609 getUIntLittleEndianly(code+12) == word4) {
14611 if (getUIntLittleEndianly(code+16) == 0xE18AA00A
14621 if (getUIntLittleEndianly(code+16) == 0xE18BB00B
14630 if (getUIntLittleEndianly(code+16) == 0xE18CC00C
14641 if (getUIntLittleEndianly(cod
[all...]

Completed in 122 milliseconds