pub type TargetBranchCondition = X86BranchCondition;

Aliased Type§

enum TargetBranchCondition {
Show 19 variants Jo = 269, Jno = 266, Jb = 257, Jae = 254, Je = 260, Jne = 265, Jbe = 256, Ja = 255, Js = 272, Jns = 268, Jp = 270, Jnp = 267, Jl = 264, Jge = 261, Jle = 263, Jg = 262, Jcxz = 258, Jecxz = 259, Jrcxz = 271,
}

Variants§

§

Jo = 269

§

Jno = 266

§

Jb = 257

§

Jae = 254

§

Je = 260

§

Jne = 265

§

Jbe = 256

§

Ja = 255

§

Js = 272

§

Jns = 268

§

Jp = 270

§

Jnp = 267

§

Jl = 264

§

Jge = 261

§

Jle = 263

§

Jg = 262

§

Jcxz = 258

§

Jecxz = 259

§

Jrcxz = 271