H A D | ARMWinEHPrinter.cpp | 224 bool Decoder::opcode_0xxxxxxx(const uint8_t *OC, unsigned &Offset, argument 226 uint8_t Imm = OC[Offset] & 0x7f; 228 OC[Offset], 235 bool Decoder::opcode_10Lxxxxx(const uint8_t *OC, unsigned &Offset, argument 237 unsigned Link = (OC[Offset] & 0x20) >> 5; 239 | ((OC[Offset + 0] & 0x1f) << 8) 240 | ((OC[Offset + 1] & 0xff) << 0); 245 OC[Offset + 0], OC[Offset + 1], 254 bool Decoder::opcode_1100xxxx(const uint8_t *OC, unsigne argument 266 opcode_11010Lxx(const uint8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument 283 opcode_11011Lxx(const uint8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument 300 opcode_11100xxx(const uint8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument 314 opcode_111010xx(const uint8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument 327 opcode_1110110L(const uint8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument 341 opcode_11101110(const uint8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument 357 opcode_11101111(const uint8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument 373 opcode_11110101(const uint8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument 388 opcode_11110110(const uint8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument 403 opcode_11110111(const uint8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument 416 opcode_11111000(const uint8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument 431 opcode_11111001(const uint8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument 444 opcode_11111010(const uint8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument 459 opcode_11111011(const uint8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument 466 opcode_11111100(const uint8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument 473 opcode_11111101(const uint8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument 480 opcode_11111110(const uint8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument 487 opcode_11111111(const uint8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument [all...] |