Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/opcodes/
Dxstormy16-ibld.c624 …errmsg = insert_normal (cd, fields->f_imm16, 0|(1<<CGEN_IFLD_SIGN_OPT), 0, 16, 16, 32, total_lengt… in xstormy16_cgen_insert_operand()
766 …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()
896 value = fields->f_imm16; in xstormy16_cgen_get_int_operand()
988 value = fields->f_imm16; in xstormy16_cgen_get_vma_operand()
1087 fields->f_imm16 = value; in xstormy16_cgen_set_int_operand()
1176 fields->f_imm16 = value; in xstormy16_cgen_set_vma_operand()
Depiphany-ibld.c652 FLD (f_imm8) = ((FLD (f_imm16)) & (255)); in epiphany_cgen_insert_operand()
653 FLD (f_imm_27_8) = ((UINT) (FLD (f_imm16)) >> (8)); in epiphany_cgen_insert_operand()
987 FLD (f_imm16) = ((((FLD (f_imm_27_8)) << (8))) | (FLD (f_imm8))); in epiphany_cgen_extract_operand()
1238 value = fields->f_imm16; in epiphany_cgen_get_int_operand()
1363 value = fields->f_imm16; in epiphany_cgen_get_vma_operand()
1495 fields->f_imm16 = value; in epiphany_cgen_set_int_operand()
1617 fields->f_imm16 = value; in epiphany_cgen_set_vma_operand()
Dxstormy16-opc.h112 long f_imm16; member
Depiphany-opc.h204 long f_imm16; member
Dxstormy16-asm.c234 …msg = parse_immediate16 (cd, strp, XSTORMY16_OPERAND_IMM16, (unsigned long *) (& fields->f_imm16)); in xstormy16_cgen_parse_operand()
Dxstormy16-dis.c126 print_normal (cd, info, fields->f_imm16, 0|(1<<CGEN_OPERAND_SIGN_OPT), pc, length); in xstormy16_cgen_print_operand()
Depiphany-asm.c364 fields->f_imm16 = value; in epiphany_cgen_parse_operand()
Depiphany-dis.c200 …print_address (cd, info, fields->f_imm16, 0|(1<<CGEN_OPERAND_RELAX)|(1<<CGEN_OPERAND_VIRTUAL), pc,… in epiphany_cgen_print_operand()