Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/opcodes/
Dxstormy16-ibld.c582 FLD (f_abs24_1) = ((FLD (f_abs24)) & (255)); in xstormy16_cgen_insert_operand()
583 FLD (f_abs24_2) = ((unsigned int) (FLD (f_abs24)) >> (8)); in xstormy16_cgen_insert_operand()
731 FLD (f_abs24) = ((((FLD (f_abs24_2)) << (8))) | (FLD (f_abs24_1))); in xstormy16_cgen_extract_operand()
867 value = fields->f_abs24; in xstormy16_cgen_get_int_operand()
959 value = fields->f_abs24; in xstormy16_cgen_get_vma_operand()
1058 fields->f_abs24 = value; in xstormy16_cgen_set_int_operand()
1147 fields->f_abs24 = value; in xstormy16_cgen_set_vma_operand()
Dxstormy16-opc.h121 long f_abs24; member
Dxstormy16-asm.c219 …_parse_unsigned_integer (cd, strp, XSTORMY16_OPERAND_ABS24, (unsigned long *) (& fields->f_abs24)); in xstormy16_cgen_parse_operand()
Dxstormy16-dis.c110 …print_normal (cd, info, fields->f_abs24, 0|(1<<CGEN_OPERAND_ABS_ADDR)|(1<<CGEN_OPERAND_VIRTUAL), p… in xstormy16_cgen_print_operand()