• Home
  • Raw
  • Download

Lines Matching full:opcodes

38   bool opcode_0xxxxxxx(const uint8_t *Opcodes, unsigned &Offset,
40 bool opcode_10Lxxxxx(const uint8_t *Opcodes, unsigned &Offset,
42 bool opcode_1100xxxx(const uint8_t *Opcodes, unsigned &Offset,
44 bool opcode_11010Lxx(const uint8_t *Opcodes, unsigned &Offset,
46 bool opcode_11011Lxx(const uint8_t *Opcodes, unsigned &Offset,
48 bool opcode_11100xxx(const uint8_t *Opcodes, unsigned &Offset,
50 bool opcode_111010xx(const uint8_t *Opcodes, unsigned &Offset,
52 bool opcode_1110110L(const uint8_t *Opcodes, unsigned &Offset,
54 bool opcode_11101110(const uint8_t *Opcodes, unsigned &Offset,
56 bool opcode_11101111(const uint8_t *Opcodes, unsigned &Offset,
58 bool opcode_11110101(const uint8_t *Opcodes, unsigned &Offset,
60 bool opcode_11110110(const uint8_t *Opcodes, unsigned &Offset,
62 bool opcode_11110111(const uint8_t *Opcodes, unsigned &Offset,
64 bool opcode_11111000(const uint8_t *Opcodes, unsigned &Offset,
66 bool opcode_11111001(const uint8_t *Opcodes, unsigned &Offset,
68 bool opcode_11111010(const uint8_t *Opcodes, unsigned &Offset,
70 bool opcode_11111011(const uint8_t *Opcodes, unsigned &Offset,
72 bool opcode_11111100(const uint8_t *Opcodes, unsigned &Offset,
74 bool opcode_11111101(const uint8_t *Opcodes, unsigned &Offset,
76 bool opcode_11111110(const uint8_t *Opcodes, unsigned &Offset,
78 bool opcode_11111111(const uint8_t *Opcodes, unsigned &Offset,
82 bool opcode_alloc_s(const uint8_t *Opcodes, unsigned &Offset, unsigned Length,
84 bool opcode_save_r19r20_x(const uint8_t *Opcodes, unsigned &Offset,
86 bool opcode_save_fplr(const uint8_t *Opcodes, unsigned &Offset,
88 bool opcode_save_fplr_x(const uint8_t *Opcodes, unsigned &Offset,
90 bool opcode_alloc_m(const uint8_t *Opcodes, unsigned &Offset, unsigned Length,
92 bool opcode_save_regp(const uint8_t *Opcodes, unsigned &Offset,
94 bool opcode_save_regp_x(const uint8_t *Opcodes, unsigned &Offset,
96 bool opcode_save_reg(const uint8_t *Opcodes, unsigned &Offset,
98 bool opcode_save_reg_x(const uint8_t *Opcodes, unsigned &Offset,
100 bool opcode_save_lrpair(const uint8_t *Opcodes, unsigned &Offset,
102 bool opcode_save_fregp(const uint8_t *Opcodes, unsigned &Offset,
104 bool opcode_save_fregp_x(const uint8_t *Opcodes, unsigned &Offset,
106 bool opcode_save_freg(const uint8_t *Opcodes, unsigned &Offset,
108 bool opcode_save_freg_x(const uint8_t *Opcodes, unsigned &Offset,
110 bool opcode_alloc_l(const uint8_t *Opcodes, unsigned &Offset, unsigned Length,
112 bool opcode_setfp(const uint8_t *Opcodes, unsigned &Offset, unsigned Length,
114 bool opcode_addfp(const uint8_t *Opcodes, unsigned &Offset, unsigned Length,
116 bool opcode_nop(const uint8_t *Opcodes, unsigned &Offset, unsigned Length,
118 bool opcode_end(const uint8_t *Opcodes, unsigned &Offset, unsigned Length,
120 bool opcode_end_c(const uint8_t *Opcodes, unsigned &Offset, unsigned Length,
122 bool opcode_save_next(const uint8_t *Opcodes, unsigned &Offset,
124 bool opcode_trap_frame(const uint8_t *Opcodes, unsigned &Offset,
126 bool opcode_machine_frame(const uint8_t *Opcodes, unsigned &Offset,
128 bool opcode_context(const uint8_t *Opcodes, unsigned &Offset, unsigned Length,
130 bool opcode_clear_unwound_to_call(const uint8_t *Opcodes, unsigned &Offset,
133 void decodeOpcodes(ArrayRef<uint8_t> Opcodes, unsigned Offset,