Searched refs:validate_immediate (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/binutils/gas/config/ |
| H A D | tc-score.c | 1015 validate_immediate (int val, unsigned int data_type, int hex_p) in validate_immediate() function 1244 value = validate_immediate (inst.reloc.exp.X_add_number, _SIMM16_LA_POS, hex_p); in data_op2() 1255 value = validate_immediate (inst.reloc.exp.X_add_number, data_type, hex_p); in data_op2() 2640 value = validate_immediate (inst.reloc.exp.X_add_number, data_type, 0); in exp_ldst_offset() 2783 value = validate_immediate (inst.reloc.exp.X_add_number, _SIMM12, 0); in do_ldst_insn() 2923 value = validate_immediate (inst.reloc.exp.X_add_number, data_type, 0); in do_ldst_insn() 4287 || (validate_immediate (inst.reloc.exp.X_add_number, _VALUE, 0) == (int) FAIL) in do_macro_ldst_label()
|
| /freebsd-12.1/contrib/binutils/gas/ |
| H A D | ChangeLog | 281 * config/tc-score.c (data_op2, validate_immediate): Fix bug for
|
| H A D | ChangeLog-9899 | 4741 validate_immediate return value in the right type for comparisons
|
| H A D | ChangeLog-9295 | 2741 (validate_immediate): Return FAIL on failure.
|