Searched refs:FpUnary (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | host_x86_defs.c | 730 i->Xin.FpUnary.op = op; in X86Instr_FpUnary() 731 i->Xin.FpUnary.src = src; in X86Instr_FpUnary() 732 i->Xin.FpUnary.dst = dst; in X86Instr_FpUnary() 1021 vex_printf("g%sD ", showX86FpOp(i->Xin.FpUnary.op)); in ppX86Instr() 1022 ppHRegX86(i->Xin.FpUnary.src); in ppX86Instr() 1024 ppHRegX86(i->Xin.FpUnary.dst); in ppX86Instr() 1306 addHRegUse(u, HRmRead, i->Xin.FpUnary.src); in getRegUsage_X86Instr() 1307 addHRegUse(u, HRmWrite, i->Xin.FpUnary.dst); in getRegUsage_X86Instr() 1496 mapReg(m, &i->Xin.FpUnary.src); in mapRegs_X86Instr() 1497 mapReg(m, &i->Xin.FpUnary.dst); in mapRegs_X86Instr() [all …]
|
D | host_ppc_defs.c | 920 i->Pin.FpUnary.op = op; in PPCInstr_FpUnary() 921 i->Pin.FpUnary.dst = dst; in PPCInstr_FpUnary() 922 i->Pin.FpUnary.src = src; in PPCInstr_FpUnary() 1438 vex_printf("%s ", showPPCFpOp(i->Pin.FpUnary.op)); in ppPPCInstr() 1439 ppHRegPPC(i->Pin.FpUnary.dst); in ppPPCInstr() 1441 ppHRegPPC(i->Pin.FpUnary.src); in ppPPCInstr() 1854 addHRegUse(u, HRmWrite, i->Pin.FpUnary.dst); in getRegUsage_PPCInstr() 1855 addHRegUse(u, HRmRead, i->Pin.FpUnary.src); in getRegUsage_PPCInstr() 2067 mapReg(m, &i->Pin.FpUnary.dst); in mapRegs_PPCInstr() 2068 mapReg(m, &i->Pin.FpUnary.src); in mapRegs_PPCInstr() [all …]
|
D | host_x86_defs.h | 513 } FpUnary; member
|
D | host_ppc_defs.h | 638 } FpUnary; member
|