Home
last modified time | relevance | path

Searched refs:endianw (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/sh/
Dinterp.c509 wwat_fast (unsigned char *memory, int x, int value, int maskw, int endianw) in wwat_fast() argument
512 unsigned short *p = (unsigned short *) (memory + (x ^ endianw)); in wwat_fast()
538 rwat_fast (unsigned char *memory, int x, int maskw, int endianw) in rwat_fast() argument
540 unsigned short *p = (unsigned short *) (memory + (x ^ endianw)); in rwat_fast()
547 riat_fast (unsigned char *insn_ptr, int endianw) in riat_fast() argument
549 unsigned short *p = (unsigned short *) ((uintptr_t) insn_ptr ^ endianw); in riat_fast()
563 #define RWAT(x) (rwat_fast (memory, x, maskw, endianw))
566 #define RIAT(p) (riat_fast ((p), endianw))
567 #define WWAT(x,v) (wwat_fast (memory, x, v, maskw, endianw))
859 unsigned char *memory, int maskl, int maskw, int endianw) in trap() argument
[all …]
DChangeLog-2021967 (endianw): Renamed to global_endianw.
982 (wwat_fast, rwat_fast): Add argument endianw. Changed callers.
986 (trap): Remove argument little_endian. Add argument endianw.
991 endianw. Replace nia with nip. Reverse sense of maskb / maskw /
1024 (endianw, endianb): New variables.
1042 (sim_open): Set endianw and endianb.