Searched refs:IP2K_OPERAND_ADDR16H (Results 1 – 7 of 7) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | ip2k-ibld.c | 571 case IP2K_OPERAND_ADDR16H : in ip2k_cgen_insert_operand() 646 case IP2K_OPERAND_ADDR16H : in ip2k_cgen_extract_operand() 716 case IP2K_OPERAND_ADDR16H : in ip2k_cgen_get_int_operand() 772 case IP2K_OPERAND_ADDR16H : in ip2k_cgen_get_vma_operand() 835 case IP2K_OPERAND_ADDR16H : in ip2k_cgen_set_int_operand() 884 case IP2K_OPERAND_ADDR16H : in ip2k_cgen_set_vma_operand()
|
D | ip2k-asm.c | 234 if (opindex == (CGEN_OPERAND_TYPE) IP2K_OPERAND_ADDR16H) in parse_addr16() 474 case IP2K_OPERAND_ADDR16H : in ip2k_cgen_parse_operand() 475 errmsg = parse_addr16 (cd, strp, IP2K_OPERAND_ADDR16H, (unsigned long *) (& fields->f_imm8)); in ip2k_cgen_parse_operand()
|
D | ip2k-desc.h | 233 , IP2K_OPERAND_BITNO, IP2K_OPERAND_ADDR16P, IP2K_OPERAND_ADDR16H, IP2K_OPERAND_ADDR16L enumerator
|
D | ip2k-dis.c | 251 case IP2K_OPERAND_ADDR16H : in ip2k_cgen_print_operand()
|
D | ip2k-desc.c | 358 { "addr16h", IP2K_OPERAND_ADDR16H, HW_H_UINT, 7, 8,
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-ip2k.c | 294 case IP2K_OPERAND_ADDR16H: in md_cgen_lookup_reloc()
|
/toolchain/binutils/binutils-2.25/cpu/ |
D | ip2k.opc | 270 if (opindex == (CGEN_OPERAND_TYPE) IP2K_OPERAND_ADDR16H)
|