Lines Matching refs:endianw
509 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
1173 macw (int *regs, unsigned char *memory, int n, int m, int endianw) in macw() argument
1278 int endianw = global_endianw; in do_long_move_insn() local
1443 unsigned char *mem_end, int maskw, int endianw) in get_loop_bounds_ext() argument
1458 int maskw, int endianw) in get_loop_bounds() argument
1712 register int endianw = global_endianw; in sim_resume() local
1740 loop = get_loop_bounds_ext (RS, RE, memory, mem_end, maskw, endianw); in sim_resume()
1742 loop = get_loop_bounds (RS, RE, memory, mem_end, maskw, endianw); in sim_resume()