Searched refs:bigendSig (Results 1 - 22 of 22) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/arm/
H A Darmvirt.c202 if (state->bigendSig == HIGH)
287 offset = (((ARMword) state->bigendSig * 2) ^ (address & 2)) << 3; /* bit offset into the word */
301 offset = (((ARMword) state->bigendSig * 3) ^ (address & 3)) << 3; /* bit offset into the word */
386 offset = (((ARMword) state->bigendSig * 2) ^ (address & 2)) << 3; /* bit offset into the word */
403 offset = (((ARMword) state->bigendSig * 3) ^ (address & 3)) << 3; /* bit offset into the word */
497 offset = (((ARMword) state->bigendSig * 3) ^ (address & 3)) << 3;
508 offset = (((ARMword) state->bigendSig * 3) ^ (address & 3)) << 3;
H A Dmaverick.c485 data, words, state->bigendSig, DEST_REG);
489 if (state->bigendSig)
496 if (state->bigendSig)
553 if (state->bigendSig)
560 if (state->bigendSig)
614 if (state->bigendSig)
621 if (state->bigendSig)
674 if (state->bigendSig)
681 if (state->bigendSig)
H A Darmcopro.c261 state->bigendSig = value & ARMul_CP15_R1_ENDIAN;
1003 state->data32Sig << 5 | state->lateabtSig << 6 | state->bigendSig << 7;
1043 b = state->bigendSig;
1048 state->bigendSig = value >> 7 & 1;
1053 || b != state->bigendSig)
1085 b = state->bigendSig;
1090 state->bigendSig = value >> 7 & 1;
1095 || b != state->bigendSig)
H A Darmsupp.c532 if (state->bigendSig)
585 if (state->bigendSig)
613 if (state->bigendSig)
656 if (state->bigendSig)
706 if (state->bigendSig)
755 if (state->bigendSig)
805 if (state->bigendSig)
864 if (state->bigendSig)
H A Dwrapper.c114 state->bigendSig = (CURRENT_TARGET_BYTE_ORDER == BFD_ENDIAN_BIG ? HIGH : LOW);
376 if (state->bigendSig == HIGH)
389 if (state->bigendSig == HIGH)
H A Darminit.c130 state->bigendSig = LOW;
H A Darmdefs.h138 unsigned bigendSig; member in struct:ARMul_State
H A Darmemu.h427 if (state->bigendSig) \
H A Darmos.c162 if (state->bigendSig && j < 0x80000000)
H A Dthumbemu.c1993 if (state->bigendSig)
H A Diwmmxt.c1881 if (! state->bigendSig)
1983 if (! state->bigendSig)
/netbsd-current/external/gpl3/gdb/dist/sim/arm/
H A Darmvirt.c206 if (state->bigendSig == HIGH)
291 offset = (((ARMword) state->bigendSig * 2) ^ (address & 2)) << 3; /* bit offset into the word */
305 offset = (((ARMword) state->bigendSig * 3) ^ (address & 3)) << 3; /* bit offset into the word */
390 offset = (((ARMword) state->bigendSig * 2) ^ (address & 2)) << 3; /* bit offset into the word */
407 offset = (((ARMword) state->bigendSig * 3) ^ (address & 3)) << 3; /* bit offset into the word */
501 offset = (((ARMword) state->bigendSig * 3) ^ (address & 3)) << 3;
512 offset = (((ARMword) state->bigendSig * 3) ^ (address & 3)) << 3;
H A Dmaverick.c488 data, words, state->bigendSig, DEST_REG);
492 if (state->bigendSig)
499 if (state->bigendSig)
556 if (state->bigendSig)
563 if (state->bigendSig)
617 if (state->bigendSig)
624 if (state->bigendSig)
677 if (state->bigendSig)
684 if (state->bigendSig)
H A Darmcopro.c264 state->bigendSig = value & ARMul_CP15_R1_ENDIAN;
1006 state->data32Sig << 5 | state->lateabtSig << 6 | state->bigendSig << 7;
1046 b = state->bigendSig;
1051 state->bigendSig = value >> 7 & 1;
1056 || b != state->bigendSig)
1088 b = state->bigendSig;
1093 state->bigendSig = value >> 7 & 1;
1098 || b != state->bigendSig)
H A Darmsupp.c535 if (state->bigendSig)
588 if (state->bigendSig)
616 if (state->bigendSig)
659 if (state->bigendSig)
709 if (state->bigendSig)
758 if (state->bigendSig)
808 if (state->bigendSig)
867 if (state->bigendSig)
H A Dwrapper.c130 state->bigendSig = (CURRENT_TARGET_BYTE_ORDER == BFD_ENDIAN_BIG ? HIGH : LOW);
402 if (state->bigendSig == HIGH)
415 if (state->bigendSig == HIGH)
H A Darminit.c133 state->bigendSig = LOW;
H A Darmdefs.h138 unsigned bigendSig; member in struct:ARMul_State
H A Darmemu.h427 if (state->bigendSig) \
H A Darmos.c159 if (state->bigendSig && j < 0x80000000)
H A Dthumbemu.c2031 if (state->bigendSig)
H A Diwmmxt.c1885 if (! state->bigendSig)
1987 if (! state->bigendSig)

Completed in 505 milliseconds