| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | ip2k-ibld.c | 585 errmsg = insert_normal (cd, fields->f_imm8, 0, 0, 7, 8, 16, total_length, buffer); in ip2k_cgen_insert_operand() 588 errmsg = insert_normal (cd, fields->f_imm8, 0, 0, 7, 8, 16, total_length, buffer); in ip2k_cgen_insert_operand() 604 errmsg = insert_normal (cd, fields->f_imm8, 0, 0, 7, 8, 16, total_length, buffer); in ip2k_cgen_insert_operand() 661 …gth = extract_normal (cd, ex_info, insn_value, 0, 0, 7, 8, 16, total_length, pc, & fields->f_imm8); in ip2k_cgen_extract_operand() 664 …gth = extract_normal (cd, ex_info, insn_value, 0, 0, 7, 8, 16, total_length, pc, & fields->f_imm8); in ip2k_cgen_extract_operand() 680 …gth = extract_normal (cd, ex_info, insn_value, 0, 0, 7, 8, 16, total_length, pc, & fields->f_imm8); in ip2k_cgen_extract_operand() 732 value = fields->f_imm8; in ip2k_cgen_get_int_operand() 735 value = fields->f_imm8; in ip2k_cgen_get_int_operand() 753 value = fields->f_imm8; in ip2k_cgen_get_int_operand() 789 value = fields->f_imm8; in ip2k_cgen_get_vma_operand() [all …]
|
| D | xstormy16-ibld.c | 645 errmsg = insert_normal (cd, fields->f_imm8, 0, 0, 8, 8, 32, total_length, buffer); in xstormy16_cgen_insert_operand() 648 errmsg = insert_normal (cd, fields->f_imm8, 0, 0, 8, 8, 32, total_length, buffer); in xstormy16_cgen_insert_operand() 788 …gth = extract_normal (cd, ex_info, insn_value, 0, 0, 8, 8, 32, total_length, pc, & fields->f_imm8); in xstormy16_cgen_extract_operand() 791 …gth = extract_normal (cd, ex_info, insn_value, 0, 0, 8, 8, 32, total_length, pc, & fields->f_imm8); in xstormy16_cgen_extract_operand() 919 value = fields->f_imm8; in xstormy16_cgen_get_int_operand() 922 value = fields->f_imm8; in xstormy16_cgen_get_int_operand() 1012 value = fields->f_imm8; in xstormy16_cgen_get_vma_operand() 1015 value = fields->f_imm8; in xstormy16_cgen_get_vma_operand() 1112 fields->f_imm8 = value; in xstormy16_cgen_set_int_operand() 1115 fields->f_imm8 = value; in xstormy16_cgen_set_int_operand() [all …]
|
| D | epiphany-ibld.c | 658 FLD (f_imm8) = ((FLD (f_imm16)) & (255)); in epiphany_cgen_insert_operand() 661 errmsg = insert_normal (cd, fields->f_imm8, 0, 0, 12, 8, 32, total_length, buffer); in epiphany_cgen_insert_operand() 670 errmsg = insert_normal (cd, fields->f_imm8, 0, 0, 12, 8, 32, total_length, buffer); in epiphany_cgen_insert_operand() 989 …th = extract_normal (cd, ex_info, insn_value, 0, 0, 12, 8, 32, total_length, pc, & fields->f_imm8); in epiphany_cgen_extract_operand() 994 FLD (f_imm16) = ((((FLD (f_imm_27_8)) << (8))) | (FLD (f_imm8))); in epiphany_cgen_extract_operand() 999 …th = extract_normal (cd, ex_info, insn_value, 0, 0, 12, 8, 32, total_length, pc, & fields->f_imm8); in epiphany_cgen_extract_operand() 1249 value = fields->f_imm8; in epiphany_cgen_get_int_operand() 1375 value = fields->f_imm8; in epiphany_cgen_get_vma_operand() 1508 fields->f_imm8 = value; in epiphany_cgen_set_int_operand() 1631 fields->f_imm8 = value; in epiphany_cgen_set_vma_operand()
|
| D | ip2k-asm.c | 476 errmsg = parse_addr16 (cd, strp, IP2K_OPERAND_ADDR16H, (unsigned long *) (& fields->f_imm8)); in ip2k_cgen_parse_operand() 479 errmsg = parse_addr16 (cd, strp, IP2K_OPERAND_ADDR16L, (unsigned long *) (& fields->f_imm8)); in ip2k_cgen_parse_operand() 497 errmsg = parse_lit8 (cd, strp, IP2K_OPERAND_LIT8, (long *) (& fields->f_imm8)); in ip2k_cgen_parse_operand()
|
| D | ip2k-dis.c | 253 print_dollarhex_addr16h (cd, info, fields->f_imm8, 0, pc, length); in ip2k_cgen_print_operand() 256 print_dollarhex_addr16l (cd, info, fields->f_imm8, 0, pc, length); in ip2k_cgen_print_operand() 274 print_dollarhex8 (cd, info, fields->f_imm8, 0|(1<<CGEN_OPERAND_SIGNED), pc, length); in ip2k_cgen_print_operand()
|
| D | ip2k-opc.h | 92 long f_imm8; member
|
| D | xstormy16-asm.c | 250 …en_parse_unsigned_integer (cd, strp, XSTORMY16_OPERAND_IMM8, (unsigned long *) (& fields->f_imm8)); in xstormy16_cgen_parse_operand() 253 …arse_small_immediate (cd, strp, XSTORMY16_OPERAND_IMM8SMALL, (unsigned long *) (& fields->f_imm8)); in xstormy16_cgen_parse_operand()
|
| D | xstormy16-opc.h | 115 long f_imm8; member
|
| D | xstormy16-dis.c | 142 print_normal (cd, info, fields->f_imm8, 0, pc, length); in xstormy16_cgen_print_operand() 145 print_normal (cd, info, fields->f_imm8, 0, pc, length); in xstormy16_cgen_print_operand()
|
| D | epiphany-opc.h | 172 long f_imm8; member
|
| D | epiphany-asm.c | 372 fields->f_imm8 = value; in epiphany_cgen_parse_operand()
|
| D | epiphany-dis.c | 204 print_address (cd, info, fields->f_imm8, 0|(1<<CGEN_OPERAND_RELAX), pc, length); in epiphany_cgen_print_operand()
|
| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | ip2k-ibld.c | 585 errmsg = insert_normal (cd, fields->f_imm8, 0, 0, 7, 8, 16, total_length, buffer); in ip2k_cgen_insert_operand() 588 errmsg = insert_normal (cd, fields->f_imm8, 0, 0, 7, 8, 16, total_length, buffer); in ip2k_cgen_insert_operand() 604 errmsg = insert_normal (cd, fields->f_imm8, 0, 0, 7, 8, 16, total_length, buffer); in ip2k_cgen_insert_operand() 661 …gth = extract_normal (cd, ex_info, insn_value, 0, 0, 7, 8, 16, total_length, pc, & fields->f_imm8); in ip2k_cgen_extract_operand() 664 …gth = extract_normal (cd, ex_info, insn_value, 0, 0, 7, 8, 16, total_length, pc, & fields->f_imm8); in ip2k_cgen_extract_operand() 680 …gth = extract_normal (cd, ex_info, insn_value, 0, 0, 7, 8, 16, total_length, pc, & fields->f_imm8); in ip2k_cgen_extract_operand() 732 value = fields->f_imm8; in ip2k_cgen_get_int_operand() 735 value = fields->f_imm8; in ip2k_cgen_get_int_operand() 753 value = fields->f_imm8; in ip2k_cgen_get_int_operand() 789 value = fields->f_imm8; in ip2k_cgen_get_vma_operand() [all …]
|
| D | xstormy16-ibld.c | 645 errmsg = insert_normal (cd, fields->f_imm8, 0, 0, 8, 8, 32, total_length, buffer); in xstormy16_cgen_insert_operand() 648 errmsg = insert_normal (cd, fields->f_imm8, 0, 0, 8, 8, 32, total_length, buffer); in xstormy16_cgen_insert_operand() 788 …gth = extract_normal (cd, ex_info, insn_value, 0, 0, 8, 8, 32, total_length, pc, & fields->f_imm8); in xstormy16_cgen_extract_operand() 791 …gth = extract_normal (cd, ex_info, insn_value, 0, 0, 8, 8, 32, total_length, pc, & fields->f_imm8); in xstormy16_cgen_extract_operand() 919 value = fields->f_imm8; in xstormy16_cgen_get_int_operand() 922 value = fields->f_imm8; in xstormy16_cgen_get_int_operand() 1012 value = fields->f_imm8; in xstormy16_cgen_get_vma_operand() 1015 value = fields->f_imm8; in xstormy16_cgen_get_vma_operand() 1112 fields->f_imm8 = value; in xstormy16_cgen_set_int_operand() 1115 fields->f_imm8 = value; in xstormy16_cgen_set_int_operand() [all …]
|
| D | epiphany-ibld.c | 658 FLD (f_imm8) = ((FLD (f_imm16)) & (255)); in epiphany_cgen_insert_operand() 661 errmsg = insert_normal (cd, fields->f_imm8, 0, 0, 12, 8, 32, total_length, buffer); in epiphany_cgen_insert_operand() 670 errmsg = insert_normal (cd, fields->f_imm8, 0, 0, 12, 8, 32, total_length, buffer); in epiphany_cgen_insert_operand() 989 …th = extract_normal (cd, ex_info, insn_value, 0, 0, 12, 8, 32, total_length, pc, & fields->f_imm8); in epiphany_cgen_extract_operand() 994 FLD (f_imm16) = ((((FLD (f_imm_27_8)) << (8))) | (FLD (f_imm8))); in epiphany_cgen_extract_operand() 999 …th = extract_normal (cd, ex_info, insn_value, 0, 0, 12, 8, 32, total_length, pc, & fields->f_imm8); in epiphany_cgen_extract_operand() 1249 value = fields->f_imm8; in epiphany_cgen_get_int_operand() 1375 value = fields->f_imm8; in epiphany_cgen_get_vma_operand() 1508 fields->f_imm8 = value; in epiphany_cgen_set_int_operand() 1631 fields->f_imm8 = value; in epiphany_cgen_set_vma_operand()
|
| D | ip2k-asm.c | 476 errmsg = parse_addr16 (cd, strp, IP2K_OPERAND_ADDR16H, (unsigned long *) (& fields->f_imm8)); in ip2k_cgen_parse_operand() 479 errmsg = parse_addr16 (cd, strp, IP2K_OPERAND_ADDR16L, (unsigned long *) (& fields->f_imm8)); in ip2k_cgen_parse_operand() 497 errmsg = parse_lit8 (cd, strp, IP2K_OPERAND_LIT8, (long *) (& fields->f_imm8)); in ip2k_cgen_parse_operand()
|
| D | ip2k-dis.c | 253 print_dollarhex_addr16h (cd, info, fields->f_imm8, 0, pc, length); in ip2k_cgen_print_operand() 256 print_dollarhex_addr16l (cd, info, fields->f_imm8, 0, pc, length); in ip2k_cgen_print_operand() 274 print_dollarhex8 (cd, info, fields->f_imm8, 0|(1<<CGEN_OPERAND_SIGNED), pc, length); in ip2k_cgen_print_operand()
|
| D | ip2k-opc.h | 92 long f_imm8; member
|
| D | xstormy16-asm.c | 250 …en_parse_unsigned_integer (cd, strp, XSTORMY16_OPERAND_IMM8, (unsigned long *) (& fields->f_imm8)); in xstormy16_cgen_parse_operand() 253 …arse_small_immediate (cd, strp, XSTORMY16_OPERAND_IMM8SMALL, (unsigned long *) (& fields->f_imm8)); in xstormy16_cgen_parse_operand()
|
| D | xstormy16-opc.h | 115 long f_imm8; member
|
| D | xstormy16-dis.c | 142 print_normal (cd, info, fields->f_imm8, 0, pc, length); in xstormy16_cgen_print_operand() 145 print_normal (cd, info, fields->f_imm8, 0, pc, length); in xstormy16_cgen_print_operand()
|
| D | epiphany-opc.h | 172 long f_imm8; member
|
| D | epiphany-asm.c | 372 fields->f_imm8 = value; in epiphany_cgen_parse_operand()
|
| D | epiphany-dis.c | 204 print_address (cd, info, fields->f_imm8, 0|(1<<CGEN_OPERAND_RELAX), pc, length); in epiphany_cgen_print_operand()
|