View source code
Display the source code in dmd/backend/arm/cod3.d from which thispage was generated on github.
Report a bug
If you spot a problem with this page, click here to create aBugzilla issue.
Improve this page
Quickly fork, edit online, and submit a pull request for this page.Requires a signed-in GitHub account. This works well for small changes.If you'd like to make larger changes you may want to consider usinglocal clone.

Function dmd.backend.arm.cod3.genCompBranch

Generate a compare and branch (immediate) instruction.

void genCompBranch(
  ref dmd.backend.codebuilder.CodeBuilder cdb,
  uint sf,
  ubyte R,
  bool op,
  FL fltarg,
  dmd.backend.cc.block* targ
) nothrow @trusted;

https

//www.scs.stanford.edu/~zyedidia/arm64/encodingindex.html#compbranch

Parameters

NameDescription
cdb code sink
sf 1 for 64 bit, 0 for 32
R register
op true for testing for not zero
fltarg FL.block or FL.code
targ block or code target

Authors

Walter Bright

License

Boost License 1.0