Searched refs:f_abs24 (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dxstormy16-opc.h121 long f_abs24; member in struct:cgen_fields
H A Dxstormy16-ibld.c593 FLD (f_abs24_1) = ((FLD (f_abs24)) & (255));
594 FLD (f_abs24_2) = ((UINT) (FLD (f_abs24)) >> (8));
742 FLD (f_abs24) = ((((FLD (f_abs24_2)) << (8))) | (FLD (f_abs24_1)));
878 value = fields->f_abs24;
970 value = fields->f_abs24;
1069 fields->f_abs24 = value;
1158 fields->f_abs24 = value;
H A Dxstormy16-asm.c221 errmsg = cgen_parse_unsigned_integer (cd, strp, XSTORMY16_OPERAND_ABS24, (unsigned long *) (& fields->f_abs24));
H A Dxstormy16-dis.c113 print_normal (cd, info, fields->f_abs24, 0|(1<<CGEN_OPERAND_ABS_ADDR)|(1<<CGEN_OPERAND_VIRTUAL), pc, length);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dxstormy16-opc.h121 long f_abs24; member in struct:cgen_fields
H A Dxstormy16-ibld.c593 FLD (f_abs24_1) = ((FLD (f_abs24)) & (255));
594 FLD (f_abs24_2) = ((UINT) (FLD (f_abs24)) >> (8));
742 FLD (f_abs24) = ((((FLD (f_abs24_2)) << (8))) | (FLD (f_abs24_1)));
878 value = fields->f_abs24;
970 value = fields->f_abs24;
1069 fields->f_abs24 = value;
1158 fields->f_abs24 = value;
H A Dxstormy16-asm.c221 errmsg = cgen_parse_unsigned_integer (cd, strp, XSTORMY16_OPERAND_ABS24, (unsigned long *) (& fields->f_abs24));
H A Dxstormy16-dis.c113 print_normal (cd, info, fields->f_abs24, 0|(1<<CGEN_OPERAND_ABS_ADDR)|(1<<CGEN_OPERAND_VIRTUAL), pc, length);

Completed in 65 milliseconds