Searched refs:operand_value (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.27/opcodes/ |
D | s390-dis.c | 94 union operand_value union 106 static inline union operand_value 110 union operand_value ret; in s390_extract_operand() 183 union operand_value val = s390_extract_operand (buffer, operand); in s390_print_insn_with_opcode()
|
D | ChangeLog-2014 | 302 (union operand_value): New. 303 (s390_extract_operand): Change return type to union operand_value.
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-tilepro.c | 354 int operand_value, in insert_operand() argument 361 operand_value >>= operand->rightshift; in insert_operand() 369 operand_value) in insert_operand() 383 as_bad_value_out_of_range (_("operand"), operand_value, min, max, in insert_operand() 388 return bits | operand->insert (operand_value); in insert_operand()
|
D | tc-tilegx.c | 398 int operand_value, in insert_operand() argument 405 operand_value >>= operand->rightshift; in insert_operand() 413 operand_value) in insert_operand() 427 as_bad_value_out_of_range (_("operand"), operand_value, min, max, in insert_operand() 432 return bits | operand->insert (operand_value); in insert_operand()
|