Functions§
- a64_
reg_ πindex - If the register is an AArch64 integer register then return its index.
- a64_
vreg_ πindex - If the register is an AArch64 vector register then return its index.
- any_
target_ πfeature_ enabled - dummy_
output_ πtype - Type to use for outputs that are discarded. It doesnβt really matter what the type is, as long as it is valid for the constraint code.
- inline_
asm_ πcall - llvm_
asm_ πscalar_ type - Helper function to get the LLVM type for a Scalar. Pointers are returned as the equivalent integer type.
- llvm_
fixup_ πinput - Fix up an input value to work around LLVM bugs.
- llvm_
fixup_ πoutput - Fix up an output value to work around LLVM bugs.
- llvm_
fixup_ πoutput_ type - Output type to use for llvm_fixup_output.
- modifier_
to_ πllvm - Converts a modifier into LLVMβs equivalent modifier.
- reg_
to_ πllvm - Converts a register class to an LLVM constraint code.
- xmm_
reg_ πindex - If the register is an xmm/ymm/zmm register then return its index.