HomeSort by relevance Sort by last modified time
    Searched refs:isFwds (Results 1 - 4 of 4) sorted by null

  /external/valgrind/VEX/priv/
host_amd64_defs.h 550 Bool isFwds;
738 extern AMD64Instr* AMD64Instr_Bsfr64 ( Bool isFwds, HReg src, HReg dst );
host_x86_defs.h 510 Bool isFwds;
683 extern X86Instr* X86Instr_Bsfr32 ( Bool isFwds, HReg src, HReg dst );
host_amd64_defs.c 786 AMD64Instr* AMD64Instr_Bsfr64 ( Bool isFwds, HReg src, HReg dst ) {
789 i->Ain.Bsfr64.isFwds = isFwds;
    [all...]
host_x86_defs.c 717 X86Instr* X86Instr_Bsfr32 ( Bool isFwds, HReg src, HReg dst ) {
720 i->Xin.Bsfr32.isFwds = isFwds;
    [all...]

Completed in 73 milliseconds