Home
last modified time | relevance | path

Searched +refs:between +refs:default +refs:baseR (Results 1 – 1 of 1) sorted by relevance

/dports/lang/polyml/polyml-5.8.2/mlsource/MLCompiler/CodeTree/X86Code/
H A DX86CodetreeToICode.ML59 between the reverse and forward list versions. e.g. codeToICode and codeToICodeRev *)
201 … JO instructions to the end of the code. Since the default branch prediction is not to take
834 RegisterArgument baseR =>
835 moveIfNotAllowedRev(destination, codeBase, wordOffsetAddress(offset, baseR))
846 RegisterArgument baseR =>
847 … moveIfNotAllowedRev(destination, codeBase, wordOffsetAddress(offset*multiplier, baseR))
1328 (* Generate the code for each of the cases and the default. We need to put an
1349 … (* We need to add labels for all the gaps we filled and also for a "default" label for
1358 … codeToICodeRev(default, context, isTail, SpecificPReg defaultTarget, defLabels)
1360 (* Put in the default. Because this is the last we don't need to
[all …]