Searched refs:f_imm16 (Results 1 – 8 of 8) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | xstormy16-ibld.c | 617 …errmsg = insert_normal (cd, fields->f_imm16, 0|(1<<CGEN_IFLD_SIGN_OPT), 0, 16, 16, 32, total_lengt… in xstormy16_cgen_insert_operand() 759 …x_info, insn_value, 0|(1<<CGEN_IFLD_SIGN_OPT), 0, 16, 16, 32, total_length, pc, & fields->f_imm16); in xstormy16_cgen_extract_operand() 889 value = fields->f_imm16; in xstormy16_cgen_get_int_operand() 981 value = fields->f_imm16; in xstormy16_cgen_get_vma_operand() 1080 fields->f_imm16 = value; in xstormy16_cgen_set_int_operand() 1169 fields->f_imm16 = value; in xstormy16_cgen_set_vma_operand()
|
D | epiphany-ibld.c | 645 FLD (f_imm8) = ((FLD (f_imm16)) & (255)); in epiphany_cgen_insert_operand() 646 FLD (f_imm_27_8) = ((UINT) (FLD (f_imm16)) >> (8)); in epiphany_cgen_insert_operand() 980 FLD (f_imm16) = ((((FLD (f_imm_27_8)) << (8))) | (FLD (f_imm8))); in epiphany_cgen_extract_operand() 1231 value = fields->f_imm16; in epiphany_cgen_get_int_operand() 1356 value = fields->f_imm16; in epiphany_cgen_get_vma_operand() 1488 fields->f_imm16 = value; in epiphany_cgen_set_int_operand() 1610 fields->f_imm16 = value; in epiphany_cgen_set_vma_operand()
|
D | xstormy16-opc.h | 112 long f_imm16; member
|
D | epiphany-opc.h | 204 long f_imm16; member
|
D | xstormy16-asm.c | 234 …msg = parse_immediate16 (cd, strp, XSTORMY16_OPERAND_IMM16, (unsigned long *) (& fields->f_imm16)); in xstormy16_cgen_parse_operand()
|
D | xstormy16-dis.c | 126 print_normal (cd, info, fields->f_imm16, 0|(1<<CGEN_OPERAND_SIGN_OPT), pc, length); in xstormy16_cgen_print_operand()
|
D | epiphany-asm.c | 364 fields->f_imm16 = value; in epiphany_cgen_parse_operand()
|
D | epiphany-dis.c | 199 …print_address (cd, info, fields->f_imm16, 0|(1<<CGEN_OPERAND_RELAX)|(1<<CGEN_OPERAND_VIRTUAL), pc,… in epiphany_cgen_print_operand()
|