Module rustc_codegen_llvm::asm

source Β·

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.
  • 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 πŸ”’
  • 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.
  • Fix up an output value to work around LLVM bugs.
  • 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.