Home
last modified time | relevance | path

Searched refs:Set32 (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/Windows/
DFileLink.cpp75 #define Set32(p, v) SetUi32(p, v) macro
147 Set32(p, tag); in FillLinkData()
168 Set32(p, flags); in FillLinkData()
/external/valgrind/VEX/priv/
Dhost_x86_defs.c713 i->Xin.Set32.cond = cond; in X86Instr_Set32()
714 i->Xin.Set32.dst = dst; in X86Instr_Set32()
1045 vex_printf("setl%s ", showX86CondCode(i->Xin.Set32.cond)); in ppX86Instr()
1046 ppHRegX86(i->Xin.Set32.dst); in ppX86Instr()
1349 addHRegUse(u, HRmWrite, i->Xin.Set32.dst); in getRegUsage_X86Instr()
1562 mapReg(m, &i->Xin.Set32.dst); in mapRegs_X86Instr()
2685 if (iregEnc(i->Xin.Set32.dst) >= 4) { in emit_X86Instr()
2687 *p++ = toUChar(0x90 + iregEnc(i->Xin.Set32.dst)); in emit_X86Instr()
2693 *p++ = toUChar(0x90 + (0xF & i->Xin.Set32.cond)); in emit_X86Instr()
2696 *p++ = toUChar(0x90 + iregEnc(i->Xin.Set32.dst)); in emit_X86Instr()
[all …]
Dhost_x86_defs.h507 } Set32; member