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

  /external/valgrind/main/VEX/priv/
host_amd64_defs.h 534 Bool isFwds;
718 extern AMD64Instr* AMD64Instr_Bsfr64 ( Bool isFwds, HReg src, HReg dst );
host_x86_defs.h 507 Bool isFwds;
680 extern X86Instr* X86Instr_Bsfr32 ( Bool isFwds, HReg src, HReg dst );
host_amd64_defs.c 783 AMD64Instr* AMD64Instr_Bsfr64 ( Bool isFwds, HReg src, HReg dst ) {
786 i->Ain.Bsfr64.isFwds = isFwds;
    [all...]
host_x86_defs.c 718 X86Instr* X86Instr_Bsfr32 ( Bool isFwds, HReg src, HReg dst ) {
721 i->Xin.Bsfr32.isFwds = isFwds;
    [all...]

Completed in 733 milliseconds