Searched refs:operand_value (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | s390-dis.c | 107 union operand_value union 119 static inline union operand_value 123 union operand_value ret; in s390_extract_operand() 197 union operand_value val = s390_extract_operand (buffer, operand); in s390_print_insn_with_opcode() 219 union operand_value next_op_val = in s390_print_insn_with_opcode()
|
H A D | ChangeLog-2014 | 302 (union operand_value): New. 303 (s390_extract_operand): Change return type to union operand_value.
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | s390-dis.c | 113 union operand_value union 125 static inline union operand_value 129 union operand_value ret; in s390_extract_operand() 203 union operand_value val = s390_extract_operand (buffer, operand); in s390_print_insn_with_opcode() 225 union operand_value next_op_val = in s390_print_insn_with_opcode()
|
H A D | ChangeLog-2014 | 302 (union operand_value): New. 303 (s390_extract_operand): Change return type to union operand_value.
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-tilepro.c | 346 int operand_value, in insert_operand() argument 353 operand_value >>= operand->rightshift; in insert_operand() 361 operand_value) in insert_operand() 375 as_bad_value_out_of_range (_("operand"), operand_value, min, max, in insert_operand() 380 return bits | operand->insert (operand_value); in insert_operand()
|
H A D | tc-tilegx.c | 393 int operand_value, in insert_operand() argument 400 operand_value >>= operand->rightshift; in insert_operand() 408 operand_value) in insert_operand() 422 as_bad_value_out_of_range (_("operand"), operand_value, min, max, in insert_operand() 427 return bits | operand->insert (operand_value); in insert_operand()
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-tilepro.c | 346 int operand_value, in insert_operand() argument 353 operand_value >>= operand->rightshift; in insert_operand() 361 operand_value) in insert_operand() 375 as_bad_value_out_of_range (_("operand"), operand_value, min, max, in insert_operand() 380 return bits | operand->insert (operand_value); in insert_operand()
|
H A D | tc-tilegx.c | 393 int operand_value, in insert_operand() argument 400 operand_value >>= operand->rightshift; in insert_operand() 408 operand_value) in insert_operand() 422 as_bad_value_out_of_range (_("operand"), operand_value, min, max, in insert_operand() 427 return bits | operand->insert (operand_value); in insert_operand()
|
/netbsd-src/sys/external/bsd/sljit/dist/sljit_src/ |
H A D | sljitNativeTILEGX_64.c | 124 int operand_value[4]; member 618 val = inst->operand_value[i]; in get_bundle_bit() 754 inst_buf[inst_buf_index].operand_value[0] = op0; in push_4_buffer() 755 inst_buf[inst_buf_index].operand_value[1] = op1; in push_4_buffer() 756 inst_buf[inst_buf_index].operand_value[2] = op2; in push_4_buffer() 757 inst_buf[inst_buf_index].operand_value[3] = op3; in push_4_buffer() 774 inst_buf[inst_buf_index].operand_value[0] = op0; in push_3_buffer() 775 inst_buf[inst_buf_index].operand_value[1] = op1; in push_3_buffer() 776 inst_buf[inst_buf_index].operand_value[2] = op2; in push_3_buffer() 835 inst_buf[inst_buf_index].operand_value[0] = op0; in push_2_buffer() [all …]
|
/netbsd-src/external/gpl3/gdb.old/dist/opcodes/ |
H A D | ChangeLog-2014 | 302 (union operand_value): New. 303 (s390_extract_operand): Change return type to union operand_value.
|
/netbsd-src/external/gpl3/gdb/dist/opcodes/ |
H A D | ChangeLog-2014 | 302 (union operand_value): New. 303 (s390_extract_operand): Change return type to union operand_value.
|