Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_arm_defs.c3131 UInt rDst = iregEnc(i->ARMin.Unary.dst); in emit_ARMInstr() local
3136 rDst,X1111,X0001,rSrc); in emit_ARMInstr()
3140 instr = XXXXX___(X1110,0x2,0x6,rSrc,rDst); in emit_ARMInstr()
3147 (subopc << 1) & 0xF, 0, rDst); in emit_ARMInstr()
3918 UInt rDst = (isF64 ? dregEnc : fregEnc)(i->ARMin.VRIntR.dst); in emit_ARMInstr() local
3924 D = (rDst >> 4) & 1; in emit_ARMInstr()
3925 Vd = rDst & 0xF; in emit_ARMInstr()
3929 Vd = (rDst >> 1) & 0xF; in emit_ARMInstr()
3930 D = rDst & 1; in emit_ARMInstr()
3942 UInt rDst = (isF64 ? dregEnc : fregEnc)(i->ARMin.VMinMaxNum.dst); in emit_ARMInstr() local
[all …]
Dhost_amd64_isel.c4314 HReg rDst in iselStmt() local
4320 addInstr(env, mk_vMOVsd_RR(rAlt, rDst)); in iselStmt()
4322 addInstr(env, mk_iMOVsd_RR(rAlt, rDst)); in iselStmt()
4326 addInstr(env, AMD64Instr_SseCLoad(cc, amAddr, rDst)); in iselStmt()
4328 addInstr(env, AMD64Instr_CLoad(cc, szB, amAddr, rDst)); in iselStmt()
Dhost_arm64_defs.c3460 UInt rDst = iregEnc(i->ARM64in.Unary.dst); in emit_ARM64Instr() local
3467 X11010110, X00000, X000100, rSrc, rDst); in emit_ARM64Instr()
3473 X01011000, rSrc, X000000, X11111, rDst); in emit_ARM64Instr()
3478 X01010001, rSrc, X000000, X11111, rDst); in emit_ARM64Instr()
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUInstrInfo.td1123 "xsbh\t$rDst, $rSrc",
1127 XSBHInst<(outs rclass:$rDst), (ins rclass:$rSrc),
1131 def v16i8: XSBHInst<(outs VECREG:$rDst), (ins VECREG:$rSrc),
1133 /*(set (v8i16 VECREG:$rDst), (sext (v8i16 VECREG:$rSrc)))*/]>;
1134 def r8: XSBHInst<(outs R16C:$rDst), (ins R8C:$rSrc),
1135 [(set R16C:$rDst, (sext R8C:$rSrc))]>;
1137 [(set R16C:$rDst, (sext_inreg R16C:$rSrc, i8))]>;
1186 RRForm_1<0b01100101010, OOL, IOL, "xswd\t$rDst, $rSrc",
1190 XSWDInst<(outs VECREG:$rDst), (ins VECREG:$rSrc),
1191 [/*(set (out_vectype VECREG:$rDst),
[all …]