Lines Matching refs:hword
2634 int hword = ((iw1 >> LDIMMhalf_hword_bits) & LDIMMhalf_hword_mask); in decode_LDIMMhalf_0() local
2647 *pval = imm16_val (hword); in decode_LDIMMhalf_0()
2648 if (hword & 0x8000) in decode_LDIMMhalf_0()
2656 *pval = luimm16_val (hword); in decode_LDIMMhalf_0()
2663 *pval |= luimm16_val (hword); in decode_LDIMMhalf_0()
2669 *pval |= luimm16_val (hword) << 16; in decode_LDIMMhalf_0()
2677 OUTS (outf, uimm16 (hword)); in decode_LDIMMhalf_0()
2683 OUTS (outf, uimm16 (hword)); in decode_LDIMMhalf_0()
2689 OUTS (outf, imm16 (hword)); in decode_LDIMMhalf_0()
2696 OUTS (outf, imm16 (hword)); in decode_LDIMMhalf_0()
2703 OUTS (outf, uimm16 (hword)); in decode_LDIMMhalf_0()
2710 OUTS (outf, uimm16 (hword)); in decode_LDIMMhalf_0()
2716 OUTS (outf, uimm16 (hword)); in decode_LDIMMhalf_0()
2725 OUTS (outf, imm16d (hword)); in decode_LDIMMhalf_0()