Lines Matching defs:distance
554 void AssemblerX64::Jmp(Label *target, Distance distance) in Jmp()
608 void AssemblerX64::Ja(Label *target, Distance distance) in Ja()
640 void AssemblerX64::Jb(Label *target, Distance distance) in Jb()
671 void AssemblerX64::Jz(Label *target, Distance distance) in Jz()
703 void AssemblerX64::Je(Label *target, Distance distance) in Je()
907 void AssemblerX64::Jne(Label *target, Distance distance) in Jne()
947 void AssemblerX64::Jbe(Label *target, Distance distance) in Jbe()
1101 void AssemblerX64::Jnz(Label *target, Distance distance) in Jnz()
1133 void AssemblerX64::Jle(Label *target, Distance distance) in Jle()
1165 void AssemblerX64::Jae(Label *target, Distance distance) in Jae()
1197 void AssemblerX64::Jg(Label *target, Distance distance) in Jg()
1229 void AssemblerX64::Jge(Label *target, Distance distance) in Jge()
1344 void AssemblerX64::Jnb(Label *target, Distance distance) in Jnb()