Home | History | Annotate | Download | only in ARM

Lines Matching refs:Mode

10 // This file contains the ARM addressing mode implementation stuff.
23 /// ARM_AM - ARM Addressing Mode Stuff
74 static inline const char *ARM_AM_getAMSubModeStr(ARM_AM_AMSubMode Mode)
76 switch (Mode) {
102 // Addressing Mode #1: shift_operand with registers
105 // This 'addressing mode' is used for arithmetic instructions. It can
425 // Addressing Mode #2
436 // fourth operand 16-17 encodes the index mode.
438 // If this addressing mode is a frame index (before prolog/epilog insertion
471 // Addressing Mode #3
482 // index mode.
508 // Addressing Mode #4
513 // addrmode4 := reg, <mode>
522 static inline ARM_AM_AMSubMode getAM4SubMode(unsigned Mode)
524 return (ARM_AM_AMSubMode)(Mode & 0x7);
533 // Addressing Mode #5
559 // Addressing Mode #6