Home
last modified time | relevance | path

Searched refs:f_s16 (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/usr.bin/binutils/opcodes/
H A Dfrv-ibld.c777 …errmsg = insert_normal (cd, fields->f_s16, 0|(1<<CGEN_IFLD_SIGNED), 0, 15, 16, 32, total_length, b…
789 …errmsg = insert_normal (cd, fields->f_s16, 0|(1<<CGEN_IFLD_SIGNED), 0, 15, 16, 32, total_length, b…
1078 …d, ex_info, insn_value, 0|(1<<CGEN_IFLD_SIGNED), 0, 15, 16, 32, total_length, pc, & fields->f_s16);
1351 value = fields->f_s16;
1363 value = fields->f_s16;
1588 value = fields->f_s16;
1600 value = fields->f_s16;
1834 fields->f_s16 = value;
1846 fields->f_s16 = value;
2068 fields->f_s16 = value;
[all …]
H A Dfrv-dis.c338 …print_normal (cd, info, fields->f_s16, 0|(1<<CGEN_OPERAND_SIGNED)|(1<<CGEN_OPERAND_HASH_PREFIX), p…
350 print_lo (cd, info, fields->f_s16, 0|(1<<CGEN_OPERAND_SIGNED), pc, length);
H A Dfrv-asm.c917 errmsg = cgen_parse_signed_integer (cd, strp, FRV_OPERAND_S16, &fields->f_s16);
929 errmsg = parse_uslo16 (cd, strp, FRV_OPERAND_SLO16, &fields->f_s16);
H A Dfrv-opc.h307 long f_s16; member
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A Dfrv-ibld.c795 …errmsg = insert_normal (cd, fields->f_s16, 0|(1<<CGEN_IFLD_SIGNED), 0, 15, 16, 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()
1118 …d, ex_info, insn_value, 0|(1<<CGEN_IFLD_SIGNED), 0, 15, 16, 32, total_length, pc, & fields->f_s16); in frv_cgen_extract_operand()
1412 value = fields->f_s16; in frv_cgen_get_int_operand()
1424 value = fields->f_s16; in frv_cgen_get_int_operand()
1672 value = fields->f_s16; in frv_cgen_get_vma_operand()
1684 value = fields->f_s16; in frv_cgen_get_vma_operand()
1939 fields->f_s16 = value; in frv_cgen_set_int_operand()
1951 fields->f_s16 = value; in frv_cgen_set_int_operand()
2196 fields->f_s16 = value; in frv_cgen_set_vma_operand()
[all …]
H A Dfrv-dis.c361 …print_normal (cd, info, fields->f_s16, 0|(1<<CGEN_OPERAND_SIGNED)|(1<<CGEN_OPERAND_HASH_PREFIX), p… in frv_cgen_print_operand()
373 print_lo (cd, info, fields->f_s16, 0|(1<<CGEN_OPERAND_SIGNED), pc, length); in frv_cgen_print_operand()
H A Dfrv-opc.h307 long f_s16; member
H A Dfrv-asm.c1227 errmsg = cgen_parse_signed_integer (cd, strp, FRV_OPERAND_S16, (long *) (& fields->f_s16)); in frv_cgen_parse_operand()
1239 errmsg = parse_uslo16 (cd, strp, FRV_OPERAND_SLO16, (long *) (& fields->f_s16)); in frv_cgen_parse_operand()