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

  /src/external/gpl3/binutils/dist/opcodes/
aarch64-opc.h 324 #define OPD_F_SHIFT_BY_2 0x00000008 /* Need to left shift the field
420 return (operand->flags & OPD_F_SHIFT_BY_2) != 0;
  /src/external/gpl3/binutils.old/dist/opcodes/
aarch64-opc.h 290 #define OPD_F_SHIFT_BY_2 0x00000008 /* Need to left shift the field
392 return (operand->flags & OPD_F_SHIFT_BY_2) != 0;
  /src/external/gpl3/gdb/dist/opcodes/
aarch64-opc.h 289 #define OPD_F_SHIFT_BY_2 0x00000008 /* Need to left shift the field
391 return (operand->flags & OPD_F_SHIFT_BY_2) != 0;
  /src/external/gpl3/gdb.old/dist/opcodes/
aarch64-opc.h 269 #define OPD_F_SHIFT_BY_2 0x00000008 /* Need to left shift the field
370 return (operand->flags & OPD_F_SHIFT_BY_2) != 0;

Completed in 18 milliseconds