Home
last modified time | relevance | path

Searched refs:f_sn6 (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.27/opcodes/
Depiphany-ibld.c816 FLD (f_sn) = ((FLD (f_sn6)) & (7)); in epiphany_cgen_insert_operand()
817 FLD (f_sn_x) = ((UINT) (FLD (f_sn6)) >> (3)); in epiphany_cgen_insert_operand()
830 FLD (f_sn) = ((FLD (f_sn6)) & (7)); in epiphany_cgen_insert_operand()
831 FLD (f_sn_x) = ((UINT) (FLD (f_sn6)) >> (3)); in epiphany_cgen_insert_operand()
844 FLD (f_sn) = ((FLD (f_sn6)) & (7)); in epiphany_cgen_insert_operand()
845 FLD (f_sn_x) = ((UINT) (FLD (f_sn6)) >> (3)); in epiphany_cgen_insert_operand()
858 FLD (f_sn) = ((FLD (f_sn6)) & (7)); in epiphany_cgen_insert_operand()
859 FLD (f_sn_x) = ((UINT) (FLD (f_sn6)) >> (3)); in epiphany_cgen_insert_operand()
1126 FLD (f_sn6) = ((((FLD (f_sn_x)) << (3))) | (FLD (f_sn))); in epiphany_cgen_extract_operand()
1137 FLD (f_sn6) = ((((FLD (f_sn_x)) << (3))) | (FLD (f_sn))); in epiphany_cgen_extract_operand()
[all …]
Depiphany-asm.c434 errmsg = cgen_parse_keyword (cd, strp, & epiphany_cgen_opval_cr_names, & fields->f_sn6); in epiphany_cgen_parse_operand()
437 errmsg = cgen_parse_keyword (cd, strp, & epiphany_cgen_opval_crdma_names, & fields->f_sn6); in epiphany_cgen_parse_operand()
440 errmsg = cgen_parse_keyword (cd, strp, & epiphany_cgen_opval_crmem_names, & fields->f_sn6); in epiphany_cgen_parse_operand()
443 errmsg = cgen_parse_keyword (cd, strp, & epiphany_cgen_opval_crmesh_names, & fields->f_sn6); in epiphany_cgen_parse_operand()
Depiphany-dis.c257 …print_keyword (cd, info, & epiphany_cgen_opval_cr_names, fields->f_sn6, 0|(1<<CGEN_OPERAND_VIRTUAL… in epiphany_cgen_print_operand()
260 …print_keyword (cd, info, & epiphany_cgen_opval_crdma_names, fields->f_sn6, 0|(1<<CGEN_OPERAND_VIRT… in epiphany_cgen_print_operand()
263 …print_keyword (cd, info, & epiphany_cgen_opval_crmem_names, fields->f_sn6, 0|(1<<CGEN_OPERAND_VIRT… in epiphany_cgen_print_operand()
266 …print_keyword (cd, info, & epiphany_cgen_opval_crmesh_names, fields->f_sn6, 0|(1<<CGEN_OPERAND_VIR… in epiphany_cgen_print_operand()
Depiphany-opc.h209 long f_sn6; member