Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-sparc.c1353 int low32, rd, opc; in synthetize_setsw() local
1373 low32 = the_insn.exp.X_add_number; in synthetize_setsw()
1375 if (low32 >= 0) in synthetize_setsw()
1385 if (low32 < -(1 << 12)) in synthetize_setsw()
1390 low32 = 0x1c00 | (low32 & 0x3ff); in synthetize_setsw()
1395 | (low32 & 0x1fff)); in synthetize_setsw()