Lines Matching refs:toUChar
237 return toUChar( IFIELD( instr, 26, 6 ) ); in ifieldOPC()
257 return toUChar( IFIELD( instr, 21, 5 ) ); in ifieldRegDS()
262 return toUChar( IFIELD( instr, 16, 5 ) ); in ifieldRegA()
267 return toUChar( IFIELD( instr, 11, 5 ) ); in ifieldRegB()
272 return toUChar( IFIELD( instr, 6, 5 ) ); in ifieldRegC()
277 return toUChar( IFIELD( instr, 10, 1 ) ); in ifieldBIT10()
282 return toUChar( IFIELD( instr, 1, 1 ) ); in ifieldBIT1()
287 return toUChar( instr & 0x1 ); in ifieldBIT0()
405 return toUChar((((Int)x) << 27) >> 27); in extend_s_5to8()
1319 mkU8(toUChar(3-off)) ), in getCRbit()
1349 binop(Iop_Shl32, safe, mkU8(toUChar(off))) in putCRbit()
2196 mkU8(toUChar( shft ))); in getGST_field()
2342 binop(Iop_Shl32, src, mkU8(toUChar(shft))), in putGST_field()
2898 UChar crfD = toUChar( IFIELD( theInstr, 23, 3 ) ); in dis_int_cmp()
2899 UChar b22 = toUChar( IFIELD( theInstr, 22, 1 ) ); in dis_int_cmp()
2900 UChar flag_L = toUChar( IFIELD( theInstr, 21, 1 ) ); in dis_int_cmp()
3427 UChar MaskBeg = toUChar( IFIELD( theInstr, 6, 5 ) ); in dis_int_rot()
3428 UChar MaskEnd = toUChar( IFIELD( theInstr, 1, 5 ) ); in dis_int_rot()
3429 UChar msk_imm = toUChar( IFIELD( theInstr, 5, 6 ) ); in dis_int_rot()
3430 UChar opc2 = toUChar( IFIELD( theInstr, 2, 3 ) ); in dis_int_rot()
4209 mkU8(toUChar(shift)) in generate_lsw_sequence()
4250 mkU8(toUChar(shift)))) in generate_stsw_sequence()
4641 UChar crfD_addr = toUChar( IFIELD(theInstr, 23, 3) ); in dis_cond_logic()
4643 UChar crfS_addr = toUChar( IFIELD(theInstr, 18, 3) ); in dis_cond_logic()
5518 UChar crfD = toUChar( IFIELD( theInstr, 23, 3 ) ); in dis_proc_ctl()
5519 UChar b21to22 = toUChar( IFIELD( theInstr, 21, 2 ) ); in dis_proc_ctl()
5527 UChar b20 = toUChar( IFIELD( theInstr, 20, 1 ) ); in dis_proc_ctl()
5529 UChar b11 = toUChar( IFIELD( theInstr, 11, 1 ) ); in dis_proc_ctl()
6603 UChar crfD = toUChar( IFIELD( theInstr, 23, 3 ) ); in dis_fp_cmp()
6604 UChar b21to22 = toUChar( IFIELD( theInstr, 21, 2 ) ); in dis_fp_cmp()
7063 UChar crfD = toUChar( IFIELD( theInstr, 23, 3 ) ); in dis_fp_scr()
7064 UChar b21to22 = toUChar( IFIELD( theInstr, 21, 2 ) ); in dis_fp_scr()
7065 UChar crfS = toUChar( IFIELD( theInstr, 18, 3 ) ); in dis_fp_scr()
7066 UChar b11to17 = toUChar( IFIELD( theInstr, 11, 7 ) ); in dis_fp_scr()
7099 UChar crfD = toUChar( IFIELD( theInstr, 23, 3 ) ); in dis_fp_scr()
7100 UChar b16to22 = toUChar( IFIELD( theInstr, 16, 7 ) ); in dis_fp_scr()
7101 UChar IMM = toUChar( IFIELD( theInstr, 12, 4 ) ); in dis_fp_scr()
7102 UChar b11 = toUChar( IFIELD( theInstr, 11, 1 ) ); in dis_fp_scr()
7130 UChar b25 = toUChar( IFIELD(theInstr, 25, 1) ); in dis_fp_scr()
7131 UChar FM = toUChar( IFIELD(theInstr, 17, 8) ); in dis_fp_scr()
7184 UChar flag_T = toUChar( IFIELD( theInstr, 25, 1 ) ); in dis_av_datastream()
7186 UChar b23to24 = toUChar( IFIELD( theInstr, 23, 2 ) ); in dis_av_datastream()
7187 UChar STRM = toUChar( IFIELD( theInstr, 21, 2 ) ); in dis_av_datastream()
8104 UChar opc2 = toUChar( IFIELD( theInstr, 0, 6 ) ); in dis_av_multarith()
8507 UChar SHB_uimm4 = toUChar( IFIELD( theInstr, 6, 4 ) ); in dis_av_permute()
8508 UInt opc2 = toUChar( IFIELD( theInstr, 0, 6 ) ); in dis_av_permute()