Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/opcodes/
Depiphany-ibld.c716 FLD (f_sd) = ((FLD (f_sd6)) & (7)); in epiphany_cgen_insert_operand()
717 FLD (f_sd_x) = ((UINT) (FLD (f_sd6)) >> (3)); in epiphany_cgen_insert_operand()
730 FLD (f_sd) = ((FLD (f_sd6)) & (7)); in epiphany_cgen_insert_operand()
731 FLD (f_sd_x) = ((UINT) (FLD (f_sd6)) >> (3)); in epiphany_cgen_insert_operand()
744 FLD (f_sd) = ((FLD (f_sd6)) & (7)); in epiphany_cgen_insert_operand()
745 FLD (f_sd_x) = ((UINT) (FLD (f_sd6)) >> (3)); in epiphany_cgen_insert_operand()
758 FLD (f_sd) = ((FLD (f_sd6)) & (7)); in epiphany_cgen_insert_operand()
759 FLD (f_sd_x) = ((UINT) (FLD (f_sd6)) >> (3)); in epiphany_cgen_insert_operand()
1039 FLD (f_sd6) = ((((FLD (f_sd_x)) << (3))) | (FLD (f_sd))); in epiphany_cgen_extract_operand()
1050 FLD (f_sd6) = ((((FLD (f_sd_x)) << (3))) | (FLD (f_sd))); in epiphany_cgen_extract_operand()
[all …]
Depiphany-asm.c396 errmsg = cgen_parse_keyword (cd, strp, & epiphany_cgen_opval_cr_names, & fields->f_sd6); in epiphany_cgen_parse_operand()
399 errmsg = cgen_parse_keyword (cd, strp, & epiphany_cgen_opval_crdma_names, & fields->f_sd6); in epiphany_cgen_parse_operand()
402 errmsg = cgen_parse_keyword (cd, strp, & epiphany_cgen_opval_crmem_names, & fields->f_sd6); in epiphany_cgen_parse_operand()
405 errmsg = cgen_parse_keyword (cd, strp, & epiphany_cgen_opval_crmesh_names, & fields->f_sd6); in epiphany_cgen_parse_operand()
Depiphany-dis.c226 …print_keyword (cd, info, & epiphany_cgen_opval_cr_names, fields->f_sd6, 0|(1<<CGEN_OPERAND_VIRTUAL… in epiphany_cgen_print_operand()
229 …print_keyword (cd, info, & epiphany_cgen_opval_crdma_names, fields->f_sd6, 0|(1<<CGEN_OPERAND_VIRT… in epiphany_cgen_print_operand()
232 …print_keyword (cd, info, & epiphany_cgen_opval_crmem_names, fields->f_sd6, 0|(1<<CGEN_OPERAND_VIRT… in epiphany_cgen_print_operand()
235 …print_keyword (cd, info, & epiphany_cgen_opval_crmesh_names, fields->f_sd6, 0|(1<<CGEN_OPERAND_VIR… in epiphany_cgen_print_operand()
Depiphany-opc.h208 long f_sd6; member