• Home
  • Raw
  • Download

Lines Matching defs:OC

256 bool Decoder::opcode_0xxxxxxx(const uint8_t *OC, unsigned &Offset,  in opcode_0xxxxxxx()
267 bool Decoder::opcode_10Lxxxxx(const uint8_t *OC, unsigned &Offset, in opcode_10Lxxxxx()
286 bool Decoder::opcode_1100xxxx(const uint8_t *OC, unsigned &Offset, in opcode_1100xxxx()
298 bool Decoder::opcode_11010Lxx(const uint8_t *OC, unsigned &Offset, in opcode_11010Lxx()
315 bool Decoder::opcode_11011Lxx(const uint8_t *OC, unsigned &Offset, in opcode_11011Lxx()
332 bool Decoder::opcode_11100xxx(const uint8_t *OC, unsigned &Offset, in opcode_11100xxx()
346 bool Decoder::opcode_111010xx(const uint8_t *OC, unsigned &Offset, in opcode_111010xx()
359 bool Decoder::opcode_1110110L(const uint8_t *OC, unsigned &Offset, in opcode_1110110L()
373 bool Decoder::opcode_11101110(const uint8_t *OC, unsigned &Offset, in opcode_11101110()
389 bool Decoder::opcode_11101111(const uint8_t *OC, unsigned &Offset, in opcode_11101111()
405 bool Decoder::opcode_11110101(const uint8_t *OC, unsigned &Offset, in opcode_11110101()
420 bool Decoder::opcode_11110110(const uint8_t *OC, unsigned &Offset, in opcode_11110110()
435 bool Decoder::opcode_11110111(const uint8_t *OC, unsigned &Offset, in opcode_11110111()
448 bool Decoder::opcode_11111000(const uint8_t *OC, unsigned &Offset, in opcode_11111000()
463 bool Decoder::opcode_11111001(const uint8_t *OC, unsigned &Offset, in opcode_11111001()
476 bool Decoder::opcode_11111010(const uint8_t *OC, unsigned &Offset, in opcode_11111010()
491 bool Decoder::opcode_11111011(const uint8_t *OC, unsigned &Offset, in opcode_11111011()
498 bool Decoder::opcode_11111100(const uint8_t *OC, unsigned &Offset, in opcode_11111100()
505 bool Decoder::opcode_11111101(const uint8_t *OC, unsigned &Offset, in opcode_11111101()
512 bool Decoder::opcode_11111110(const uint8_t *OC, unsigned &Offset, in opcode_11111110()
519 bool Decoder::opcode_11111111(const uint8_t *OC, unsigned &Offset, in opcode_11111111()
526 bool Decoder::opcode_alloc_s(const uint8_t *OC, unsigned &Offset, in opcode_alloc_s()
536 bool Decoder::opcode_save_r19r20_x(const uint8_t *OC, unsigned &Offset, in opcode_save_r19r20_x()
549 bool Decoder::opcode_save_fplr(const uint8_t *OC, unsigned &Offset, in opcode_save_fplr()
559 bool Decoder::opcode_save_fplr_x(const uint8_t *OC, unsigned &Offset, in opcode_save_fplr_x()
572 bool Decoder::opcode_alloc_m(const uint8_t *OC, unsigned &Offset, in opcode_alloc_m()
585 bool Decoder::opcode_save_regp(const uint8_t *OC, unsigned &Offset, in opcode_save_regp()
600 bool Decoder::opcode_save_regp_x(const uint8_t *OC, unsigned &Offset, in opcode_save_regp_x()
621 bool Decoder::opcode_save_reg(const uint8_t *OC, unsigned &Offset, in opcode_save_reg()
636 bool Decoder::opcode_save_reg_x(const uint8_t *OC, unsigned &Offset, in opcode_save_reg_x()
653 bool Decoder::opcode_save_lrpair(const uint8_t *OC, unsigned &Offset, in opcode_save_lrpair()
669 bool Decoder::opcode_save_fregp(const uint8_t *OC, unsigned &Offset, in opcode_save_fregp()
684 bool Decoder::opcode_save_fregp_x(const uint8_t *OC, unsigned &Offset, in opcode_save_fregp_x()
703 bool Decoder::opcode_save_freg(const uint8_t *OC, unsigned &Offset, in opcode_save_freg()
718 bool Decoder::opcode_save_freg_x(const uint8_t *OC, unsigned &Offset, in opcode_save_freg_x()
734 bool Decoder::opcode_alloc_l(const uint8_t *OC, unsigned &Offset, in opcode_alloc_l()
747 bool Decoder::opcode_setfp(const uint8_t *OC, unsigned &Offset, unsigned Length, in opcode_setfp()
756 bool Decoder::opcode_addfp(const uint8_t *OC, unsigned &Offset, unsigned Length, in opcode_addfp()
768 bool Decoder::opcode_nop(const uint8_t *OC, unsigned &Offset, unsigned Length, in opcode_nop()
775 bool Decoder::opcode_end(const uint8_t *OC, unsigned &Offset, unsigned Length, in opcode_end()
782 bool Decoder::opcode_end_c(const uint8_t *OC, unsigned &Offset, unsigned Length, in opcode_end_c()
789 bool Decoder::opcode_save_next(const uint8_t *OC, unsigned &Offset, in opcode_save_next()
800 bool Decoder::opcode_trap_frame(const uint8_t *OC, unsigned &Offset, in opcode_trap_frame()
807 bool Decoder::opcode_machine_frame(const uint8_t *OC, unsigned &Offset, in opcode_machine_frame()
815 bool Decoder::opcode_context(const uint8_t *OC, unsigned &Offset, in opcode_context()
822 bool Decoder::opcode_clear_unwound_to_call(const uint8_t *OC, unsigned &Offset, in opcode_clear_unwound_to_call()