HomeSort by: relevance | last modified time | path
    Searched defs:unrotated_value (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
arm-tdep.c 1942 uint32_t unrotated_value = imm & 0xff; local
1946 return unrotated_value;
1948 return ((unrotated_value >> rotate_amount)
1949 | (unrotated_value << (32 - rotate_amount)));
  /src/external/gpl3/gdb/dist/gdb/
arm-tdep.c 1942 uint32_t unrotated_value = imm & 0xff; local
1946 return unrotated_value;
1948 return ((unrotated_value >> rotate_amount)
1949 | (unrotated_value << (32 - rotate_amount)));

Completed in 71 milliseconds