Function rustc_codegen_llvm::asm::xmm_reg_index
source · fn xmm_reg_index(reg: InlineAsmReg) -> Option<u32>
Expand description
If the register is an xmm/ymm/zmm register then return its index.
fn xmm_reg_index(reg: InlineAsmReg) -> Option<u32>
If the register is an xmm/ymm/zmm register then return its index.