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

  /src/external/gpl3/binutils/dist/opcodes/
aarch64-opc.h 334 #define OPD_F_SHIFT_BY_4 0x00000800 /* Need to left shift the field
432 return (operand->flags & OPD_F_SHIFT_BY_4) != 0;
  /src/external/gpl3/binutils.old/dist/opcodes/
aarch64-opc.h 300 #define OPD_F_SHIFT_BY_4 0x00000800 /* Need to left shift the field
404 return (operand->flags & OPD_F_SHIFT_BY_4) != 0;
  /src/external/gpl3/gdb/dist/opcodes/
aarch64-opc.h 299 #define OPD_F_SHIFT_BY_4 0x00000800 /* Need to left shift the field
403 return (operand->flags & OPD_F_SHIFT_BY_4) != 0;
  /src/external/gpl3/gdb.old/dist/opcodes/
aarch64-opc.h 279 #define OPD_F_SHIFT_BY_4 0x00000800 /* Need to left shift the field
382 return (operand->flags & OPD_F_SHIFT_BY_4) != 0;

Completed in 17 milliseconds