Home
last modified time | relevance | path

Searched refs:f_i20 (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/opcodes/
Dfr30-ibld.c648 FLD (f_i20_4) = ((UINT) (FLD (f_i20)) >> (16)); in fr30_cgen_insert_operand()
649 FLD (f_i20_16) = ((FLD (f_i20)) & (65535)); in fr30_cgen_insert_operand()
854 FLD (f_i20) = ((((FLD (f_i20_4)) << (16))) | (FLD (f_i20_16))); in fr30_cgen_extract_operand()
1031 value = fields->f_i20; in fr30_cgen_get_int_operand()
1159 value = fields->f_i20; in fr30_cgen_get_vma_operand()
1291 fields->f_i20 = value; in fr30_cgen_set_int_operand()
1412 fields->f_i20 = value; in fr30_cgen_set_vma_operand()
Dfr30-opc.h118 long f_i20; member
Dfr30-dis.c245 …print_normal (cd, info, fields->f_i20, 0|(1<<CGEN_OPERAND_HASH_PREFIX)|(1<<CGEN_OPERAND_VIRTUAL), … in fr30_cgen_print_operand()