Home
last modified time | relevance | path

Searched refs:FpUnary (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/VEX/priv/
Dhost_mips_defs.c1069 i->Min.FpUnary.op = op; in MIPSInstr_FpUnary()
1070 i->Min.FpUnary.dst = dst; in MIPSInstr_FpUnary()
1071 i->Min.FpUnary.src = src; in MIPSInstr_FpUnary()
1437 vex_printf("%s ", showMIPSFpOp(i->Min.FpUnary.op)); in ppMIPSInstr()
1438 ppHRegMIPS(i->Min.FpUnary.dst, mode64); in ppMIPSInstr()
1440 ppHRegMIPS(i->Min.FpUnary.src, mode64); in ppMIPSInstr()
1738 addHRegUse(u, HRmWrite, i->Min.FpUnary.dst); in getRegUsage_MIPSInstr()
1739 addHRegUse(u, HRmRead, i->Min.FpUnary.src); in getRegUsage_MIPSInstr()
1892 mapReg(m, &i->Min.FpUnary.dst); in mapRegs_MIPSInstr()
1893 mapReg(m, &i->Min.FpUnary.src); in mapRegs_MIPSInstr()
[all …]
Dhost_x86_defs.c754 i->Xin.FpUnary.op = op; in X86Instr_FpUnary()
755 i->Xin.FpUnary.src = src; in X86Instr_FpUnary()
756 i->Xin.FpUnary.dst = dst; in X86Instr_FpUnary()
1070 vex_printf("g%sD ", showX86FpOp(i->Xin.FpUnary.op)); in ppX86Instr()
1071 ppHRegX86(i->Xin.FpUnary.src); in ppX86Instr()
1073 ppHRegX86(i->Xin.FpUnary.dst); in ppX86Instr()
1370 addHRegUse(u, HRmRead, i->Xin.FpUnary.src); in getRegUsage_X86Instr()
1371 addHRegUse(u, HRmWrite, i->Xin.FpUnary.dst); in getRegUsage_X86Instr()
1577 mapReg(m, &i->Xin.FpUnary.src); in mapRegs_X86Instr()
1578 mapReg(m, &i->Xin.FpUnary.dst); in mapRegs_X86Instr()
[all …]
Dhost_ppc_defs.c913 i->Pin.FpUnary.op = op; in PPCInstr_FpUnary()
914 i->Pin.FpUnary.dst = dst; in PPCInstr_FpUnary()
915 i->Pin.FpUnary.src = src; in PPCInstr_FpUnary()
1707 vex_printf("%s ", showPPCFpOp(i->Pin.FpUnary.op)); in ppPPCInstr()
1708 ppHRegPPC(i->Pin.FpUnary.dst); in ppPPCInstr()
1710 ppHRegPPC(i->Pin.FpUnary.src); in ppPPCInstr()
2362 addHRegUse(u, HRmWrite, i->Pin.FpUnary.dst); in getRegUsage_PPCInstr()
2363 addHRegUse(u, HRmRead, i->Pin.FpUnary.src); in getRegUsage_PPCInstr()
2714 mapReg(m, &i->Pin.FpUnary.dst); in mapRegs_PPCInstr()
2715 mapReg(m, &i->Pin.FpUnary.src); in mapRegs_PPCInstr()
[all …]
Dhost_x86_defs.h541 } FpUnary; member
Dhost_mips_defs.h537 } FpUnary; member
Dhost_ppc_defs.h694 } FpUnary; member