Lines Matching refs:distance
554 void AssemblerX64::Jmp(Label *target, Distance distance)
564 if (distance == Distance::Near) {
608 void AssemblerX64::Ja(Label *target, Distance distance)
617 if (distance == Distance::Near) {
640 void AssemblerX64::Jb(Label *target, Distance distance)
649 if (distance == Distance::Near) {
671 void AssemblerX64::Jz(Label *target, Distance distance)
680 if (distance == Distance::Near) {
703 void AssemblerX64::Je(Label *target, Distance distance)
712 if (distance == Distance::Near) {
915 void AssemblerX64::Jne(Label *target, Distance distance)
924 if (distance == Distance::Near) {
955 void AssemblerX64::Jbe(Label *target, Distance distance)
964 if (distance == Distance::Near) {
1119 void AssemblerX64::Jnz(Label *target, Distance distance)
1128 if (distance == Distance::Near) {
1151 void AssemblerX64::Jle(Label *target, Distance distance)
1160 if (distance == Distance::Near) {
1183 void AssemblerX64::Jae(Label *target, Distance distance)
1192 if (distance == Distance::Near) {
1215 void AssemblerX64::Jg(Label *target, Distance distance)
1224 if (distance == Distance::Near) {
1247 void AssemblerX64::Jge(Label *target, Distance distance)
1256 if (distance == Distance::Near) {
1382 void AssemblerX64::Jnb(Label *target, Distance distance)
1391 if (distance == Distance::Near) {