Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/opcodes/
Depiphany-ibld.c809 FLD (f_sn) = ((FLD (f_sn6)) & (7)); in epiphany_cgen_insert_operand()
810 FLD (f_sn_x) = ((UINT) (FLD (f_sn6)) >> (3)); in epiphany_cgen_insert_operand()
823 FLD (f_sn) = ((FLD (f_sn6)) & (7)); in epiphany_cgen_insert_operand()
824 FLD (f_sn_x) = ((UINT) (FLD (f_sn6)) >> (3)); in epiphany_cgen_insert_operand()
837 FLD (f_sn) = ((FLD (f_sn6)) & (7)); in epiphany_cgen_insert_operand()
838 FLD (f_sn_x) = ((UINT) (FLD (f_sn6)) >> (3)); in epiphany_cgen_insert_operand()
851 FLD (f_sn) = ((FLD (f_sn6)) & (7)); in epiphany_cgen_insert_operand()
852 FLD (f_sn_x) = ((UINT) (FLD (f_sn6)) >> (3)); in epiphany_cgen_insert_operand()
1119 FLD (f_sn6) = ((((FLD (f_sn_x)) << (3))) | (FLD (f_sn))); in epiphany_cgen_extract_operand()
1130 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.c256 …print_keyword (cd, info, & epiphany_cgen_opval_cr_names, fields->f_sn6, 0|(1<<CGEN_OPERAND_VIRTUAL… in epiphany_cgen_print_operand()
259 …print_keyword (cd, info, & epiphany_cgen_opval_crdma_names, fields->f_sn6, 0|(1<<CGEN_OPERAND_VIRT… in epiphany_cgen_print_operand()
262 …print_keyword (cd, info, & epiphany_cgen_opval_crmem_names, fields->f_sn6, 0|(1<<CGEN_OPERAND_VIRT… in epiphany_cgen_print_operand()
265 …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