• Home
  • Raw
  • Download

Lines Matching defs:offset

303 void AssemblerX64::EmitJmp(int32_t offset)  in EmitJmp()
317 void AssemblerX64::EmitJa(int32_t offset) in EmitJa()
333 void AssemblerX64::EmitJb(int32_t offset) in EmitJb()
349 void AssemblerX64::EmitJz(int32_t offset) in EmitJz()
365 void AssemblerX64::EmitJne(int32_t offset) in EmitJne()
381 void AssemblerX64::EmitJbe(int32_t offset) in EmitJbe()
397 void AssemblerX64::EmitJnz(int32_t offset) in EmitJnz()
413 void AssemblerX64::EmitJle(int32_t offset) in EmitJle()
429 void AssemblerX64::EmitJae(int32_t offset) in EmitJae()
445 void AssemblerX64::EmitJg(int32_t offset) in EmitJg()
461 void AssemblerX64::EmitJge(int32_t offset) in EmitJge()
477 void AssemblerX64::EmitJe(int32_t offset) in EmitJe()
493 void AssemblerX64::EmitCall(int32_t offset) in EmitCall()
501 void AssemblerX64::EmitJnb(int32_t offset) in EmitJnb()
530 int32_t offset = static_cast<int32_t>(target->GetPos() - GetCurrentPosition()); in Callq() local
556 int32_t offset = static_cast<int32_t>(target->GetPos() - GetCurrentPosition()); in Jmp() local
594 void AssemblerX64::Jmp(Immediate offset) in Jmp()
610 int32_t offset = static_cast<int32_t>(target->GetPos() - GetCurrentPosition()); in Ja() local
642 int32_t offset = static_cast<int32_t>(target->GetPos() - GetCurrentPosition()); in Jb() local
673 int32_t offset = static_cast<int32_t>(target->GetPos() - GetCurrentPosition()); in Jz() local
705 int32_t offset = static_cast<int32_t>(target->GetPos() - GetCurrentPosition()); in Je() local
909 int32_t offset = static_cast<int32_t>(target->GetPos() - GetCurrentPosition()); in Jne() local
949 int32_t offset = static_cast<int32_t>(target->GetPos() - GetCurrentPosition()); in Jbe() local
1103 int32_t offset = static_cast<int32_t>(target->GetPos() - GetCurrentPosition()); in Jnz() local
1135 int32_t offset = static_cast<int32_t>(target->GetPos() - GetCurrentPosition()); in Jle() local
1167 int32_t offset = static_cast<int32_t>(target->GetPos() - GetCurrentPosition()); in Jae() local
1199 int32_t offset = static_cast<int32_t>(target->GetPos() - GetCurrentPosition()); in Jg() local
1231 int32_t offset = static_cast<int32_t>(target->GetPos() - GetCurrentPosition()); in Jge() local
1336 int32_t offset = static_cast<int32_t>(target->GetPos() - GetCurrentPosition()); in Jnb() local