Home | History | Annotate | Download | only in tests

Lines Matching defs:x86_64

999     return "X86_64";
1023 RegsX86_64* x86_64 = new RegsX86_64;
1024 x86_64->set_pc(0x2300);
1025 x86_64->set_sp(0x10000);
1026 reg_list.push_back(x86_64);