Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-sparc.c1168 int low32, rd, opc; in synthetize_setsw() local
1188 low32 = the_insn.exp.X_add_number; in synthetize_setsw()
1190 if (low32 >= 0) in synthetize_setsw()
1200 if (low32 < -(1 << 12)) in synthetize_setsw()
1205 low32 = 0x1c00 | (low32 & 0x3ff); in synthetize_setsw()
1210 | (low32 & 0x1fff)); in synthetize_setsw()