Searched defs:imm_raw (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dguest_arm_toIR.c7647 ULong imm_raw = ((theInstr >> 17) & 0x80) | ((theInstr >> 12) & 0x70) | local
7649 ULong imm_raw_pp = imm_raw;
7661 imm_raw = imm_raw << 8;
7664 imm_raw = imm_raw << 8;
7667 imm_raw = imm_raw << 8;
7670 imm = (imm_raw << 32) | imm_raw;
[all...]

Completed in 126 milliseconds