Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/opcodes/
Dfrv-ibld.c808 FLD (f_u12_h) = ((int) (FLD (f_u12)) >> (6));
809 FLD (f_u12_l) = ((FLD (f_u12)) & (63));
1110 FLD (f_u12) = ((((FLD (f_u12_h)) << (6))) | (FLD (f_u12_l)));
1369 value = fields->f_u12;
1606 value = fields->f_u12;
1852 fields->f_u12 = value;
2086 fields->f_u12 = value;
Dfrv-opc.h314 long f_u12; member
Dfrv-dis.c356 …print_normal (cd, info, fields->f_u12, 0|(1<<CGEN_OPERAND_SIGNED)|(1<<CGEN_OPERAND_HASH_PREFIX)|(1…
Dfrv-asm.c935 errmsg = parse_u12 (cd, strp, FRV_OPERAND_U12, &fields->f_u12);
/openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/
Dfrv-ibld.c826 FLD (f_u12_h) = ((int) (FLD (f_u12)) >> (6)); in frv_cgen_insert_operand()
827 FLD (f_u12_l) = ((FLD (f_u12)) & (63)); in frv_cgen_insert_operand()
1150 FLD (f_u12) = ((((FLD (f_u12_h)) << (6))) | (FLD (f_u12_l))); in frv_cgen_extract_operand()
1430 value = fields->f_u12; in frv_cgen_get_int_operand()
1690 value = fields->f_u12; in frv_cgen_get_vma_operand()
1957 fields->f_u12 = value; in frv_cgen_set_int_operand()
2214 fields->f_u12 = value; in frv_cgen_set_vma_operand()
Dfrv-opc.h314 long f_u12; member
Dfrv-dis.c379 …print_normal (cd, info, fields->f_u12, 0|(1<<CGEN_OPERAND_SIGNED)|(1<<CGEN_OPERAND_HASH_PREFIX)|(1… in frv_cgen_print_operand()
Dfrv-asm.c1245 errmsg = parse_u12 (cd, strp, FRV_OPERAND_U12, (long *) (& fields->f_u12)); in frv_cgen_parse_operand()