HomeSort by: relevance | last modified time | path
    Searched refs:NONSTRICT_ALIGNMENT (Results 1 - 18 of 18) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/common/
sim-config.c 101 case NONSTRICT_ALIGNMENT:
102 return "NONSTRICT_ALIGNMENT";
251 : NONSTRICT_ALIGNMENT);
257 current_alignment = NONSTRICT_ALIGNMENT;
sim-config.h 198 transfers (NONSTRICT_ALIGNMENT); or the address is forced into
207 NONSTRICT_ALIGNMENT,
sim-n-core.h 209 case NONSTRICT_ALIGNMENT:
329 case NONSTRICT_ALIGNMENT:
sim-options.c 330 if (WITH_ALIGNMENT == 0 || WITH_ALIGNMENT == NONSTRICT_ALIGNMENT)
332 current_alignment = NONSTRICT_ALIGNMENT;
354 case NONSTRICT_ALIGNMENT:
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-config.c 101 case NONSTRICT_ALIGNMENT:
102 return "NONSTRICT_ALIGNMENT";
251 : NONSTRICT_ALIGNMENT);
257 current_alignment = NONSTRICT_ALIGNMENT;
sim-config.h 198 transfers (NONSTRICT_ALIGNMENT); or the address is forced into
207 NONSTRICT_ALIGNMENT,
sim-n-core.h 209 case NONSTRICT_ALIGNMENT:
329 case NONSTRICT_ALIGNMENT:
sim-options.c 330 if (WITH_ALIGNMENT == 0 || WITH_ALIGNMENT == NONSTRICT_ALIGNMENT)
332 current_alignment = NONSTRICT_ALIGNMENT;
354 case NONSTRICT_ALIGNMENT:
  /src/external/gpl3/gdb/dist/sim/ppc/
vm_n.h 57 case NONSTRICT_ALIGNMENT:
105 case NONSTRICT_ALIGNMENT:
options.c 57 case NONSTRICT_ALIGNMENT: return "NONSTRICT";
std-config.h 191 are permitted (NONSTRICT_ALIGNMENT) while in little-endian mode the
194 #define NONSTRICT_ALIGNMENT 1
psim.c 484 : NONSTRICT_ALIGNMENT);
  /src/external/gpl3/gdb.old/dist/sim/ppc/
vm_n.h 57 case NONSTRICT_ALIGNMENT:
105 case NONSTRICT_ALIGNMENT:
options.c 57 case NONSTRICT_ALIGNMENT: return "NONSTRICT";
std-config.h 191 are permitted (NONSTRICT_ALIGNMENT) while in little-endian mode the
194 #define NONSTRICT_ALIGNMENT 1
psim.c 484 : NONSTRICT_ALIGNMENT);
  /src/external/gpl3/gdb/dist/sim/aarch64/
interp.c 345 /* We use NONSTRICT_ALIGNMENT as the default because AArch64 only enforces
348 current_alignment = NONSTRICT_ALIGNMENT;
  /src/external/gpl3/gdb.old/dist/sim/aarch64/
interp.c 345 /* We use NONSTRICT_ALIGNMENT as the default because AArch64 only enforces
348 current_alignment = NONSTRICT_ALIGNMENT;

Completed in 37 milliseconds