Lines Matching refs:distance
115 void Jmp(Label *target, Distance distance = Distance::Far);
130 void Ja(Label *target, Distance distance = Distance::Far);
131 void Jb(Label *target, Distance distance = Distance::Far);
132 void Jz(Label *target, Distance distance = Distance::Far);
133 void Je(Label *target, Distance distance = Distance::Far);
134 void Jg(Label *target, Distance distance = Distance::Far);
135 void Jge(Label *target, Distance distance = Distance::Far);
136 void Jne(Label *target, Distance distance = Distance::Far);
137 void Jbe(Label *target, Distance distance = Distance::Far);
138 void Jnz(Label *target, Distance distance = Distance::Far);
139 void Jle(Label *target, Distance distance = Distance::Far);
140 void Jae(Label *target, Distance distance = Distance::Far);
141 void Jnb(Label *target, Distance distance = Distance::Far);