• Home
  • Raw
  • Download

Lines Matching refs:dN

13461       UInt    dN  = INSN(19,16) | (INSN(7,7) << 4);     /* argL */  in decode_CP10_CP11_instruction()  local
13472 triop(Iop_MulF64, rm, getDReg(dN), in decode_CP10_CP11_instruction()
13475 DIP("fmacd%s d%u, d%u, d%u\n", nCC(conq), dD, dN, dM); in decode_CP10_CP11_instruction()
13481 triop(Iop_MulF64, rm, getDReg(dN), in decode_CP10_CP11_instruction()
13484 DIP("fnmacd%s d%u, d%u, d%u\n", nCC(conq), dD, dN, dM); in decode_CP10_CP11_instruction()
13489 triop(Iop_MulF64, rm, getDReg(dN), in decode_CP10_CP11_instruction()
13492 DIP("fmscd%s d%u, d%u, d%u\n", nCC(conq), dD, dN, dM); in decode_CP10_CP11_instruction()
13498 triop(Iop_MulF64, rm, getDReg(dN), in decode_CP10_CP11_instruction()
13501 DIP("fnmscd%s d%u, d%u, d%u\n", nCC(conq), dD, dN, dM); in decode_CP10_CP11_instruction()
13504 putDReg(dD, triop(Iop_MulF64, rm, getDReg(dN), getDReg(dM)), in decode_CP10_CP11_instruction()
13506 DIP("fmuld%s d%u, d%u, d%u\n", nCC(conq), dD, dN, dM); in decode_CP10_CP11_instruction()
13510 triop(Iop_MulF64, rm, getDReg(dN), in decode_CP10_CP11_instruction()
13513 DIP("fnmuld%s d%u, d%u, d%u\n", nCC(conq), dD, dN, dM); in decode_CP10_CP11_instruction()
13516 putDReg(dD, triop(Iop_AddF64, rm, getDReg(dN), getDReg(dM)), in decode_CP10_CP11_instruction()
13518 DIP("faddd%s d%u, d%u, d%u\n", nCC(conq), dD, dN, dM); in decode_CP10_CP11_instruction()
13521 putDReg(dD, triop(Iop_SubF64, rm, getDReg(dN), getDReg(dM)), in decode_CP10_CP11_instruction()
13523 DIP("fsubd%s d%u, d%u, d%u\n", nCC(conq), dD, dN, dM); in decode_CP10_CP11_instruction()
13526 putDReg(dD, triop(Iop_DivF64, rm, getDReg(dN), getDReg(dM)), in decode_CP10_CP11_instruction()
13528 DIP("fdivd%s d%u, d%u, d%u\n", nCC(conq), dD, dN, dM); in decode_CP10_CP11_instruction()
13535 triop(Iop_MulF64, rm, getDReg(dN), in decode_CP10_CP11_instruction()
13538 DIP("vfmad%s d%u, d%u, d%u\n", nCC(conq), dD, dN, dM); in decode_CP10_CP11_instruction()
13546 unop(Iop_NegF64, getDReg(dN)), in decode_CP10_CP11_instruction()
13549 DIP("vfmsd%s d%u, d%u, d%u\n", nCC(conq), dD, dN, dM); in decode_CP10_CP11_instruction()