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 530 Bool isFwds;
714 extern AMD64Instr* AMD64Instr_Bsfr64 ( Bool isFwds, HReg src, HReg dst );
host_x86_defs.h 503 Bool isFwds;
676 extern X86Instr* X86Instr_Bsfr32 ( Bool isFwds, HReg src, HReg dst );
host_amd64_defs.c 780 AMD64Instr* AMD64Instr_Bsfr64 ( Bool isFwds, HReg src, HReg dst ) {
783 i->Ain.Bsfr64.isFwds = isFwds;
    [all...]
host_x86_defs.c 715 X86Instr* X86Instr_Bsfr32 ( Bool isFwds, HReg src, HReg dst ) {
718 i->Xin.Bsfr32.isFwds = isFwds;
    [all...]

Completed in 33 milliseconds