Home
last modified time | relevance | path

Searched refs:Set64 (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/main/VEX/priv/
Dhost_amd64_defs.c779 i->Ain.Set64.cond = cond; in AMD64Instr_Set64()
780 i->Ain.Set64.dst = dst; in AMD64Instr_Set64()
1155 vex_printf("setq%s ", showAMD64CondCode(i->Ain.Set64.cond)); in ppAMD64Instr()
1156 ppHRegAMD64(i->Ain.Set64.dst); in ppAMD64Instr()
1479 addHRegUse(u, HRmWrite, i->Ain.Set64.dst); in getRegUsage_AMD64Instr()
1711 mapReg(m, &i->Ain.Set64.dst); in mapRegs_AMD64Instr()
2975 reg = iregBits3210(i->Ain.Set64.dst); in emit_AMD64Instr()
2988 *p++ = toUChar(0x90 + (0x0F & i->Ain.Set64.cond)); in emit_AMD64Instr()
Dhost_amd64_defs.h531 } Set64; member