Home
last modified time | relevance | path

Searched refs:apply_special_operator (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-tilepro.c393 apply_special_operator (operatorT op, int num) in apply_special_operator() function
1439 *valP = value = apply_special_operator (O_lo16, value); in md_apply_fix()
1447 *valP = value = apply_special_operator (O_hi16, value); in md_apply_fix()
1455 *valP = value = apply_special_operator (O_ha16, value); in md_apply_fix()
Dtc-tilegx.c437 apply_special_operator (operatorT op, offsetT num, const char *file, in apply_special_operator() function
1674 *valP = value = apply_special_operator (special, value, in md_apply_fix()
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-20121661 * tc-tilepro.c (apply_special_operator): delete cases for
1672 (apply_special_operator): delete cases for got and tls
DChangeLog3095 (apply_special_operator): Likewise.