Searched refs:HRmModify (Results 1 – 7 of 7) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_generic_regs.c | 149 case HRmModify: str = "Modify "; break; in ppHRegUsage() 196 tab->vMode[i] = HRmModify; in addHRegUse() 207 case HRmModify: tab->rRead |= mask; tab->rWritten |= mask; break; in addHRegUse()
|
D | host_x86_defs.c | 1238 addHRegUse(u, HRmModify, i->Xin.Alu32R.dst); in getRegUsage_X86Instr() 1245 addHRegUse(u, HRmModify, i->Xin.Sh32.dst); in getRegUsage_X86Instr() 1253 addHRegUse(u, HRmModify, i->Xin.Unary32.dst); in getRegUsage_X86Instr() 1261 addHRegUse(u, HRmModify, hregX86_EAX()); in getRegUsage_X86Instr() 1266 addHRegUse(u, HRmModify, hregX86_EAX()); in getRegUsage_X86Instr() 1267 addHRegUse(u, HRmModify, hregX86_EDX()); in getRegUsage_X86Instr() 1271 addHRegUse(u, HRmModify, i->Xin.Sh3232.dst); in getRegUsage_X86Instr() 1277 addHRegUse(u, HRmModify, hregX86_ESP()); in getRegUsage_X86Instr() 1338 addHRegUse(u, HRmModify, i->Xin.CMov32.dst); in getRegUsage_X86Instr() 1360 addHRegUse(u, HRmModify, hregX86_EAX()); in getRegUsage_X86Instr() [all …]
|
D | host_amd64_defs.c | 1413 addHRegUse(u, HRmModify, i->Ain.Alu64R.dst); in getRegUsage_AMD64Instr() 1420 addHRegUse(u, HRmModify, i->Ain.Sh64.dst); in getRegUsage_AMD64Instr() 1428 addHRegUse(u, HRmModify, i->Ain.Unary64.dst); in getRegUsage_AMD64Instr() 1441 addHRegUse(u, HRmModify, i->Ain.Alu32R.dst); in getRegUsage_AMD64Instr() 1445 addHRegUse(u, HRmModify, hregAMD64_RAX()); in getRegUsage_AMD64Instr() 1450 addHRegUse(u, HRmModify, hregAMD64_RAX()); in getRegUsage_AMD64Instr() 1451 addHRegUse(u, HRmModify, hregAMD64_RDX()); in getRegUsage_AMD64Instr() 1455 addHRegUse(u, HRmModify, hregAMD64_RSP()); in getRegUsage_AMD64Instr() 1528 addHRegUse(u, HRmModify, i->Ain.CMov64.dst); in getRegUsage_AMD64Instr() 1532 addHRegUse(u, HRmModify, i->Ain.CLoad.dst); in getRegUsage_AMD64Instr() [all …]
|
D | host_generic_regs.h | 258 enum { HRmRead, HRmWrite, HRmModify } enumerator
|
D | host_generic_reg_alloc2.c | 641 case HRmModify: in doRegisterAllocation() 1415 vassert(reg_usage_arr[ii].vMode[j] == HRmModify); in doRegisterAllocation() 1526 vassert(reg_usage_arr[ii].vMode[j] == HRmModify); in doRegisterAllocation()
|
D | host_mips_defs.c | 1622 addHRegUse(u, HRmModify, hregMIPS_HI(mode64)); in getRegUsage_MIPSInstr() 1623 addHRegUse(u, HRmModify, hregMIPS_LO(mode64)); in getRegUsage_MIPSInstr() 1713 addHRegUse(u, HRmModify, i->Min.Cas.data); in getRegUsage_MIPSInstr() 1766 addHRegUse(u, HRmModify, i->Min.MoveCond.dst); in getRegUsage_MIPSInstr()
|
D | host_ppc_defs.c | 2394 addHRegUse(u, HRmModify, i->Pin.FpCMov.dst); in getRegUsage_PPCInstr() 2494 addHRegUse(u, HRmModify, i->Pin.AvCMov.dst); in getRegUsage_PPCInstr()
|