Searched refs:extend_s_16to64 (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_mips_toIR.c | 470 mkU64(extend_s_16to64(imm)))); \ 984 static ULong extend_s_16to64 ( UInt x ) in extend_s_16to64() function 1542 Long sImmsa = extend_s_16to64(uImmsa); in dis_instr_shrt() 2075 Long sOffset = extend_s_16to64(offset); in dis_instr_branch() 13475 mkU64(extend_s_16to64(imm)))); in disInstr_MIPS_WRK() 13790 assign(t1, binop(Iop_Add64, getIReg(rs), mkU64(extend_s_16to64(imm)))); in disInstr_MIPS_WRK() 13796 mkU64(extend_s_16to64(imm))))); in disInstr_MIPS_WRK() 13865 assign(t1, binop(Iop_Add64, getIReg(rs), mkU64(extend_s_16to64(imm)))); in disInstr_MIPS_WRK() 13871 mkU64(extend_s_16to64(imm))))); in disInstr_MIPS_WRK() 13966 assign(t1, binop(Iop_Add64, getIReg(rs), mkU64(extend_s_16to64(imm)))); in disInstr_MIPS_WRK() [all …]
|
D | guest_tilegx_toIR.c | 168 static ULong extend_s_16to64 ( UInt x ) in extend_s_16to64() function 497 assign(t2, mkU64(extend_s_16to64(imm))); in disInstr_TILEGX_WRK() 548 mkU64(extend_s_16to64(imm)))); in disInstr_TILEGX_WRK()
|
D | guest_ppc_toIR.c | 549 static ULong extend_s_16to64 ( UInt x ) in extend_s_16to64() function 1056 mkU64(extend_s_16to64(imm16)) : in mkSzExtendS16() 3484 Long simm16 = extend_s_16to64(uimm16); in dis_int_arith() 5915 tgt = mkSzAddr(ty, extend_s_16to64(BD_u16)); in dis_branch() 5918 (Long)extend_s_16to64(BD_u16)); in dis_branch() 6226 ULong simm16 = extend_s_16to64(uimm16); in dis_trapi()
|
D | guest_amd64_toIR.c | 487 static ULong extend_s_16to64 ( UShort x ) in extend_s_16to64() function 562 return extend_s_16to64( (UShort)v ); in getSDisp16()
|