Lines Matching refs:cd
80 insert_1 (CGEN_CPU_DESC cd, in insert_1() argument
90 x = cgen_get_insn_value (cd, bufp, word_length); in insert_1()
100 cgen_put_insn_value (cd, bufp, word_length, (bfd_vma) x); in insert_1()
122 insert_normal (CGEN_CPU_DESC cd, in insert_normal() argument
145 if (cd->min_insn_bitsize < cd->base_insn_bitsize) in insert_normal()
191 if (! cgen_signed_overflow_ok_p (cd)) in insert_normal()
224 insert_1 (cd, value, start, length, word_length, bufp); in insert_normal()
240 insert_insn_normal (CGEN_CPU_DESC cd, in insert_insn_normal() argument
250 CGEN_INIT_INSERT (cd); in insert_insn_normal()
258 put_insn_int_value (cd, buffer, cd->base_insn_bitsize, in insert_insn_normal()
263 cgen_put_insn_value (cd, buffer, min ((unsigned) cd->base_insn_bitsize, in insert_insn_normal()
281 errmsg = (* cd->insert_operand) (cd, CGEN_SYNTAX_FIELD (*syn), in insert_insn_normal()
295 put_insn_int_value (CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, in put_insn_int_value()
327 fill_cache (CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, in fill_cache()
371 extract_1 (CGEN_CPU_DESC cd, in extract_1() argument
382 x = cgen_get_insn_value (cd, bufp, word_length); in extract_1()
414 extract_normal (CGEN_CPU_DESC cd, in extract_normal() argument
449 if (cd->min_insn_bitsize < cd->base_insn_bitsize) in extract_normal()
474 if (fill_cache (cd, ex_info, word_offset / 8, word_length / 8, pc) == 0) in extract_normal()
477 value = extract_1 (cd, ex_info, start, length, word_length, bufp, pc); in extract_normal()
506 extract_insn_normal (CGEN_CPU_DESC cd, in extract_insn_normal() argument
518 CGEN_INIT_EXTRACT (cd); in extract_insn_normal()
527 length = (* cd->extract_operand) (cd, CGEN_SYNTAX_FIELD (*syn), in extract_insn_normal()
557 frv_cgen_insert_operand (CGEN_CPU_DESC cd, in frv_cgen_insert_operand() argument
569 errmsg = insert_normal (cd, fields->f_A, 0, 0, 17, 1, 32, total_length, buffer); in frv_cgen_insert_operand()
572 errmsg = insert_normal (cd, fields->f_A, 0, 0, 17, 1, 32, total_length, buffer); in frv_cgen_insert_operand()
575 errmsg = insert_normal (cd, fields->f_ACC40Si, 0, 0, 17, 6, 32, total_length, buffer); in frv_cgen_insert_operand()
578 errmsg = insert_normal (cd, fields->f_ACC40Sk, 0, 0, 30, 6, 32, total_length, buffer); in frv_cgen_insert_operand()
581 errmsg = insert_normal (cd, fields->f_ACC40Ui, 0, 0, 17, 6, 32, total_length, buffer); in frv_cgen_insert_operand()
584 errmsg = insert_normal (cd, fields->f_ACC40Uk, 0, 0, 30, 6, 32, total_length, buffer); in frv_cgen_insert_operand()
587 errmsg = insert_normal (cd, fields->f_ACCGi, 0, 0, 17, 6, 32, total_length, buffer); in frv_cgen_insert_operand()
590 errmsg = insert_normal (cd, fields->f_ACCGk, 0, 0, 30, 6, 32, total_length, buffer); in frv_cgen_insert_operand()
593 errmsg = insert_normal (cd, fields->f_CCi, 0, 0, 11, 3, 32, total_length, buffer); in frv_cgen_insert_operand()
596 errmsg = insert_normal (cd, fields->f_CPRk, 0, 0, 30, 6, 32, total_length, buffer); in frv_cgen_insert_operand()
599 errmsg = insert_normal (cd, fields->f_CPRi, 0, 0, 17, 6, 32, total_length, buffer); in frv_cgen_insert_operand()
602 errmsg = insert_normal (cd, fields->f_CPRj, 0, 0, 5, 6, 32, total_length, buffer); in frv_cgen_insert_operand()
605 errmsg = insert_normal (cd, fields->f_CPRk, 0, 0, 30, 6, 32, total_length, buffer); in frv_cgen_insert_operand()
608 errmsg = insert_normal (cd, fields->f_CRi, 0, 0, 14, 3, 32, total_length, buffer); in frv_cgen_insert_operand()
611 errmsg = insert_normal (cd, fields->f_CRj, 0, 0, 2, 3, 32, total_length, buffer); in frv_cgen_insert_operand()
614 errmsg = insert_normal (cd, fields->f_CRj_float, 0, 0, 26, 2, 32, total_length, buffer); in frv_cgen_insert_operand()
620 errmsg = insert_normal (cd, value, 0, 0, 26, 2, 32, total_length, buffer); in frv_cgen_insert_operand()
624 errmsg = insert_normal (cd, fields->f_CRk, 0, 0, 27, 3, 32, total_length, buffer); in frv_cgen_insert_operand()
627 errmsg = insert_normal (cd, fields->f_FCCi_1, 0, 0, 11, 2, 32, total_length, buffer); in frv_cgen_insert_operand()
630 errmsg = insert_normal (cd, fields->f_FCCi_2, 0, 0, 26, 2, 32, total_length, buffer); in frv_cgen_insert_operand()
633 errmsg = insert_normal (cd, fields->f_FCCi_3, 0, 0, 1, 2, 32, total_length, buffer); in frv_cgen_insert_operand()
636 errmsg = insert_normal (cd, fields->f_FCCk, 0, 0, 26, 2, 32, total_length, buffer); in frv_cgen_insert_operand()
639 errmsg = insert_normal (cd, fields->f_FRi, 0, 0, 17, 6, 32, total_length, buffer); in frv_cgen_insert_operand()
642 errmsg = insert_normal (cd, fields->f_FRj, 0, 0, 5, 6, 32, total_length, buffer); in frv_cgen_insert_operand()
645 errmsg = insert_normal (cd, fields->f_FRk, 0, 0, 30, 6, 32, total_length, buffer); in frv_cgen_insert_operand()
648 errmsg = insert_normal (cd, fields->f_FRi, 0, 0, 17, 6, 32, total_length, buffer); in frv_cgen_insert_operand()
651 errmsg = insert_normal (cd, fields->f_FRi, 0, 0, 17, 6, 32, total_length, buffer); in frv_cgen_insert_operand()
654 errmsg = insert_normal (cd, fields->f_FRi, 0, 0, 17, 6, 32, total_length, buffer); in frv_cgen_insert_operand()
657 errmsg = insert_normal (cd, fields->f_FRj, 0, 0, 5, 6, 32, total_length, buffer); in frv_cgen_insert_operand()
660 errmsg = insert_normal (cd, fields->f_FRj, 0, 0, 5, 6, 32, total_length, buffer); in frv_cgen_insert_operand()
663 errmsg = insert_normal (cd, fields->f_FRk, 0, 0, 30, 6, 32, total_length, buffer); in frv_cgen_insert_operand()
666 errmsg = insert_normal (cd, fields->f_FRk, 0, 0, 30, 6, 32, total_length, buffer); in frv_cgen_insert_operand()
669 errmsg = insert_normal (cd, fields->f_FRj, 0, 0, 5, 6, 32, total_length, buffer); in frv_cgen_insert_operand()
672 errmsg = insert_normal (cd, fields->f_FRk, 0, 0, 30, 6, 32, total_length, buffer); in frv_cgen_insert_operand()
675 errmsg = insert_normal (cd, fields->f_FRk, 0, 0, 30, 6, 32, total_length, buffer); in frv_cgen_insert_operand()
678 errmsg = insert_normal (cd, fields->f_FRk, 0, 0, 30, 6, 32, total_length, buffer); in frv_cgen_insert_operand()
681 errmsg = insert_normal (cd, fields->f_GRk, 0, 0, 30, 6, 32, total_length, buffer); in frv_cgen_insert_operand()
684 errmsg = insert_normal (cd, fields->f_GRi, 0, 0, 17, 6, 32, total_length, buffer); in frv_cgen_insert_operand()
687 errmsg = insert_normal (cd, fields->f_GRj, 0, 0, 5, 6, 32, total_length, buffer); in frv_cgen_insert_operand()
690 errmsg = insert_normal (cd, fields->f_GRk, 0, 0, 30, 6, 32, total_length, buffer); in frv_cgen_insert_operand()
693 errmsg = insert_normal (cd, fields->f_GRk, 0, 0, 30, 6, 32, total_length, buffer); in frv_cgen_insert_operand()
696 errmsg = insert_normal (cd, fields->f_GRk, 0, 0, 30, 6, 32, total_length, buffer); in frv_cgen_insert_operand()
699 errmsg = insert_normal (cd, fields->f_ICCi_1, 0, 0, 11, 2, 32, total_length, buffer); in frv_cgen_insert_operand()
702 errmsg = insert_normal (cd, fields->f_ICCi_2, 0, 0, 26, 2, 32, total_length, buffer); in frv_cgen_insert_operand()
705 errmsg = insert_normal (cd, fields->f_ICCi_3, 0, 0, 1, 2, 32, total_length, buffer); in frv_cgen_insert_operand()
708 errmsg = insert_normal (cd, fields->f_LI, 0, 0, 25, 1, 32, total_length, buffer); in frv_cgen_insert_operand()
711 errmsg = insert_normal (cd, fields->f_LRAD, 0, 0, 4, 1, 32, total_length, buffer); in frv_cgen_insert_operand()
714 errmsg = insert_normal (cd, fields->f_LRAE, 0, 0, 5, 1, 32, total_length, buffer); in frv_cgen_insert_operand()
717 errmsg = insert_normal (cd, fields->f_LRAS, 0, 0, 3, 1, 32, total_length, buffer); in frv_cgen_insert_operand()
720 errmsg = insert_normal (cd, fields->f_TLBPRL, 0, 0, 25, 1, 32, total_length, buffer); in frv_cgen_insert_operand()
723 errmsg = insert_normal (cd, fields->f_TLBPRopx, 0, 0, 28, 3, 32, total_length, buffer); in frv_cgen_insert_operand()
726 errmsg = insert_normal (cd, fields->f_ae, 0, 0, 25, 1, 32, total_length, buffer); in frv_cgen_insert_operand()
729 errmsg = insert_normal (cd, fields->f_reloc_ann, 0, 0, 0, 0, 32, total_length, buffer); in frv_cgen_insert_operand()
732 errmsg = insert_normal (cd, fields->f_ccond, 0, 0, 12, 1, 32, total_length, buffer); in frv_cgen_insert_operand()
735 errmsg = insert_normal (cd, fields->f_cond, 0, 0, 8, 1, 32, total_length, buffer); in frv_cgen_insert_operand()
738 …errmsg = insert_normal (cd, fields->f_d12, 0|(1<<CGEN_IFLD_SIGNED), 0, 11, 12, 32, total_length, b… in frv_cgen_insert_operand()
741 errmsg = insert_normal (cd, fields->f_debug, 0, 0, 25, 1, 32, total_length, buffer); in frv_cgen_insert_operand()
744 errmsg = insert_normal (cd, fields->f_eir, 0, 0, 17, 6, 32, total_length, buffer); in frv_cgen_insert_operand()
747 errmsg = insert_normal (cd, fields->f_hint, 0, 0, 17, 2, 32, total_length, buffer); in frv_cgen_insert_operand()
750 errmsg = insert_normal (cd, fields->f_hint, 0, 0, 17, 2, 32, total_length, buffer); in frv_cgen_insert_operand()
753 errmsg = insert_normal (cd, fields->f_hint, 0, 0, 17, 2, 32, total_length, buffer); in frv_cgen_insert_operand()
759 …errmsg = insert_normal (cd, value, 0|(1<<CGEN_IFLD_SIGNED)|(1<<CGEN_IFLD_PCREL_ADDR), 0, 15, 16, 3… in frv_cgen_insert_operand()
768 …errmsg = insert_normal (cd, fields->f_labelH6, 0|(1<<CGEN_IFLD_SIGNED), 0, 30, 6, 32, total_length… in frv_cgen_insert_operand()
771 errmsg = insert_normal (cd, fields->f_labelL18, 0, 0, 17, 18, 32, total_length, buffer); in frv_cgen_insert_operand()
777 errmsg = insert_normal (cd, fields->f_reloc_ann, 0, 0, 0, 0, 32, total_length, buffer); in frv_cgen_insert_operand()
780 errmsg = insert_normal (cd, fields->f_reloc_ann, 0, 0, 0, 0, 32, total_length, buffer); in frv_cgen_insert_operand()
783 errmsg = insert_normal (cd, fields->f_lock, 0, 0, 25, 1, 32, total_length, buffer); in frv_cgen_insert_operand()
786 errmsg = insert_normal (cd, fields->f_pack, 0, 0, 31, 1, 32, total_length, buffer); in frv_cgen_insert_operand()
789 …errmsg = insert_normal (cd, fields->f_s10, 0|(1<<CGEN_IFLD_SIGNED), 0, 9, 10, 32, total_length, bu… in frv_cgen_insert_operand()
792 …errmsg = insert_normal (cd, fields->f_d12, 0|(1<<CGEN_IFLD_SIGNED), 0, 11, 12, 32, total_length, b… in frv_cgen_insert_operand()
795 …errmsg = insert_normal (cd, fields->f_s16, 0|(1<<CGEN_IFLD_SIGNED), 0, 15, 16, 32, total_length, b… in frv_cgen_insert_operand()
798 …errmsg = insert_normal (cd, fields->f_s5, 0|(1<<CGEN_IFLD_SIGNED), 0, 4, 5, 32, total_length, buff… in frv_cgen_insert_operand()
801 …errmsg = insert_normal (cd, fields->f_s6, 0|(1<<CGEN_IFLD_SIGNED), 0, 5, 6, 32, total_length, buff… in frv_cgen_insert_operand()
804 …errmsg = insert_normal (cd, fields->f_s6_1, 0|(1<<CGEN_IFLD_SIGNED), 0, 11, 6, 32, total_length, b… in frv_cgen_insert_operand()
807 …errmsg = insert_normal (cd, fields->f_s16, 0|(1<<CGEN_IFLD_SIGNED), 0, 15, 16, 32, total_length, b… in frv_cgen_insert_operand()
815 errmsg = insert_normal (cd, fields->f_spr_h, 0, 0, 30, 6, 32, total_length, buffer); in frv_cgen_insert_operand()
818 errmsg = insert_normal (cd, fields->f_spr_l, 0, 0, 17, 6, 32, total_length, buffer); in frv_cgen_insert_operand()
829 …errmsg = insert_normal (cd, fields->f_u12_h, 0|(1<<CGEN_IFLD_SIGNED), 0, 17, 6, 32, total_length, … in frv_cgen_insert_operand()
832 errmsg = insert_normal (cd, fields->f_u12_l, 0, 0, 5, 6, 32, total_length, buffer); in frv_cgen_insert_operand()
838 errmsg = insert_normal (cd, fields->f_u16, 0, 0, 15, 16, 32, total_length, buffer); in frv_cgen_insert_operand()
841 errmsg = insert_normal (cd, fields->f_u6, 0, 0, 5, 6, 32, total_length, buffer); in frv_cgen_insert_operand()
844 errmsg = insert_normal (cd, fields->f_u16, 0, 0, 15, 16, 32, total_length, buffer); in frv_cgen_insert_operand()
847 errmsg = insert_normal (cd, fields->f_u16, 0, 0, 15, 16, 32, total_length, buffer); in frv_cgen_insert_operand()
879 frv_cgen_extract_operand (CGEN_CPU_DESC cd, in frv_cgen_extract_operand() argument
893 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 17, 1, 32, total_length, pc, & fields->f_A… in frv_cgen_extract_operand()
896 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 17, 1, 32, total_length, pc, & fields->f_A… in frv_cgen_extract_operand()
899 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 17, 6, 32, total_length, pc, & fields->f_A… in frv_cgen_extract_operand()
902 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 30, 6, 32, total_length, pc, & fields->f_A… in frv_cgen_extract_operand()
905 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 17, 6, 32, total_length, pc, & fields->f_A… in frv_cgen_extract_operand()
908 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 30, 6, 32, total_length, pc, & fields->f_A… in frv_cgen_extract_operand()
911 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 17, 6, 32, total_length, pc, & fields->f_A… in frv_cgen_extract_operand()
914 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 30, 6, 32, total_length, pc, & fields->f_A… in frv_cgen_extract_operand()
917 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 11, 3, 32, total_length, pc, & fields->f_C… in frv_cgen_extract_operand()
920 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 30, 6, 32, total_length, pc, & fields->f_C… in frv_cgen_extract_operand()
923 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 17, 6, 32, total_length, pc, & fields->f_C… in frv_cgen_extract_operand()
926 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 5, 6, 32, total_length, pc, & fields->f_CP… in frv_cgen_extract_operand()
929 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 30, 6, 32, total_length, pc, & fields->f_C… in frv_cgen_extract_operand()
932 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 14, 3, 32, total_length, pc, & fields->f_C… in frv_cgen_extract_operand()
935 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 2, 3, 32, total_length, pc, & fields->f_CR… in frv_cgen_extract_operand()
938 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 26, 2, 32, total_length, pc, & fields->f_C… in frv_cgen_extract_operand()
943 … length = extract_normal (cd, ex_info, insn_value, 0, 0, 26, 2, 32, total_length, pc, & value); in frv_cgen_extract_operand()
949 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 27, 3, 32, total_length, pc, & fields->f_C… in frv_cgen_extract_operand()
952 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 11, 2, 32, total_length, pc, & fields->f_F… in frv_cgen_extract_operand()
955 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 26, 2, 32, total_length, pc, & fields->f_F… in frv_cgen_extract_operand()
958 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 1, 2, 32, total_length, pc, & fields->f_FC… in frv_cgen_extract_operand()
961 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 26, 2, 32, total_length, pc, & fields->f_F… in frv_cgen_extract_operand()
964 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 17, 6, 32, total_length, pc, & fields->f_F… in frv_cgen_extract_operand()
967 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 5, 6, 32, total_length, pc, & fields->f_FR… in frv_cgen_extract_operand()
970 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 30, 6, 32, total_length, pc, & fields->f_F… in frv_cgen_extract_operand()
973 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 17, 6, 32, total_length, pc, & fields->f_F… in frv_cgen_extract_operand()
976 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 17, 6, 32, total_length, pc, & fields->f_F… in frv_cgen_extract_operand()
979 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 17, 6, 32, total_length, pc, & fields->f_F… in frv_cgen_extract_operand()
982 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 5, 6, 32, total_length, pc, & fields->f_FR… in frv_cgen_extract_operand()
985 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 5, 6, 32, total_length, pc, & fields->f_FR… in frv_cgen_extract_operand()
988 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 30, 6, 32, total_length, pc, & fields->f_F… in frv_cgen_extract_operand()
991 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 30, 6, 32, total_length, pc, & fields->f_F… in frv_cgen_extract_operand()
994 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 5, 6, 32, total_length, pc, & fields->f_FR… in frv_cgen_extract_operand()
997 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 30, 6, 32, total_length, pc, & fields->f_F… in frv_cgen_extract_operand()
1000 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 30, 6, 32, total_length, pc, & fields->f_F… in frv_cgen_extract_operand()
1003 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 30, 6, 32, total_length, pc, & fields->f_F… in frv_cgen_extract_operand()
1006 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 30, 6, 32, total_length, pc, & fields->f_G… in frv_cgen_extract_operand()
1009 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 17, 6, 32, total_length, pc, & fields->f_G… in frv_cgen_extract_operand()
1012 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 5, 6, 32, total_length, pc, & fields->f_GR… in frv_cgen_extract_operand()
1015 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 30, 6, 32, total_length, pc, & fields->f_G… in frv_cgen_extract_operand()
1018 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 30, 6, 32, total_length, pc, & fields->f_G… in frv_cgen_extract_operand()
1021 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 30, 6, 32, total_length, pc, & fields->f_G… in frv_cgen_extract_operand()
1024 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 11, 2, 32, total_length, pc, & fields->f_I… in frv_cgen_extract_operand()
1027 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 26, 2, 32, total_length, pc, & fields->f_I… in frv_cgen_extract_operand()
1030 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 1, 2, 32, total_length, pc, & fields->f_IC… in frv_cgen_extract_operand()
1033 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 25, 1, 32, total_length, pc, & fields->f_L… in frv_cgen_extract_operand()
1036 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 4, 1, 32, total_length, pc, & fields->f_LR… in frv_cgen_extract_operand()
1039 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 5, 1, 32, total_length, pc, & fields->f_LR… in frv_cgen_extract_operand()
1042 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 3, 1, 32, total_length, pc, & fields->f_LR… in frv_cgen_extract_operand()
1045 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 25, 1, 32, total_length, pc, & fields->f_T… in frv_cgen_extract_operand()
1048 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 28, 3, 32, total_length, pc, & fields->f_T… in frv_cgen_extract_operand()
1051 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 25, 1, 32, total_length, pc, & fields->f_a… in frv_cgen_extract_operand()
1054 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 0, 0, 32, total_length, pc, & fields->f_re… in frv_cgen_extract_operand()
1057 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 12, 1, 32, total_length, pc, & fields->f_c… in frv_cgen_extract_operand()
1060 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 8, 1, 32, total_length, pc, & fields->f_co… in frv_cgen_extract_operand()
1063 …length = extract_normal (cd, ex_info, insn_value, 0|(1<<CGEN_IFLD_SIGNED), 0, 11, 12, 32, total_le… in frv_cgen_extract_operand()
1066 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 25, 1, 32, total_length, pc, & fields->f_d… in frv_cgen_extract_operand()
1069 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 17, 6, 32, total_length, pc, & fields->f_e… in frv_cgen_extract_operand()
1072 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 17, 2, 32, total_length, pc, & fields->f_h… in frv_cgen_extract_operand()
1075 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 17, 2, 32, total_length, pc, & fields->f_h… in frv_cgen_extract_operand()
1078 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 17, 2, 32, total_length, pc, & fields->f_h… in frv_cgen_extract_operand()
1083 …length = extract_normal (cd, ex_info, insn_value, 0|(1<<CGEN_IFLD_SIGNED)|(1<<CGEN_IFLD_PCREL_ADDR… in frv_cgen_extract_operand()
1090 …length = extract_normal (cd, ex_info, insn_value, 0|(1<<CGEN_IFLD_SIGNED), 0, 30, 6, 32, total_len… in frv_cgen_extract_operand()
1092 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 17, 18, 32, total_length, pc, & fields->f_… in frv_cgen_extract_operand()
1100 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 0, 0, 32, total_length, pc, & fields->f_re… in frv_cgen_extract_operand()
1103 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 0, 0, 32, total_length, pc, & fields->f_re… in frv_cgen_extract_operand()
1106 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 25, 1, 32, total_length, pc, & fields->f_l… in frv_cgen_extract_operand()
1109 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 31, 1, 32, total_length, pc, & fields->f_p… in frv_cgen_extract_operand()
1112 …length = extract_normal (cd, ex_info, insn_value, 0|(1<<CGEN_IFLD_SIGNED), 0, 9, 10, 32, total_len… in frv_cgen_extract_operand()
1115 …length = extract_normal (cd, ex_info, insn_value, 0|(1<<CGEN_IFLD_SIGNED), 0, 11, 12, 32, total_le… in frv_cgen_extract_operand()
1118 …length = extract_normal (cd, ex_info, insn_value, 0|(1<<CGEN_IFLD_SIGNED), 0, 15, 16, 32, total_le… in frv_cgen_extract_operand()
1121 …length = extract_normal (cd, ex_info, insn_value, 0|(1<<CGEN_IFLD_SIGNED), 0, 4, 5, 32, total_leng… in frv_cgen_extract_operand()
1124 …length = extract_normal (cd, ex_info, insn_value, 0|(1<<CGEN_IFLD_SIGNED), 0, 5, 6, 32, total_leng… in frv_cgen_extract_operand()
1127 …length = extract_normal (cd, ex_info, insn_value, 0|(1<<CGEN_IFLD_SIGNED), 0, 11, 6, 32, total_len… in frv_cgen_extract_operand()
1130 …length = extract_normal (cd, ex_info, insn_value, 0|(1<<CGEN_IFLD_SIGNED), 0, 15, 16, 32, total_le… in frv_cgen_extract_operand()
1134 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 30, 6, 32, total_length, pc, & fields->f_s… in frv_cgen_extract_operand()
1136 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 17, 6, 32, total_length, pc, & fields->f_s… in frv_cgen_extract_operand()
1145 …length = extract_normal (cd, ex_info, insn_value, 0|(1<<CGEN_IFLD_SIGNED), 0, 17, 6, 32, total_len… in frv_cgen_extract_operand()
1147 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 5, 6, 32, total_length, pc, & fields->f_u1… in frv_cgen_extract_operand()
1155 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 15, 16, 32, total_length, pc, & fields->f_… in frv_cgen_extract_operand()
1158 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 5, 6, 32, total_length, pc, & fields->f_u6… in frv_cgen_extract_operand()
1161 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 15, 16, 32, total_length, pc, & fields->f_… in frv_cgen_extract_operand()
1164 …length = extract_normal (cd, ex_info, insn_value, 0, 0, 15, 16, 32, total_length, pc, & fields->f_… in frv_cgen_extract_operand()
1196 frv_cgen_get_int_operand (CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, in frv_cgen_get_int_operand()
1456 frv_cgen_get_vma_operand (CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, in frv_cgen_get_vma_operand()
1724 frv_cgen_set_int_operand (CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, in frv_cgen_set_int_operand()
1981 frv_cgen_set_vma_operand (CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, in frv_cgen_set_vma_operand()
2240 frv_cgen_init_ibld_table (CGEN_CPU_DESC cd) in frv_cgen_init_ibld_table() argument
2242 cd->insert_handlers = & frv_cgen_insert_handlers[0]; in frv_cgen_init_ibld_table()
2243 cd->extract_handlers = & frv_cgen_extract_handlers[0]; in frv_cgen_init_ibld_table()
2245 cd->insert_operand = frv_cgen_insert_operand; in frv_cgen_init_ibld_table()
2246 cd->extract_operand = frv_cgen_extract_operand; in frv_cgen_init_ibld_table()
2248 cd->get_int_operand = frv_cgen_get_int_operand; in frv_cgen_init_ibld_table()
2249 cd->set_int_operand = frv_cgen_set_int_operand; in frv_cgen_init_ibld_table()
2250 cd->get_vma_operand = frv_cgen_get_vma_operand; in frv_cgen_init_ibld_table()
2251 cd->set_vma_operand = frv_cgen_set_vma_operand; in frv_cgen_init_ibld_table()