Assembler

Struct Assembler 

Source
pub struct Assembler<'a> {
    pub buffer: &'a mut CodeBuffer,
    /* private fields */
}

Fields§

§buffer: &'a mut CodeBuffer

Implementations§

Source§

impl<'a> Assembler<'a>

Source

pub fn last_error(&self) -> Option<&AsmError>

Source

pub fn new(buffer: &'a mut CodeBuffer) -> Self

Trait Implementations§

Source§

impl<'a> A64EmitterExplicit for Assembler<'a>

Source§

fn udf(&mut self, imm16: impl OperandCast)

Source§

fn adcw( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn adcsw( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sbcw( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sbcsw( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn adcx( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn adcsx( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sbcx( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sbcsx( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ngcw(&mut self, rd: impl OperandCast, rm: impl OperandCast)

Source§

fn ngcsw(&mut self, rd: impl OperandCast, rm: impl OperandCast)

Source§

fn ngcx(&mut self, rd: impl OperandCast, rm: impl OperandCast)

Source§

fn ngcsx(&mut self, rd: impl OperandCast, rm: impl OperandCast)

Source§

fn addw_uxtb( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn addw_uxth( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn addw_uxtw( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn addw_uxtx( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn addw_sxtb( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn addw_sxth( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn addw_sxtw( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn addw_sxtx( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn addsw_uxtb( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn addsw_uxth( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn addsw_uxtw( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn addsw_uxtx( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn addsw_sxtb( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn addsw_sxth( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn addsw_sxtw( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn addsw_sxtx( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn subw_uxtb( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn subw_uxth( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn subw_uxtw( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn subw_uxtx( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn subw_sxtb( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn subw_sxth( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn subw_sxtw( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn subw_sxtx( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn subsw_uxtb( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn subsw_uxth( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn subsw_uxtw( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn subsw_uxtx( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn subsw_sxtb( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn subsw_sxth( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn subsw_sxtw( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn subsw_sxtx( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn addx_uxtb( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn addx_uxth( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn addx_uxtw( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn addx_uxtx( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn addx_sxtb( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn addx_sxth( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn addx_sxtw( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn addx_sxtx( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn addsx_uxtb( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn addsx_uxth( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn addsx_uxtw( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn addsx_uxtx( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn addsx_sxtb( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn addsx_sxth( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn addsx_sxtw( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn addsx_sxtx( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn subx_uxtb( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn subx_uxth( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn subx_uxtw( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn subx_uxtx( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn subx_sxtb( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn subx_sxth( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn subx_sxtw( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn subx_sxtx( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn subsx_uxtb( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn subsx_uxth( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn subsx_uxtw( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn subsx_uxtx( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn subsx_sxtb( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn subsx_sxth( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn subsx_sxtw( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn subsx_sxtx( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn cmnw_uxtb( &mut self, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn cmnw_uxth( &mut self, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn cmnw_uxtw( &mut self, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn cmnw_uxtx( &mut self, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn cmnw_sxtb( &mut self, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn cmnw_sxth( &mut self, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn cmnw_sxtw( &mut self, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn cmnw_sxtx( &mut self, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn cmpw_uxtb( &mut self, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn cmpw_uxth( &mut self, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn cmpw_uxtw( &mut self, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn cmpw_uxtx( &mut self, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn cmpw_sxtb( &mut self, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn cmpw_sxth( &mut self, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn cmpw_sxtw( &mut self, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn cmpw_sxtx( &mut self, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn cmnx_uxtb( &mut self, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn cmnx_uxth( &mut self, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn cmnx_uxtw( &mut self, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn cmnx_uxtx( &mut self, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn cmnx_sxtb( &mut self, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn cmnx_sxth( &mut self, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn cmnx_sxtw( &mut self, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn cmnx_sxtx( &mut self, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn cmpx_uxtb( &mut self, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn cmpx_uxth( &mut self, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn cmpx_uxtw( &mut self, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn cmpx_uxtx( &mut self, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn cmpx_sxtb( &mut self, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn cmpx_sxth( &mut self, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn cmpx_sxtw( &mut self, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn cmpx_sxtx( &mut self, rn: impl OperandCast, rm: impl OperandCast, imm3: impl OperandCast, )

Source§

fn addwi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn addswi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn subwi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn subswi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn addxi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn addsxi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn subxi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn subsxi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn cmnwi(&mut self, rn: impl OperandCast, imm: impl OperandCast)

Source§

fn cmpwi(&mut self, rn: impl OperandCast, imm: impl OperandCast)

Source§

fn cmnxi(&mut self, rn: impl OperandCast, imm: impl OperandCast)

Source§

fn cmpxi(&mut self, rn: impl OperandCast, imm: impl OperandCast)

Source§

fn mov_spw(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn mov_spx(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn addw_lsl( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn addw_lsr( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn addw_asr( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn addsw_lsl( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn addsw_lsr( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn addsw_asr( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn subw_lsl( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn subw_lsr( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn subw_asr( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn subsw_lsl( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn subsw_lsr( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn subsw_asr( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn addx_lsl( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn addx_lsr( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn addx_asr( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn addsx_lsl( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn addsx_lsr( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn addsx_asr( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn subx_lsl( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn subx_lsr( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn subx_asr( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn subsx_lsl( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn subsx_lsr( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn subsx_asr( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn addw( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn addsw( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn subw( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn subsw( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn addx( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn addsx( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn subx( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn subsx( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn cmnw_lsl( &mut self, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn cmnw_lsr( &mut self, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn cmnw_asr( &mut self, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn cmpw_lsl( &mut self, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn cmpw_lsr( &mut self, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn cmpw_asr( &mut self, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn cmnx_lsl( &mut self, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn cmnx_lsr( &mut self, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn cmnx_asr( &mut self, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn cmpx_lsl( &mut self, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn cmpx_lsr( &mut self, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn cmpx_asr( &mut self, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn cmnw(&mut self, rn: impl OperandCast, rm: impl OperandCast)

Source§

fn cmpw(&mut self, rn: impl OperandCast, rm: impl OperandCast)

Source§

fn cmnx(&mut self, rn: impl OperandCast, rm: impl OperandCast)

Source§

fn cmpx(&mut self, rn: impl OperandCast, rm: impl OperandCast)

Source§

fn negw_lsl( &mut self, rd: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn negw_lsr( &mut self, rd: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn negw_asr( &mut self, rd: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn negsw_lsl( &mut self, rd: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn negsw_lsr( &mut self, rd: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn negsw_asr( &mut self, rd: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn negx_lsl( &mut self, rd: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn negx_lsr( &mut self, rd: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn negx_asr( &mut self, rd: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn negsx_lsl( &mut self, rd: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn negsx_lsr( &mut self, rd: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn negsx_asr( &mut self, rd: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn negw(&mut self, rd: impl OperandCast, rm: impl OperandCast)

Source§

fn negsw(&mut self, rd: impl OperandCast, rm: impl OperandCast)

Source§

fn negx(&mut self, rd: impl OperandCast, rm: impl OperandCast)

Source§

fn negsx(&mut self, rd: impl OperandCast, rm: impl OperandCast)

Source§

fn adr(&mut self, rd: impl OperandCast, immloimmhi: impl OperandCast)

Source§

fn adrp(&mut self, rd: impl OperandCast, immloimmhi: impl OperandCast)

Source§

fn andwi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn orrwi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn eorwi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn andswi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn andxi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn orrxi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn eorxi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn andsxi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn tstwi(&mut self, rn: impl OperandCast, imm: impl OperandCast)

Source§

fn tstxi(&mut self, rn: impl OperandCast, imm: impl OperandCast)

Source§

fn andw_lsl( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn bicw_lsl( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn andw_lsr( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn bicw_lsr( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn andw_asr( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn bicw_asr( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn andw_ror( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn bicw_ror( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn orrw_lsl( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn ornw_lsl( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn orrw_lsr( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn ornw_lsr( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn orrw_asr( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn ornw_asr( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn orrw_ror( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn ornw_ror( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn eorw_lsl( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn eonw_lsl( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn eorw_lsr( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn eonw_lsr( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn eorw_asr( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn eonw_asr( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn eorw_ror( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn eonw_ror( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn andsw_lsl( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn bicsw_lsl( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn andsw_lsr( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn bicsw_lsr( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn andsw_asr( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn bicsw_asr( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn andsw_ror( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn bicsw_ror( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn andx_lsl( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn bicx_lsl( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn andx_lsr( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn bicx_lsr( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn andx_asr( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn bicx_asr( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn andx_ror( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn bicx_ror( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn orrx_lsl( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn ornx_lsl( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn orrx_lsr( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn ornx_lsr( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn orrx_asr( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn ornx_asr( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn orrx_ror( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn ornx_ror( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn eorx_lsl( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn eonx_lsl( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn eorx_lsr( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn eonx_lsr( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn eorx_asr( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn eonx_asr( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn eorx_ror( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn eonx_ror( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn andsx_lsl( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn bicsx_lsl( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn andsx_lsr( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn bicsx_lsr( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn andsx_asr( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn bicsx_asr( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn andsx_ror( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn bicsx_ror( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn andw( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn bicw( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn orrw( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ornw( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn eorw( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn eonw( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn andsw( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn bicsw( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn andx( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn bicx( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn orrx( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ornx( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn eorx( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn eonx( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn andsx( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn bicsx( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn tstw_lsl( &mut self, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn tstw_lsr( &mut self, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn tstw_asr( &mut self, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn tstw_ror( &mut self, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn tstx_lsl( &mut self, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn tstx_lsr( &mut self, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn tstx_asr( &mut self, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn tstx_ror( &mut self, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn tstw(&mut self, rn: impl OperandCast, rm: impl OperandCast)

Source§

fn tstx(&mut self, rn: impl OperandCast, rm: impl OperandCast)

Source§

fn mvnw_lsl( &mut self, rd: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn mvnw_lsr( &mut self, rd: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn mvnw_asr( &mut self, rd: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn mvnw_ror( &mut self, rd: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn mvnx_lsl( &mut self, rd: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn mvnx_lsr( &mut self, rd: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn mvnx_asr( &mut self, rd: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn mvnx_ror( &mut self, rd: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

fn mvnw(&mut self, rd: impl OperandCast, rm: impl OperandCast)

Source§

fn mvnx(&mut self, rd: impl OperandCast, rm: impl OperandCast)

Source§

fn movw(&mut self, rd: impl OperandCast, rm: impl OperandCast)

Source§

fn movx(&mut self, rd: impl OperandCast, rm: impl OperandCast)

Source§

fn lslvw( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn lsrvw( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn asrvw( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn rorvw( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn lslvx( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn lsrvx( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn asrvx( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn rorvx( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn maddw( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, ra: impl OperandCast, )

Source§

fn msubw( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, ra: impl OperandCast, )

Source§

fn maddx( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, ra: impl OperandCast, )

Source§

fn msubx( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, ra: impl OperandCast, )

Source§

fn mulw( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn mnegw( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn mulx( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn mnegx( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn smaddl( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, ra: impl OperandCast, )

Source§

fn smsubl( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, ra: impl OperandCast, )

Source§

fn umaddl( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, ra: impl OperandCast, )

Source§

fn umsubl( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, ra: impl OperandCast, )

Source§

fn smull( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn smnegl( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn umull( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn umnegl( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn smulh( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn umulh( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn bcond(&mut self, bcond: impl OperandCast, imm19: impl OperandCast)

Source§

fn bccond(&mut self, bcond: impl OperandCast, imm19: impl OperandCast)

Source§

fn b(&mut self, imm26: impl OperandCast)

Source§

fn bl(&mut self, imm26: impl OperandCast)

Source§

fn sbfmw( &mut self, rd: impl OperandCast, rn: impl OperandCast, immr: impl OperandCast, imms: impl OperandCast, )

Source§

fn bfmw( &mut self, rd: impl OperandCast, rn: impl OperandCast, immr: impl OperandCast, imms: impl OperandCast, )

Source§

fn ubfmw( &mut self, rd: impl OperandCast, rn: impl OperandCast, immr: impl OperandCast, imms: impl OperandCast, )

Source§

fn sbfmx( &mut self, rd: impl OperandCast, rn: impl OperandCast, immr: impl OperandCast, imms: impl OperandCast, )

Source§

fn bfmx( &mut self, rd: impl OperandCast, rn: impl OperandCast, immr: impl OperandCast, imms: impl OperandCast, )

Source§

fn ubfmx( &mut self, rd: impl OperandCast, rn: impl OperandCast, immr: impl OperandCast, imms: impl OperandCast, )

Source§

fn asrwi( &mut self, rd: impl OperandCast, rn: impl OperandCast, immr: impl OperandCast, )

Source§

fn lsrwi( &mut self, rd: impl OperandCast, rn: impl OperandCast, immr: impl OperandCast, )

Source§

fn asrxi( &mut self, rd: impl OperandCast, rn: impl OperandCast, immr: impl OperandCast, )

Source§

fn lsrxi( &mut self, rd: impl OperandCast, rn: impl OperandCast, immr: impl OperandCast, )

Source§

fn lslwi( &mut self, rd: impl OperandCast, rn: impl OperandCast, lsl: impl OperandCast, )

Source§

fn lslxi( &mut self, rd: impl OperandCast, rn: impl OperandCast, lsl: impl OperandCast, )

Source§

fn sbfxw( &mut self, rd: impl OperandCast, rn: impl OperandCast, lsb: impl OperandCast, width: impl OperandCast, )

Source§

fn bfxilw( &mut self, rd: impl OperandCast, rn: impl OperandCast, lsb: impl OperandCast, width: impl OperandCast, )

Source§

fn ubfxw( &mut self, rd: impl OperandCast, rn: impl OperandCast, lsb: impl OperandCast, width: impl OperandCast, )

Source§

fn sbfxx( &mut self, rd: impl OperandCast, rn: impl OperandCast, lsb: impl OperandCast, width: impl OperandCast, )

Source§

fn bfxilx( &mut self, rd: impl OperandCast, rn: impl OperandCast, lsb: impl OperandCast, width: impl OperandCast, )

Source§

fn ubfxx( &mut self, rd: impl OperandCast, rn: impl OperandCast, lsb: impl OperandCast, width: impl OperandCast, )

Source§

fn sbfizw( &mut self, rd: impl OperandCast, rn: impl OperandCast, lsb: impl OperandCast, width: impl OperandCast, )

Source§

fn bfiw( &mut self, rd: impl OperandCast, rn: impl OperandCast, lsb: impl OperandCast, width: impl OperandCast, )

Source§

fn ubfizw( &mut self, rd: impl OperandCast, rn: impl OperandCast, lsb: impl OperandCast, width: impl OperandCast, )

Source§

fn sbfizx( &mut self, rd: impl OperandCast, rn: impl OperandCast, lsb: impl OperandCast, width: impl OperandCast, )

Source§

fn bfix( &mut self, rd: impl OperandCast, rn: impl OperandCast, lsb: impl OperandCast, width: impl OperandCast, )

Source§

fn ubfizx( &mut self, rd: impl OperandCast, rn: impl OperandCast, lsb: impl OperandCast, width: impl OperandCast, )

Source§

fn bfcw( &mut self, rd: impl OperandCast, lsb: impl OperandCast, width: impl OperandCast, )

Source§

fn bfcx( &mut self, rd: impl OperandCast, lsb: impl OperandCast, width: impl OperandCast, )

Source§

fn sxtbw(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn uxtbw(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sxtbx(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sxthw(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn uxthw(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sxthx(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sxtwx(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn br(&mut self, rn: impl OperandCast)

Source§

fn braaz(&mut self, rn: impl OperandCast)

Source§

fn brabz(&mut self, rn: impl OperandCast)

Source§

fn blr(&mut self, rn: impl OperandCast)

Source§

fn blraaz(&mut self, rn: impl OperandCast)

Source§

fn blrabz(&mut self, rn: impl OperandCast)

Source§

fn ret(&mut self, rn: impl OperandCast)

Source§

fn retaa(&mut self)

Source§

fn retab(&mut self)

Source§

fn braa(&mut self, rn: impl OperandCast, rm: impl OperandCast)

Source§

fn brab(&mut self, rn: impl OperandCast, rm: impl OperandCast)

Source§

fn blraa(&mut self, rn: impl OperandCast, rm: impl OperandCast)

Source§

fn blrab(&mut self, rn: impl OperandCast, rm: impl OperandCast)

Source§

fn brk(&mut self, imm16: impl OperandCast)

Source§

fn cbzw(&mut self, rt: impl OperandCast, imm19: impl OperandCast)

Source§

fn cbnzw(&mut self, rt: impl OperandCast, imm19: impl OperandCast)

Source§

fn cbzx(&mut self, rt: impl OperandCast, imm19: impl OperandCast)

Source§

fn cbnzx(&mut self, rt: impl OperandCast, imm19: impl OperandCast)

Source§

fn tbz( &mut self, rt: impl OperandCast, bit: impl OperandCast, imm14: impl OperandCast, )

Source§

fn tbnz( &mut self, rt: impl OperandCast, bit: impl OperandCast, imm14: impl OperandCast, )

Source§

fn ccmnwi( &mut self, rn: impl OperandCast, imm5: impl OperandCast, nzcv: impl OperandCast, cond: impl OperandCast, )

Source§

fn ccmpwi( &mut self, rn: impl OperandCast, imm5: impl OperandCast, nzcv: impl OperandCast, cond: impl OperandCast, )

Source§

fn ccmnxi( &mut self, rn: impl OperandCast, imm5: impl OperandCast, nzcv: impl OperandCast, cond: impl OperandCast, )

Source§

fn ccmpxi( &mut self, rn: impl OperandCast, imm5: impl OperandCast, nzcv: impl OperandCast, cond: impl OperandCast, )

Source§

fn ccmnw( &mut self, rn: impl OperandCast, rm: impl OperandCast, nzcv: impl OperandCast, cond: impl OperandCast, )

Source§

fn ccmpw( &mut self, rn: impl OperandCast, rm: impl OperandCast, nzcv: impl OperandCast, cond: impl OperandCast, )

Source§

fn ccmnx( &mut self, rn: impl OperandCast, rm: impl OperandCast, nzcv: impl OperandCast, cond: impl OperandCast, )

Source§

fn ccmpx( &mut self, rn: impl OperandCast, rm: impl OperandCast, nzcv: impl OperandCast, cond: impl OperandCast, )

Source§

fn clrex(&mut self)

Source§

fn dsb(&mut self, crm: impl OperandCast)

Source§

fn dmb(&mut self, crm: impl OperandCast)

Source§

fn isb(&mut self, crm: impl OperandCast)

Source§

fn ssbb(&mut self)

Source§

fn hint(&mut self, imm: impl OperandCast)

Source§

fn nop(&mut self)

Source§

fn yield(&mut self)

Source§

fn wfe(&mut self)

Source§

fn wfi(&mut self)

Source§

fn sev(&mut self)

Source§

fn sevl(&mut self)

Source§

fn dgh(&mut self)

Source§

fn xpaclri(&mut self)

Source§

fn pacia1716(&mut self)

Source§

fn pacib1716(&mut self)

Source§

fn autia1716(&mut self)

Source§

fn autib1716(&mut self)

Source§

fn esb(&mut self)

Source§

fn csdb(&mut self)

Source§

fn clrbhb(&mut self)

Source§

fn paciaz(&mut self)

Source§

fn paciasp(&mut self)

Source§

fn pacibz(&mut self)

Source§

fn pacibsp(&mut self)

Source§

fn autiaz(&mut self)

Source§

fn autiasp(&mut self)

Source§

fn autibz(&mut self)

Source§

fn autibsp(&mut self)

Source§

fn bti(&mut self)

Source§

fn btic(&mut self)

Source§

fn btij(&mut self)

Source§

fn btijc(&mut self)

Source§

fn chkfeat(&mut self)

Source§

fn hlt(&mut self, imm16: impl OperandCast)

Source§

fn svc(&mut self, imm16: impl OperandCast)

Source§

fn hvc(&mut self, imm16: impl OperandCast)

Source§

fn smc(&mut self, imm16: impl OperandCast)

Source§

fn dcps1(&mut self, imm16: impl OperandCast)

Source§

fn dcps2(&mut self, imm16: impl OperandCast)

Source§

fn dcps3(&mut self, imm16: impl OperandCast)

Source§

fn eret(&mut self)

Source§

fn eretaa(&mut self)

Source§

fn eretab(&mut self)

Source§

fn drps(&mut self)

Source§

fn clzw(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn clsw(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn ctzw(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn cntw(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn absw(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn clzx(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn clsx(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn ctzx(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn cntx(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn absx(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn smaxwi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm8: impl OperandCast, )

Source§

fn umaxwi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm8: impl OperandCast, )

Source§

fn sminwi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm8: impl OperandCast, )

Source§

fn uminwi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm8: impl OperandCast, )

Source§

fn smaxxi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm8: impl OperandCast, )

Source§

fn umaxxi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm8: impl OperandCast, )

Source§

fn sminxi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm8: impl OperandCast, )

Source§

fn uminxi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm8: impl OperandCast, )

Source§

fn smaxw( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn umaxw( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sminw( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uminw( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn smaxx( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn umaxx( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sminx( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uminx( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn cselw( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, cond: impl OperandCast, )

Source§

fn csincw( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, cond: impl OperandCast, )

Source§

fn csinvw( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, cond: impl OperandCast, )

Source§

fn csnegw( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, cond: impl OperandCast, )

Source§

fn cselx( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, cond: impl OperandCast, )

Source§

fn csincx( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, cond: impl OperandCast, )

Source§

fn csinvx( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, cond: impl OperandCast, )

Source§

fn csnegx( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, cond: impl OperandCast, )

Source§

fn cincw( &mut self, rd: impl OperandCast, rn: impl OperandCast, cond: impl OperandCast, )

Source§

fn cinvw( &mut self, rd: impl OperandCast, rn: impl OperandCast, cond: impl OperandCast, )

Source§

fn cnegw( &mut self, rd: impl OperandCast, rn: impl OperandCast, cond: impl OperandCast, )

Source§

fn cincx( &mut self, rd: impl OperandCast, rn: impl OperandCast, cond: impl OperandCast, )

Source§

fn cinvx( &mut self, rd: impl OperandCast, rn: impl OperandCast, cond: impl OperandCast, )

Source§

fn cnegx( &mut self, rd: impl OperandCast, rn: impl OperandCast, cond: impl OperandCast, )

Source§

fn csetw(&mut self, rd: impl OperandCast, cond: impl OperandCast)

Source§

fn csetmw(&mut self, rd: impl OperandCast, cond: impl OperandCast)

Source§

fn csetx(&mut self, rd: impl OperandCast, cond: impl OperandCast)

Source§

fn csetmx(&mut self, rd: impl OperandCast, cond: impl OperandCast)

Source§

fn extrw( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imms: impl OperandCast, )

Source§

fn extrx( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imms: impl OperandCast, )

Source§

fn rorwi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imms: impl OperandCast, )

Source§

fn rorxi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imms: impl OperandCast, )

Source§

fn movnw(&mut self, rd: impl OperandCast, imm16: impl OperandCast)

Source§

fn movnw16(&mut self, rd: impl OperandCast, imm16: impl OperandCast)

Source§

fn movzw(&mut self, rd: impl OperandCast, imm16: impl OperandCast)

Source§

fn movzw16(&mut self, rd: impl OperandCast, imm16: impl OperandCast)

Source§

fn movkw(&mut self, rd: impl OperandCast, imm16: impl OperandCast)

Source§

fn movkw16(&mut self, rd: impl OperandCast, imm16: impl OperandCast)

Source§

fn movnx(&mut self, rd: impl OperandCast, imm16: impl OperandCast)

Source§

fn movnx16(&mut self, rd: impl OperandCast, imm16: impl OperandCast)

Source§

fn movnx32(&mut self, rd: impl OperandCast, imm16: impl OperandCast)

Source§

fn movnx48(&mut self, rd: impl OperandCast, imm16: impl OperandCast)

Source§

fn movzx(&mut self, rd: impl OperandCast, imm16: impl OperandCast)

Source§

fn movzx16(&mut self, rd: impl OperandCast, imm16: impl OperandCast)

Source§

fn movzx32(&mut self, rd: impl OperandCast, imm16: impl OperandCast)

Source§

fn movzx48(&mut self, rd: impl OperandCast, imm16: impl OperandCast)

Source§

fn movkx(&mut self, rd: impl OperandCast, imm16: impl OperandCast)

Source§

fn movkx16(&mut self, rd: impl OperandCast, imm16: impl OperandCast)

Source§

fn movkx32(&mut self, rd: impl OperandCast, imm16: impl OperandCast)

Source§

fn movkx48(&mut self, rd: impl OperandCast, imm16: impl OperandCast)

Source§

fn movnw_shift( &mut self, rd: impl OperandCast, imm16: impl OperandCast, hw: impl OperandCast, )

Source§

fn movzw_shift( &mut self, rd: impl OperandCast, imm16: impl OperandCast, hw: impl OperandCast, )

Source§

fn movkw_shift( &mut self, rd: impl OperandCast, imm16: impl OperandCast, hw: impl OperandCast, )

Source§

fn movnx_shift( &mut self, rd: impl OperandCast, imm16: impl OperandCast, hw: impl OperandCast, )

Source§

fn movzx_shift( &mut self, rd: impl OperandCast, imm16: impl OperandCast, hw: impl OperandCast, )

Source§

fn movkx_shift( &mut self, rd: impl OperandCast, imm16: impl OperandCast, hw: impl OperandCast, )

Source§

fn sys(&mut self, sysreg: impl OperandCast, rt: impl OperandCast)

Source§

fn sysl(&mut self, rt: impl OperandCast, sysreg: impl OperandCast)

Source§

fn at_s1e1r(&mut self, rt: impl OperandCast)

Source§

fn at_s1e1w(&mut self, rt: impl OperandCast)

Source§

fn at_s1e0r(&mut self, rt: impl OperandCast)

Source§

fn at_s1e0w(&mut self, rt: impl OperandCast)

Source§

fn at_s1e1rp(&mut self, rt: impl OperandCast)

Source§

fn at_s1e1wp(&mut self, rt: impl OperandCast)

Source§

fn at_s1e2r(&mut self, rt: impl OperandCast)

Source§

fn at_s1e2w(&mut self, rt: impl OperandCast)

Source§

fn at_s12e1r(&mut self, rt: impl OperandCast)

Source§

fn at_s12e1w(&mut self, rt: impl OperandCast)

Source§

fn at_s12e0r(&mut self, rt: impl OperandCast)

Source§

fn at_s12e0w(&mut self, rt: impl OperandCast)

Source§

fn at_s1e3r(&mut self, rt: impl OperandCast)

Source§

fn at_s1e3w(&mut self, rt: impl OperandCast)

Source§

fn dc_ivac(&mut self, rt: impl OperandCast)

Source§

fn dc_isw(&mut self, rt: impl OperandCast)

Source§

fn dc_igvac(&mut self, rt: impl OperandCast)

Source§

fn dc_igsw(&mut self, rt: impl OperandCast)

Source§

fn dc_igdvac(&mut self, rt: impl OperandCast)

Source§

fn dc_igdsw(&mut self, rt: impl OperandCast)

Source§

fn dc_csw(&mut self, rt: impl OperandCast)

Source§

fn dc_cgsw(&mut self, rt: impl OperandCast)

Source§

fn dc_cgdsw(&mut self, rt: impl OperandCast)

Source§

fn dc_cisw(&mut self, rt: impl OperandCast)

Source§

fn dc_cigsw(&mut self, rt: impl OperandCast)

Source§

fn dc_cigdsw(&mut self, rt: impl OperandCast)

Source§

fn dc_zva(&mut self, rt: impl OperandCast)

Source§

fn dc_gva(&mut self, rt: impl OperandCast)

Source§

fn dc_gzva(&mut self, rt: impl OperandCast)

Source§

fn dc_cvac(&mut self, rt: impl OperandCast)

Source§

fn dc_cgvac(&mut self, rt: impl OperandCast)

Source§

fn dc_cgdvac(&mut self, rt: impl OperandCast)

Source§

fn dc_cvau(&mut self, rt: impl OperandCast)

Source§

fn dc_cvap(&mut self, rt: impl OperandCast)

Source§

fn dc_cgvap(&mut self, rt: impl OperandCast)

Source§

fn dc_cgdvap(&mut self, rt: impl OperandCast)

Source§

fn dc_cvadp(&mut self, rt: impl OperandCast)

Source§

fn dc_cgvadp(&mut self, rt: impl OperandCast)

Source§

fn dc_cgdvadp(&mut self, rt: impl OperandCast)

Source§

fn dc_civac(&mut self, rt: impl OperandCast)

Source§

fn dc_cigvac(&mut self, rt: impl OperandCast)

Source§

fn dc_cigdvac(&mut self, rt: impl OperandCast)

Source§

fn ic_ialluis(&mut self)

Source§

fn ic_iallu(&mut self)

Source§

fn ic_ivau(&mut self, rt: impl OperandCast)

Source§

fn tlbi_vmalle1is(&mut self)

Source§

fn tlbi_vae1is(&mut self, rt: impl OperandCast)

Source§

fn tlbi_aside1is(&mut self, rt: impl OperandCast)

Source§

fn tlbi_vaae1is(&mut self, rt: impl OperandCast)

Source§

fn tlbi_vale1is(&mut self, rt: impl OperandCast)

Source§

fn tlbi_vaale1is(&mut self, rt: impl OperandCast)

Source§

fn tlbi_vmalle1(&mut self)

Source§

fn tlbi_vae1(&mut self, rt: impl OperandCast)

Source§

fn tlbi_aside1(&mut self, rt: impl OperandCast)

Source§

fn tlbi_vaae1(&mut self, rt: impl OperandCast)

Source§

fn tlbi_vale1(&mut self, rt: impl OperandCast)

Source§

fn tlbi_vaale1(&mut self, rt: impl OperandCast)

Source§

fn tlbi_ipas2e1is(&mut self, rt: impl OperandCast)

Source§

fn tlbi_ipas2le1is(&mut self, rt: impl OperandCast)

Source§

fn tlbi_alle2is(&mut self)

Source§

fn tlbi_vae2is(&mut self, rt: impl OperandCast)

Source§

fn tlbi_alle1is(&mut self)

Source§

fn tlbi_vale2is(&mut self, rt: impl OperandCast)

Source§

fn tlbi_vmalls12e1is(&mut self)

Source§

fn tlbi_ipas2e1(&mut self, rt: impl OperandCast)

Source§

fn tlbi_ipas2le1(&mut self, rt: impl OperandCast)

Source§

fn tlbi_alle2(&mut self)

Source§

fn tlbi_vae2(&mut self, rt: impl OperandCast)

Source§

fn tlbi_alle1(&mut self)

Source§

fn tlbi_vale2(&mut self, rt: impl OperandCast)

Source§

fn tlbi_vmalls12e1(&mut self)

Source§

fn tlbi_alle3is(&mut self)

Source§

fn tlbi_vae3is(&mut self, rt: impl OperandCast)

Source§

fn tlbi_vale3is(&mut self, rt: impl OperandCast)

Source§

fn tlbi_alle3(&mut self)

Source§

fn tlbi_vae3(&mut self, rt: impl OperandCast)

Source§

fn tlbi_vale3(&mut self, rt: impl OperandCast)

Source§

fn tlbi_vmalle1os(&mut self)

Source§

fn tlbi_vae1os(&mut self, rt: impl OperandCast)

Source§

fn tlbi_aside1os(&mut self, rt: impl OperandCast)

Source§

fn tlbi_vaae1os(&mut self, rt: impl OperandCast)

Source§

fn tlbi_vale1os(&mut self, rt: impl OperandCast)

Source§

fn tlbi_vaale1os(&mut self, rt: impl OperandCast)

Source§

fn tlbi_alle2os(&mut self)

Source§

fn tlbi_vae2os(&mut self, rt: impl OperandCast)

Source§

fn tlbi_alle1os(&mut self)

Source§

fn tlbi_vale2os(&mut self, rt: impl OperandCast)

Source§

fn tlbi_vmalls12e1os(&mut self)

Source§

fn tlbi_ipas2e1os(&mut self, rt: impl OperandCast)

Source§

fn tlbi_ipas2le1os(&mut self, rt: impl OperandCast)

Source§

fn tlbi_alle3os(&mut self)

Source§

fn tlbi_vae3os(&mut self, rt: impl OperandCast)

Source§

fn tlbi_vale3os(&mut self, rt: impl OperandCast)

Source§

fn tlbi_rvae1is(&mut self, rt: impl OperandCast)

Source§

fn tlbi_rvaae1is(&mut self, rt: impl OperandCast)

Source§

fn tlbi_rvale1is(&mut self, rt: impl OperandCast)

Source§

fn tlbi_rvaale1is(&mut self, rt: impl OperandCast)

Source§

fn tlbi_rvae1os(&mut self, rt: impl OperandCast)

Source§

fn tlbi_rvaae1os(&mut self, rt: impl OperandCast)

Source§

fn tlbi_rvale1os(&mut self, rt: impl OperandCast)

Source§

fn tlbi_rvaale1os(&mut self, rt: impl OperandCast)

Source§

fn tlbi_rvae1(&mut self, rt: impl OperandCast)

Source§

fn tlbi_rvaae1(&mut self, rt: impl OperandCast)

Source§

fn tlbi_rvale1(&mut self, rt: impl OperandCast)

Source§

fn tlbi_rvaale1(&mut self, rt: impl OperandCast)

Source§

fn tlbi_ripas2e1is(&mut self, rt: impl OperandCast)

Source§

fn tlbi_ripas2le1is(&mut self, rt: impl OperandCast)

Source§

fn tlbi_rvae2is(&mut self, rt: impl OperandCast)

Source§

fn tlbi_rvale2is(&mut self, rt: impl OperandCast)

Source§

fn tlbi_ripas2e1(&mut self, rt: impl OperandCast)

Source§

fn tlbi_ripas2e1os(&mut self, rt: impl OperandCast)

Source§

fn tlbi_ripas2le1(&mut self, rt: impl OperandCast)

Source§

fn tlbi_ripas2le1os(&mut self, rt: impl OperandCast)

Source§

fn tlbi_rvae2os(&mut self, rt: impl OperandCast)

Source§

fn tlbi_rvale2os(&mut self, rt: impl OperandCast)

Source§

fn tlbi_rvae2(&mut self, rt: impl OperandCast)

Source§

fn tlbi_rvale2(&mut self, rt: impl OperandCast)

Source§

fn tlbi_rvae3is(&mut self, rt: impl OperandCast)

Source§

fn tlbi_rvale3is(&mut self, rt: impl OperandCast)

Source§

fn tlbi_rvae3os(&mut self, rt: impl OperandCast)

Source§

fn tlbi_rvale3os(&mut self, rt: impl OperandCast)

Source§

fn tlbi_rvae3(&mut self, rt: impl OperandCast)

Source§

fn tlbi_rvale3(&mut self, rt: impl OperandCast)

Source§

fn msr(&mut self, sysreg: impl OperandCast, rt: impl OperandCast)

Source§

fn mrs(&mut self, rt: impl OperandCast, sysreg: impl OperandCast)

Source§

fn msri( &mut self, op1: impl OperandCast, op2: impl OperandCast, crm: impl OperandCast, )

Source§

fn msri_uao(&mut self, crm: impl OperandCast)

Source§

fn msri_pan(&mut self, crm: impl OperandCast)

Source§

fn msri_spsel(&mut self, crm: impl OperandCast)

Source§

fn msri_ssbs(&mut self, crm: impl OperandCast)

Source§

fn msri_dit(&mut self, crm: impl OperandCast)

Source§

fn msri_tco(&mut self, crm: impl OperandCast)

Source§

fn msri_daifset(&mut self, crm: impl OperandCast)

Source§

fn msri_daifclr(&mut self, crm: impl OperandCast)

Source§

fn msri_allint(&mut self, crm: impl OperandCast)

Source§

fn msri_pm(&mut self, crm: impl OperandCast)

Source§

fn rbitw(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn rev16w(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn rev32w(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn rbitx(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn rev16x(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn rev32x(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn rev64x(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn udivw( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sdivw( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn udivx( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sdivx( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn stllrb(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn stlrb(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ldlarb(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ldarb(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn stllrh(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn stlrh(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ldlarh(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ldarh(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn stllrw(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn stlrw(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ldlarw(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ldarw(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn stllrx(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn stlrx(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ldlarx(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ldarx(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn stxrbw( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn stlxrbw( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldxrbw(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ldaxrbw(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn stxrhw( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn stlxrhw( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldxrhw(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ldaxrhw(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn stxrw( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn stlxrw( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn stxpw( &mut self, rs: impl OperandCast, rt: impl OperandCast, rt2: impl OperandCast, rn: impl OperandCast, )

Source§

fn stlxpw( &mut self, rs: impl OperandCast, rt: impl OperandCast, rt2: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldxrw(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ldaxrw(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ldxpw( &mut self, rt: impl OperandCast, rt2: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldaxpw( &mut self, rt: impl OperandCast, rt2: impl OperandCast, rn: impl OperandCast, )

Source§

fn stxrx( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn stlxrx( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn stxpx( &mut self, rs: impl OperandCast, rt: impl OperandCast, rt2: impl OperandCast, rn: impl OperandCast, )

Source§

fn stlxpx( &mut self, rs: impl OperandCast, rt: impl OperandCast, rt2: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldxrx(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ldaxrx(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ldxpx( &mut self, rt: impl OperandCast, rt2: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldaxpx( &mut self, rt: impl OperandCast, rt2: impl OperandCast, rn: impl OperandCast, )

Source§

fn stnpw( &mut self, rt: impl OperandCast, rt2: impl OperandCast, rn: impl OperandCast, imm7: impl OperandCast, )

Source§

fn ldnpw( &mut self, rt: impl OperandCast, rt2: impl OperandCast, rn: impl OperandCast, imm7: impl OperandCast, )

Source§

fn stnpx( &mut self, rt: impl OperandCast, rt2: impl OperandCast, rn: impl OperandCast, imm7: impl OperandCast, )

Source§

fn ldnpx( &mut self, rt: impl OperandCast, rt2: impl OperandCast, rn: impl OperandCast, imm7: impl OperandCast, )

Source§

fn stpw_post( &mut self, rt: impl OperandCast, rt2: impl OperandCast, rn: impl OperandCast, imm7: impl OperandCast, )

Source§

fn ldpw_post( &mut self, rt: impl OperandCast, rt2: impl OperandCast, rn: impl OperandCast, imm7: impl OperandCast, )

Source§

fn stpw( &mut self, rt: impl OperandCast, rt2: impl OperandCast, rn: impl OperandCast, imm7: impl OperandCast, )

Source§

fn ldpw( &mut self, rt: impl OperandCast, rt2: impl OperandCast, rn: impl OperandCast, imm7: impl OperandCast, )

Source§

fn stpw_pre( &mut self, rt: impl OperandCast, rt2: impl OperandCast, rn: impl OperandCast, imm7: impl OperandCast, )

Source§

fn ldpw_pre( &mut self, rt: impl OperandCast, rt2: impl OperandCast, rn: impl OperandCast, imm7: impl OperandCast, )

Source§

fn stgp_post( &mut self, rt: impl OperandCast, rt2: impl OperandCast, rn: impl OperandCast, imm7: impl OperandCast, )

Source§

fn ldpsw_post( &mut self, rt: impl OperandCast, rt2: impl OperandCast, rn: impl OperandCast, imm7: impl OperandCast, )

Source§

fn stgp( &mut self, rt: impl OperandCast, rt2: impl OperandCast, rn: impl OperandCast, imm7: impl OperandCast, )

Source§

fn ldpsw( &mut self, rt: impl OperandCast, rt2: impl OperandCast, rn: impl OperandCast, imm7: impl OperandCast, )

Source§

fn stgp_pre( &mut self, rt: impl OperandCast, rt2: impl OperandCast, rn: impl OperandCast, imm7: impl OperandCast, )

Source§

fn ldpsw_pre( &mut self, rt: impl OperandCast, rt2: impl OperandCast, rn: impl OperandCast, imm7: impl OperandCast, )

Source§

fn stpx_post( &mut self, rt: impl OperandCast, rt2: impl OperandCast, rn: impl OperandCast, imm7: impl OperandCast, )

Source§

fn ldpx_post( &mut self, rt: impl OperandCast, rt2: impl OperandCast, rn: impl OperandCast, imm7: impl OperandCast, )

Source§

fn stpx( &mut self, rt: impl OperandCast, rt2: impl OperandCast, rn: impl OperandCast, imm7: impl OperandCast, )

Source§

fn ldpx( &mut self, rt: impl OperandCast, rt2: impl OperandCast, rn: impl OperandCast, imm7: impl OperandCast, )

Source§

fn stpx_pre( &mut self, rt: impl OperandCast, rt2: impl OperandCast, rn: impl OperandCast, imm7: impl OperandCast, )

Source§

fn ldpx_pre( &mut self, rt: impl OperandCast, rt2: impl OperandCast, rn: impl OperandCast, imm7: impl OperandCast, )

Source§

fn sturb( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn strb_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn sttrb( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn strb_pre( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldurb( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldrb_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldtrb( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldrb_pre( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldursbx( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldrsbx_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldtrsbx( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldrsbx_pre( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldursbw( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldrsbw_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldtrsbw( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldrsbw_pre( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn sturh( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn strh_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn sttrh( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn strh_pre( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldurh( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldrh_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldtrh( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldrh_pre( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldurshx( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldrshx_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldtrshx( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldrshx_pre( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldurshw( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldrshw_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldtrshw( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldrshw_pre( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn sturw( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn strw_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn sttrw( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn strw_pre( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldurw( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldrw_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldtrw( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldrw_pre( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldurswx( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldrswx_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldtrswx( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldrswx_pre( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn sturx( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn strx_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn sttrx( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn strx_pre( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldurx( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldrx_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldtrx( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldrx_pre( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn prfum( &mut self, prfop: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldm_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldtm( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldm_pre( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn strbu_imm( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm12: impl OperandCast, )

Source§

fn ldrbu_imm( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm12: impl OperandCast, )

Source§

fn ldrsbxu_imm( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm12: impl OperandCast, )

Source§

fn ldrsbwu_imm( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm12: impl OperandCast, )

Source§

fn strhu_imm( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm12: impl OperandCast, )

Source§

fn ldrhu_imm( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm12: impl OperandCast, )

Source§

fn ldrshxu_imm( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm12: impl OperandCast, )

Source§

fn ldrshwu_imm( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm12: impl OperandCast, )

Source§

fn strwu_imm( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm12: impl OperandCast, )

Source§

fn ldrwu_imm( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm12: impl OperandCast, )

Source§

fn ldrswxu_imm( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm12: impl OperandCast, )

Source§

fn strxu_imm( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm12: impl OperandCast, )

Source§

fn ldrxu_imm( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm12: impl OperandCast, )

Source§

fn prfmu_imm( &mut self, prfop: impl OperandCast, rn: impl OperandCast, imm12: impl OperandCast, )

Source§

fn strbr_uxtw_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn strbr_lsl_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn strbr_sxtw_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn strbr_sxtx_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn ldrbr_uxtw_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn ldrbr_lsl_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn ldrbr_sxtw_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn ldrbr_sxtx_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn ldrsbxr_uxtw_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn ldrsbxr_lsl_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn ldrsbxr_sxtw_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn ldrsbxr_sxtx_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn ldrsbwr_uxtw_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn ldrsbwr_lsl_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn ldrsbwr_sxtw_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn ldrsbwr_sxtx_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn strhr_uxtw_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn strhr_lsl_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn strhr_sxtw_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn strhr_sxtx_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn ldrhr_uxtw_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn ldrhr_lsl_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn ldrhr_sxtw_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn ldrhr_sxtx_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn ldrshxr_uxtw_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn ldrshxr_lsl_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn ldrshxr_sxtw_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn ldrshxr_sxtx_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn ldrshwr_uxtw_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn ldrshwr_lsl_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn ldrshwr_sxtw_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn ldrshwr_sxtx_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn strwr_uxtw_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn strwr_lsl_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn strwr_sxtw_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn strwr_sxtx_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn ldrwr_uxtw_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn ldrwr_lsl_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn ldrwr_sxtw_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn ldrwr_sxtx_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn ldrswxr_uxtw_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn ldrswxr_lsl_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn ldrswxr_sxtw_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn ldrswxr_sxtx_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn strxr_uxtw_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn strxr_lsl_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn strxr_sxtw_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn strxr_sxtx_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn ldrxr_uxtw_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn ldrxr_lsl_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn ldrxr_sxtw_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn ldrxr_sxtx_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn prfmr_uxtw_reg( &mut self, prfop: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn prfmr_lsl_reg( &mut self, prfop: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn prfmr_sxtw_reg( &mut self, prfop: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn prfmr_sxtx_reg( &mut self, prfop: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn strbr_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ldrbr_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ldrsbxr_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ldrsbwr_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn strhr_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ldrhr_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ldrshxr_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ldrshwr_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn strwr_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ldrwr_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ldrswxr_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn strxr_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ldrxr_reg( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn prfmr_reg( &mut self, prfop: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ldrw_pcrel(&mut self, rt: impl OperandCast, imm19: impl OperandCast)

Source§

fn ldrx_pcrel(&mut self, rt: impl OperandCast, imm19: impl OperandCast)

Source§

fn ldrswx_pcrel(&mut self, rt: impl OperandCast, imm19: impl OperandCast)

Source§

fn prfm_pcrel(&mut self, prfop: impl OperandCast, imm19: impl OperandCast)

Source§

fn stnps( &mut self, rt: impl OperandCast, rt2: impl OperandCast, rn: impl OperandCast, imm7: impl OperandCast, )

Source§

fn ldnps( &mut self, rt: impl OperandCast, rt2: impl OperandCast, rn: impl OperandCast, imm7: impl OperandCast, )

Source§

fn stps_post( &mut self, rt: impl OperandCast, rt2: impl OperandCast, rn: impl OperandCast, imm7: impl OperandCast, )

Source§

fn ldps_post( &mut self, rt: impl OperandCast, rt2: impl OperandCast, rn: impl OperandCast, imm7: impl OperandCast, )

Source§

fn stps( &mut self, rt: impl OperandCast, rt2: impl OperandCast, rn: impl OperandCast, imm7: impl OperandCast, )

Source§

fn ldps( &mut self, rt: impl OperandCast, rt2: impl OperandCast, rn: impl OperandCast, imm7: impl OperandCast, )

Source§

fn stps_pre( &mut self, rt: impl OperandCast, rt2: impl OperandCast, rn: impl OperandCast, imm7: impl OperandCast, )

Source§

fn ldps_pre( &mut self, rt: impl OperandCast, rt2: impl OperandCast, rn: impl OperandCast, imm7: impl OperandCast, )

Source§

fn stnpd( &mut self, rt: impl OperandCast, rt2: impl OperandCast, rn: impl OperandCast, imm7: impl OperandCast, )

Source§

fn ldnpd( &mut self, rt: impl OperandCast, rt2: impl OperandCast, rn: impl OperandCast, imm7: impl OperandCast, )

Source§

fn stpd_post( &mut self, rt: impl OperandCast, rt2: impl OperandCast, rn: impl OperandCast, imm7: impl OperandCast, )

Source§

fn ldpd_post( &mut self, rt: impl OperandCast, rt2: impl OperandCast, rn: impl OperandCast, imm7: impl OperandCast, )

Source§

fn stpd( &mut self, rt: impl OperandCast, rt2: impl OperandCast, rn: impl OperandCast, imm7: impl OperandCast, )

Source§

fn ldpd( &mut self, rt: impl OperandCast, rt2: impl OperandCast, rn: impl OperandCast, imm7: impl OperandCast, )

Source§

fn stpd_pre( &mut self, rt: impl OperandCast, rt2: impl OperandCast, rn: impl OperandCast, imm7: impl OperandCast, )

Source§

fn ldpd_pre( &mut self, rt: impl OperandCast, rt2: impl OperandCast, rn: impl OperandCast, imm7: impl OperandCast, )

Source§

fn stnpq( &mut self, rt: impl OperandCast, rt2: impl OperandCast, rn: impl OperandCast, imm7: impl OperandCast, )

Source§

fn ldnpq( &mut self, rt: impl OperandCast, rt2: impl OperandCast, rn: impl OperandCast, imm7: impl OperandCast, )

Source§

fn stpq_post( &mut self, rt: impl OperandCast, rt2: impl OperandCast, rn: impl OperandCast, imm7: impl OperandCast, )

Source§

fn ldpq_post( &mut self, rt: impl OperandCast, rt2: impl OperandCast, rn: impl OperandCast, imm7: impl OperandCast, )

Source§

fn stpq( &mut self, rt: impl OperandCast, rt2: impl OperandCast, rn: impl OperandCast, imm7: impl OperandCast, )

Source§

fn ldpq( &mut self, rt: impl OperandCast, rt2: impl OperandCast, rn: impl OperandCast, imm7: impl OperandCast, )

Source§

fn stpq_pre( &mut self, rt: impl OperandCast, rt2: impl OperandCast, rn: impl OperandCast, imm7: impl OperandCast, )

Source§

fn ldpq_pre( &mut self, rt: impl OperandCast, rt2: impl OperandCast, rn: impl OperandCast, imm7: impl OperandCast, )

Source§

fn sturb_( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn strb_post_( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn strb_pre_( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldurb_( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldrb_post_( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldrb_pre_( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn sturq( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn strq_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn strq_pre( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldurq( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldrq_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldrq_pre( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn sturh_( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn strh_post_( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn strh_pre_( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldurh_( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldrh_post_( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldrh_pre_( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn sturs( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn strs_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn strs_pre( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldurs( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldrs_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldrs_pre( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn sturd( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn strd_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn strd_pre( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldurd( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldrd_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldrd_pre( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn strbu( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm12: impl OperandCast, )

Source§

fn ldrbu( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm12: impl OperandCast, )

Source§

fn strqu( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm12: impl OperandCast, )

Source§

fn ldrqu( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm12: impl OperandCast, )

Source§

fn strhu( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm12: impl OperandCast, )

Source§

fn ldrhu( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm12: impl OperandCast, )

Source§

fn strsu( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm12: impl OperandCast, )

Source§

fn ldrsu( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm12: impl OperandCast, )

Source§

fn strdu( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm12: impl OperandCast, )

Source§

fn ldrdu( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm12: impl OperandCast, )

Source§

fn strbr_uxtw( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn strbr_lsl( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn strbr_sxtw( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn strbr_sxtx( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn ldrbr_uxtw( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn ldrbr_lsl( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn ldrbr_sxtw( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn ldrbr_sxtx( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn strqr_uxtw( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn strqr_lsl( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn strqr_sxtw( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn strqr_sxtx( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn ldrqr_uxtw( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn ldrqr_lsl( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn ldrqr_sxtw( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn ldrqr_sxtx( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn strhr_uxtw( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn strhr_lsl( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn strhr_sxtw( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn strhr_sxtx( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn ldrhr_uxtw( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn ldrhr_lsl( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn ldrhr_sxtw( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn ldrhr_sxtx( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn strsr_uxtw( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn strsr_lsl( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn strsr_sxtw( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn strsr_sxtx( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn ldrsr_uxtw( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn ldrsr_lsl( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn ldrsr_sxtw( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn ldrsr_sxtx( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn strdr_uxtw( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn strdr_lsl( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn strdr_sxtw( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn strdr_sxtx( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn ldrdr_uxtw( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn ldrdr_lsl( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn ldrdr_sxtw( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn ldrdr_sxtx( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, sc: impl OperandCast, )

Source§

fn strbr( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ldrbr( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn strqr( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ldrqr( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn strhr( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ldrhr( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn strsr( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ldrsr( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn strdr( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ldrdr( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ldrs_pcrel(&mut self, rt: impl OperandCast, imm19: impl OperandCast)

Source§

fn ldrd_pcrel(&mut self, rt: impl OperandCast, imm19: impl OperandCast)

Source§

fn ldrq_pcrel(&mut self, rt: impl OperandCast, imm19: impl OperandCast)

Source§

fn st4_8b(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st4_4h(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st4_2s(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_4_8b(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_4_4h(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_4_2s(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_4_1d(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st3_8b(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st3_4h(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st3_2s(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_3_8b(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_3_4h(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_3_2s(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_3_1d(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_1_8b(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_1_4h(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_1_2s(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_1_1d(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st2_8b(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st2_4h(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st2_2s(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_2_8b(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_2_4h(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_2_2s(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_2_1d(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld4_8b(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld4_4h(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld4_2s(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_4_8b(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_4_4h(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_4_2s(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_4_1d(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld3_8b(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld3_4h(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld3_2s(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_3_8b(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_3_4h(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_3_2s(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_3_1d(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_1_8b(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_1_4h(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_1_2s(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_1_1d(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld2_8b(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld2_4h(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld2_2s(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_2_8b(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_2_4h(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_2_2s(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_2_1d(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st4_16b(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st4_8h(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st4_4s(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st4_2d(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_4_16b(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_4_8h(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_4_4s(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_4_2d(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st3_16b(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st3_8h(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st3_4s(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st3_2d(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_3_16b(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_3_8h(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_3_4s(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_3_2d(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_1_16b(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_1_8h(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_1_4s(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_1_2d(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st2_16b(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st2_8h(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st2_4s(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st2_2d(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_2_16b(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_2_8h(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_2_4s(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_2_2d(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld4_16b(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld4_8h(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld4_4s(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld4_2d(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_4_16b(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_4_8h(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_4_4s(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_4_2d(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld3_16b(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld3_8h(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld3_4s(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld3_2d(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_3_16b(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_3_8h(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_3_4s(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_3_2d(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_1_16b(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_1_8h(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_1_4s(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_1_2d(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld2_16b(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld2_8h(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld2_4s(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld2_2d(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_2_16b(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_2_8h(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_2_4s(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_2_2d(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st4_8b_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st4_4h_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st4_2s_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st1_4_8b_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st1_4_4h_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st1_4_2s_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st1_4_1d_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st3_8b_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st3_4h_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st3_2s_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st1_3_8b_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st1_3_4h_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st1_3_2s_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st1_3_1d_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st1_1_8b_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st1_1_4h_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st1_1_2s_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st1_1_1d_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st2_8b_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st2_4h_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st2_2s_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st1_2_8b_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st1_2_4h_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st1_2_2s_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st1_2_1d_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld4_8b_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld4_4h_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld4_2s_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld1_4_8b_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld1_4_4h_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld1_4_2s_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld1_4_1d_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld3_8b_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld3_4h_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld3_2s_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld1_3_8b_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld1_3_4h_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld1_3_2s_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld1_3_1d_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld1_1_8b_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld1_1_4h_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld1_1_2s_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld1_1_1d_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld2_8b_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld2_4h_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld2_2s_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld1_2_8b_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld1_2_4h_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld1_2_2s_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld1_2_1d_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st4_16b_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st4_8h_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st4_4s_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st4_2d_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st1_4_16b_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st1_4_8h_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st1_4_4s_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st1_4_2d_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st3_16b_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st3_8h_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st3_4s_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st3_2d_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st1_3_16b_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st1_3_8h_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st1_3_4s_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st1_3_2d_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st1_1_16b_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st1_1_8h_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st1_1_4s_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st1_1_2d_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st2_16b_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st2_8h_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st2_4s_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st2_2d_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st1_2_16b_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st1_2_8h_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st1_2_4s_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st1_2_2d_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld4_16b_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld4_8h_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld4_4s_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld4_2d_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld1_4_16b_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld1_4_8h_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld1_4_4s_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld1_4_2d_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld3_16b_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld3_8h_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld3_4s_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld3_2d_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld1_3_16b_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld1_3_8h_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld1_3_4s_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld1_3_2d_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld1_1_16b_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld1_1_8h_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld1_1_4s_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld1_1_2d_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld2_16b_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld2_8h_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld2_4s_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld2_2d_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld1_2_16b_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld1_2_8h_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld1_2_4s_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld1_2_2d_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st4_8b_post32(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st4_4h_post32(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st4_2s_post32(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_4_8b_post32(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_4_4h_post32(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_4_2s_post32(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_4_1d_post32(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st3_8b_post24(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st3_4h_post24(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st3_2s_post24(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_3_8b_post24(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_3_4h_post24(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_3_2s_post24(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_3_1d_post24(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_1_8b_post8(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_1_4h_post8(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_1_2s_post8(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_1_1d_post8(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st2_8b_post16(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st2_4h_post16(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st2_2s_post16(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_2_8b_post16(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_2_4h_post16(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_2_2s_post16(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_2_1d_post16(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld4_8b_post32(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld4_4h_post32(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld4_2s_post32(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_4_8b_post32(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_4_4h_post32(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_4_2s_post32(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_4_1d_post32(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld3_8b_post24(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld3_4h_post24(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld3_2s_post24(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_3_8b_post24(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_3_4h_post24(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_3_2s_post24(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_3_1d_post24(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_1_8b_post8(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_1_4h_post8(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_1_2s_post8(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_1_1d_post8(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld2_8b_post16(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld2_4h_post16(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld2_2s_post16(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_2_8b_post16(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_2_4h_post16(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_2_2s_post16(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_2_1d_post16(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st4_16b_post64(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st4_8h_post64(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st4_4s_post64(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st4_2d_post64(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_4_16b_post64(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_4_8h_post64(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_4_4s_post64(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_4_2d_post64(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st3_16b_post48(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st3_8h_post48(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st3_4s_post48(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st3_2d_post48(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_3_16b_post48(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_3_8h_post48(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_3_4s_post48(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_3_2d_post48(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_1_16b_post16(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_1_8h_post16(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_1_4s_post16(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_1_2d_post16(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st2_16b_post32(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st2_8h_post32(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st2_4s_post32(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st2_2d_post32(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_2_16b_post32(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_2_8h_post32(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_2_4s_post32(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1_2_2d_post32(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld4_16b_post64(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld4_8h_post64(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld4_4s_post64(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld4_2d_post64(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_4_16b_post64(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_4_8h_post64(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_4_4s_post64(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_4_2d_post64(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld3_16b_post48(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld3_8h_post48(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld3_4s_post48(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld3_2d_post48(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_3_16b_post48(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_3_8h_post48(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_3_4s_post48(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_3_2d_post48(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_1_16b_post16(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_1_8h_post16(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_1_4s_post16(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_1_2d_post16(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld2_16b_post32(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld2_8h_post32(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld2_4s_post32(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld2_2d_post32(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_2_16b_post32(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_2_8h_post32(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_2_4s_post32(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1_2_2d_post32(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st1b( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn st3b( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn st1h( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn st3h( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn st1s( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn st1d( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn st3s( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn st3d( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn st2b( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn st4b( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn st2h( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn st4h( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn st2s( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn st2d( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn st4s( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn st4d( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn ld1b( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn ld3b( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn ld1h( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn ld3h( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn ld1s( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn ld1d( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn ld3s( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn ld3d( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn ld2b( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn ld4b( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn ld2h( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn ld4h( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn ld2s( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn ld2d( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn ld4s( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn ld4d( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn st1b_post( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st3b_post( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st1h_post( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st3h_post( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st1s_post( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st1d_post( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st3s_post( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st3d_post( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st2b_post( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st4b_post( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st2h_post( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st4h_post( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st2s_post( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st2d_post( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st4s_post( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st4d_post( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld1b_post( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld3b_post( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld1h_post( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld3h_post( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld1s_post( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld1d_post( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld3s_post( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld3d_post( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld2b_post( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld4b_post( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld2h_post( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld4h_post( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld2s_post( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld2d_post( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld4s_post( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld4d_post( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn st1b_post1( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn st3b_post3( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn st1h_post2( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn st3h_post6( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn st1s_post4( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn st1d_post8( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn st3s_post12( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn st3d_post24( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn st2b_post2( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn st4b_post4( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn st2h_post4( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn st4h_post8( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn st2s_post8( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn st2d_post16( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn st4s_post16( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn st4d_post32( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn ld1b_post1( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn ld3b_post3( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn ld1h_post2( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn ld3h_post6( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn ld1s_post4( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn ld1d_post8( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn ld3s_post12( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn ld3d_post24( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn ld2b_post2( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn ld4b_post4( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn ld2h_post4( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn ld4h_post8( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn ld2s_post8( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn ld2d_post16( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn ld4s_post16( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn ld4d_post32( &mut self, rt: impl OperandCast, elemidx: impl OperandCast, rn: impl OperandCast, )

Source§

fn ld1r8b(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1r4h(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1r2s(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1r1d(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld3r8b(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld3r4h(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld3r2s(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld3r1d(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld2r8b(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld2r4h(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld2r2s(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld2r1d(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld4r8b(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld4r4h(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld4r2s(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld4r1d(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1r16b(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1r8h(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1r4s(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1r2d(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld3r16b(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld3r8h(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld3r4s(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld3r2d(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld2r16b(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld2r8h(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld2r4s(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld2r2d(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld4r16b(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld4r8h(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld4r4s(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld4r2d(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1r8b_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld1r4h_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld1r2s_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld1r1d_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld3r8b_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld3r4h_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld3r2s_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld3r1d_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld2r8b_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld2r4h_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld2r2s_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld2r1d_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld4r8b_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld4r4h_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld4r2s_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld4r1d_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld1r16b_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld1r8h_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld1r4s_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld1r2d_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld3r16b_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld3r8h_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld3r4s_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld3r2d_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld2r16b_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld2r8h_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld2r4s_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld2r2d_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld4r16b_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld4r8h_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld4r4s_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld4r2d_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ld1r8b_post1(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1r4h_post2(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1r2s_post4(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1r1d_post8(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld3r8b_post3(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld3r4h_post6(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld3r2s_post12(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld3r1d_post24(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld2r8b_post2(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld2r4h_post4(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld2r2s_post8(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld2r1d_post16(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld4r8b_post4(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld4r4h_post8(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld4r2s_post16(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld4r1d_post32(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1r16b_post1(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1r8h_post2(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1r4s_post4(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld1r2d_post8(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld3r16b_post3(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld3r8h_post6(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld3r4s_post12(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld3r2d_post24(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld2r16b_post2(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld2r8h_post4(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld2r4s_post8(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld2r2d_post16(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld4r16b_post4(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld4r8h_post8(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld4r4s_post16(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld4r2d_post32(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtzsws_fix( &mut self, rd: impl OperandCast, rn: impl OperandCast, fbits: impl OperandCast, )

Source§

fn fcvtzuws_fix( &mut self, rd: impl OperandCast, rn: impl OperandCast, fbits: impl OperandCast, )

Source§

fn fcvtzswd_fix( &mut self, rd: impl OperandCast, rn: impl OperandCast, fbits: impl OperandCast, )

Source§

fn fcvtzuwd_fix( &mut self, rd: impl OperandCast, rn: impl OperandCast, fbits: impl OperandCast, )

Source§

fn fcvtzswh_fix( &mut self, rd: impl OperandCast, rn: impl OperandCast, fbits: impl OperandCast, )

Source§

fn fcvtzuwh_fix( &mut self, rd: impl OperandCast, rn: impl OperandCast, fbits: impl OperandCast, )

Source§

fn fcvtzsxs_fix( &mut self, rd: impl OperandCast, rn: impl OperandCast, fbits: impl OperandCast, )

Source§

fn fcvtzuxs_fix( &mut self, rd: impl OperandCast, rn: impl OperandCast, fbits: impl OperandCast, )

Source§

fn fcvtzsxd_fix( &mut self, rd: impl OperandCast, rn: impl OperandCast, fbits: impl OperandCast, )

Source§

fn fcvtzuxd_fix( &mut self, rd: impl OperandCast, rn: impl OperandCast, fbits: impl OperandCast, )

Source§

fn fcvtzsxh_fix( &mut self, rd: impl OperandCast, rn: impl OperandCast, fbits: impl OperandCast, )

Source§

fn fcvtzuxh_fix( &mut self, rd: impl OperandCast, rn: impl OperandCast, fbits: impl OperandCast, )

Source§

fn scvtfsw_fix( &mut self, rd: impl OperandCast, rn: impl OperandCast, fbits: impl OperandCast, )

Source§

fn ucvtfsw_fix( &mut self, rd: impl OperandCast, rn: impl OperandCast, fbits: impl OperandCast, )

Source§

fn scvtfdw_fix( &mut self, rd: impl OperandCast, rn: impl OperandCast, fbits: impl OperandCast, )

Source§

fn ucvtfdw_fix( &mut self, rd: impl OperandCast, rn: impl OperandCast, fbits: impl OperandCast, )

Source§

fn scvtfhw_fix( &mut self, rd: impl OperandCast, rn: impl OperandCast, fbits: impl OperandCast, )

Source§

fn ucvtfhw_fix( &mut self, rd: impl OperandCast, rn: impl OperandCast, fbits: impl OperandCast, )

Source§

fn scvtfsx_fix( &mut self, rd: impl OperandCast, rn: impl OperandCast, fbits: impl OperandCast, )

Source§

fn ucvtfsx_fix( &mut self, rd: impl OperandCast, rn: impl OperandCast, fbits: impl OperandCast, )

Source§

fn scvtfdx_fix( &mut self, rd: impl OperandCast, rn: impl OperandCast, fbits: impl OperandCast, )

Source§

fn ucvtfdx_fix( &mut self, rd: impl OperandCast, rn: impl OperandCast, fbits: impl OperandCast, )

Source§

fn scvtfhx_fix( &mut self, rd: impl OperandCast, rn: impl OperandCast, fbits: impl OperandCast, )

Source§

fn ucvtfhx_fix( &mut self, rd: impl OperandCast, rn: impl OperandCast, fbits: impl OperandCast, )

Source§

fn fcvtnsws(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtnuws(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtasws(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtauws(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtpsws(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtpuws(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtmsws(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtmuws(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtzsws(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtzuws(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtnswd(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtnuwd(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtaswd(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtauwd(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtpswd(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtpuwd(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtmswd(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtmuwd(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtzswd(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtzuwd(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtnswh(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtnuwh(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtaswh(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtauwh(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtpswh(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtpuwh(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtmswh(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtmuwh(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtzswh(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtzuwh(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtnsxs(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtnuxs(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtasxs(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtauxs(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtpsxs(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtpuxs(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtmsxs(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtmuxs(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtzsxs(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtzuxs(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtnsxd(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtnuxd(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtasxd(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtauxd(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtpsxd(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtpuxd(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtmsxd(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtmuxd(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtzsxd(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtzuxd(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtnsxh(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtnuxh(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtasxh(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtauxh(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtpsxh(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtpuxh(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtmsxh(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtmuxh(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtzsxh(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtzuxh(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn scvtfsw(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn ucvtfsw(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn scvtfdw(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn ucvtfdw(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn scvtfhw(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn ucvtfhw(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn scvtfsx(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn ucvtfsx(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn scvtfdx(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn ucvtfdx(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn scvtfhx(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn ucvtfhx(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fmovws(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fmovwh(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fmovxd(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fmov_highxd(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fmovxh(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fmovsw(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fmovhw(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fmovdx(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fmov_highdx(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fmovhx(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fjcvtzswd(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtds(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvths(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtsd(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn bfcvt(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvthd(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtsh(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtdh(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frintns(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frintps(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frintms(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frintzs(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frintas(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frintxs(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frintis(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frintnd(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frintpd(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frintmd(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frintzd(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frintad(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frintxd(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frintid(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frintnh(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frintph(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frintmh(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frintzh(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frintah(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frintxh(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frintih(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frint32zs(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frint32xs(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frint64zs(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frint64xs(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frint32zd(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frint32xd(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frint64zd(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frint64xd(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fmovs(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fabss(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fnegs(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fsqrts(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fmovd(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fabsd(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fnegd(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fsqrtd(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fmovh(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fabsh(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fnegh(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fsqrth(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fmovsi(&mut self, rd: impl OperandCast, imm: impl OperandCast)

Source§

fn fmovdi(&mut self, rd: impl OperandCast, imm: impl OperandCast)

Source§

fn fmovhi(&mut self, rd: impl OperandCast, imm: impl OperandCast)

Source§

fn fmuls( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fdivs( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fadds( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fsubs( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmaxs( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmins( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmaxnms( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fminnms( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fnmuls( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmuld( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fdivd( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn faddd( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fsubd( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmaxd( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmind( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmaxnmd( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fminnmd( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fnmuld( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmulh( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fdivh( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn faddh( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fsubh( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmaxh( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fminh( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmaxnmh( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fminnmh( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fnmulh( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fcmp_s(&mut self, rn: impl OperandCast, rm: impl OperandCast)

Source§

fn fcmp_0s(&mut self, rn: impl OperandCast)

Source§

fn fcmpe_s(&mut self, rn: impl OperandCast, rm: impl OperandCast)

Source§

fn fcmpe_0s(&mut self, rn: impl OperandCast)

Source§

fn fcmp_d(&mut self, rn: impl OperandCast, rm: impl OperandCast)

Source§

fn fcmp_0d(&mut self, rn: impl OperandCast)

Source§

fn fcmpe_d(&mut self, rn: impl OperandCast, rm: impl OperandCast)

Source§

fn fcmpe_0d(&mut self, rn: impl OperandCast)

Source§

fn fcmp_h(&mut self, rn: impl OperandCast, rm: impl OperandCast)

Source§

fn fcmp_0h(&mut self, rn: impl OperandCast)

Source§

fn fcmpe_h(&mut self, rn: impl OperandCast, rm: impl OperandCast)

Source§

fn fcmpe_0h(&mut self, rn: impl OperandCast)

Source§

fn fccmps( &mut self, rn: impl OperandCast, rm: impl OperandCast, nzcv: impl OperandCast, cond: impl OperandCast, )

Source§

fn fccmpes( &mut self, rn: impl OperandCast, rm: impl OperandCast, nzcv: impl OperandCast, cond: impl OperandCast, )

Source§

fn fccmpd( &mut self, rn: impl OperandCast, rm: impl OperandCast, nzcv: impl OperandCast, cond: impl OperandCast, )

Source§

fn fccmped( &mut self, rn: impl OperandCast, rm: impl OperandCast, nzcv: impl OperandCast, cond: impl OperandCast, )

Source§

fn fccmph( &mut self, rn: impl OperandCast, rm: impl OperandCast, nzcv: impl OperandCast, cond: impl OperandCast, )

Source§

fn fccmpeh( &mut self, rn: impl OperandCast, rm: impl OperandCast, nzcv: impl OperandCast, cond: impl OperandCast, )

Source§

fn fcsels( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, cond: impl OperandCast, )

Source§

fn fcseld( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, cond: impl OperandCast, )

Source§

fn fcselh( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, cond: impl OperandCast, )

Source§

fn fmadds( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, ra: impl OperandCast, )

Source§

fn fmsubs( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, ra: impl OperandCast, )

Source§

fn fnmadds( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, ra: impl OperandCast, )

Source§

fn fnmsubs( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, ra: impl OperandCast, )

Source§

fn fmaddd( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, ra: impl OperandCast, )

Source§

fn fmsubd( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, ra: impl OperandCast, )

Source§

fn fnmaddd( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, ra: impl OperandCast, )

Source§

fn fnmsubd( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, ra: impl OperandCast, )

Source§

fn fmaddh( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, ra: impl OperandCast, )

Source§

fn fmsubh( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, ra: impl OperandCast, )

Source§

fn fnmaddh( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, ra: impl OperandCast, )

Source§

fn fnmsubh( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, ra: impl OperandCast, )

Source§

fn dupb( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm5: impl OperandCast, )

Source§

fn duph( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm5: impl OperandCast, )

Source§

fn dups( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm5: impl OperandCast, )

Source§

fn dupd( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm5: impl OperandCast, )

Source§

fn dup8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm5: impl OperandCast, )

Source§

fn dup4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm5: impl OperandCast, )

Source§

fn dup2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm5: impl OperandCast, )

Source§

fn dup16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm5: impl OperandCast, )

Source§

fn dup8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm5: impl OperandCast, )

Source§

fn dup4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm5: impl OperandCast, )

Source§

fn dup2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm5: impl OperandCast, )

Source§

fn dup8bw(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn dup4hw(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn dup2sw(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn dup16bw(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn dup8hw(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn dup4sw(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn dup2dx(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn insb( &mut self, rd: impl OperandCast, imm5: impl OperandCast, rn: impl OperandCast, imm4: impl OperandCast, )

Source§

fn insh( &mut self, rd: impl OperandCast, imm5: impl OperandCast, rn: impl OperandCast, imm4: impl OperandCast, )

Source§

fn inss( &mut self, rd: impl OperandCast, imm5: impl OperandCast, rn: impl OperandCast, imm4: impl OperandCast, )

Source§

fn insd( &mut self, rd: impl OperandCast, imm5: impl OperandCast, rn: impl OperandCast, imm4: impl OperandCast, )

Source§

fn insbw( &mut self, rd: impl OperandCast, imm5: impl OperandCast, rn: impl OperandCast, )

Source§

fn inshw( &mut self, rd: impl OperandCast, imm5: impl OperandCast, rn: impl OperandCast, )

Source§

fn inssw( &mut self, rd: impl OperandCast, imm5: impl OperandCast, rn: impl OperandCast, )

Source§

fn insdx( &mut self, rd: impl OperandCast, imm5: impl OperandCast, rn: impl OperandCast, )

Source§

fn smovwb( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm5: impl OperandCast, )

Source§

fn umovwb( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm5: impl OperandCast, )

Source§

fn smovwh( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm5: impl OperandCast, )

Source§

fn umovwh( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm5: impl OperandCast, )

Source§

fn umovws( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm5: impl OperandCast, )

Source§

fn smovxb( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm5: impl OperandCast, )

Source§

fn smovxh( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm5: impl OperandCast, )

Source§

fn smovxs( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm5: impl OperandCast, )

Source§

fn umovxd( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm5: impl OperandCast, )

Source§

fn tbl1_8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn tbx1_8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn tbl2_8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn tbx2_8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn tbl3_8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn tbx3_8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn tbl4_8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn tbx4_8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn tbl1_16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn tbx1_16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn tbl2_16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn tbx2_16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn tbl3_16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn tbx3_16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn tbl4_16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn tbx4_16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uzp1_8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn trn1_8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn zip1_8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uzp2_8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn trn2_8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn zip2_8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uzp1_4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn trn1_4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn zip1_4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uzp2_4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn trn2_4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn zip2_4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uzp1_2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn trn1_2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn zip1_2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uzp2_2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn trn2_2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn zip2_2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uzp1_16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn trn1_16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn zip1_16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uzp2_16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn trn2_16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn zip2_16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uzp1_8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn trn1_8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn zip1_8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uzp2_8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn trn2_8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn zip2_8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uzp1_4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn trn1_4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn zip1_4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uzp2_4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn trn2_4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn zip2_4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uzp1_2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn trn1_2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn zip1_2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uzp2_2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn trn2_2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn zip2_2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ext8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm4: impl OperandCast, )

Source§

fn ext16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm4: impl OperandCast, )

Source§

fn shadd8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn srhadd8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn shsub8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn shadd4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn srhadd4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn shsub4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn shadd2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn srhadd2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn shsub2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uhadd8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn urhadd8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uhsub8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uhadd4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn urhadd4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uhsub4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uhadd2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn urhadd2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uhsub2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn shadd16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn srhadd16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn shsub16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn shadd8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn srhadd8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn shsub8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn shadd4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn srhadd4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn shsub4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uhadd16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn urhadd16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uhsub16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uhadd8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn urhadd8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uhsub8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uhadd4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn urhadd4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uhsub4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqaddb( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqsubb( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqaddh( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqsubh( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqadds( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqsubs( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqaddd( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqsubd( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uqaddb( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uqsubb( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uqaddh( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uqsubh( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uqadds( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uqsubs( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uqaddd( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uqsubd( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqadd8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqsub8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqadd4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqsub4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqadd2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqsub2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uqadd8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uqsub8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uqadd4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uqsub4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uqadd2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uqsub2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqadd16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqsub16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqadd8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqsub8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqadd4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqsub4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqadd2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqsub2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uqadd16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uqsub16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uqadd8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uqsub8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uqadd4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uqsub4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uqadd2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uqsub2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn cmgtd( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn cmged( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn cmhid( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn cmhsd( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn cmgt8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn cmge8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn cmgt4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn cmge4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn cmgt2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn cmge2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn cmhi8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn cmhs8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn cmhi4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn cmhs4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn cmhi2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn cmhs2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn cmgt16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn cmge16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn cmgt8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn cmge8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn cmgt4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn cmge4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn cmgt2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn cmge2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn cmhi16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn cmhs16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn cmhi8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn cmhs8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn cmhi4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn cmhs4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn cmhi2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn cmhs2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn cmtstd( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn cmeqd( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn cmtst8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn cmtst4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn cmtst2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn cmeq8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn cmeq4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn cmeq2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn cmtst16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn cmtst8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn cmtst4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn cmtst2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn cmeq16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn cmeq8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn cmeq4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn cmeq2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn cmgtd_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn cmeqd_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn cmltd_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn cmged_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn cmled_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn cmgt8b_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn cmeq8b_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn cmlt8b_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn cmgt4h_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn cmeq4h_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn cmlt4h_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn cmgt2s_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn cmeq2s_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn cmlt2s_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn cmge8b_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn cmle8b_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn cmge4h_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn cmle4h_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn cmge2s_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn cmle2s_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn cmgt16b_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn cmeq16b_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn cmlt16b_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn cmgt8h_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn cmeq8h_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn cmlt8h_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn cmgt4s_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn cmeq4s_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn cmlt4s_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn cmgt2d_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn cmeq2d_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn cmlt2d_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn cmge16b_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn cmle16b_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn cmge8h_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn cmle8h_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn cmge4s_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn cmle4s_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn cmge2d_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn cmle2d_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn suqaddb(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sqabsb(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn suqaddh(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sqabsh(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn suqadds(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sqabss(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn suqaddd(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sqabsd(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn absd(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn usqaddb(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sqnegb(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn usqaddh(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sqnegh(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn usqadds(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sqnegs(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn usqaddd(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sqnegd(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn negd(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn suqadd8b(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sqabs8b(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn abs8b(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn suqadd4h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sqabs4h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn abs4h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn suqadd2s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sqabs2s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn abs2s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn usqadd8b(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sqneg8b(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn neg8b(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn usqadd4h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sqneg4h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn neg4h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn usqadd2s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sqneg2s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn neg2s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn suqadd16b(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sqabs16b(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn abs16b(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn suqadd8h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sqabs8h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn abs8h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn suqadd4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sqabs4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn abs4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn suqadd2d(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sqabs2d(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn abs2d(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn usqadd16b(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sqneg16b(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn neg16b(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn usqadd8h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sqneg8h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn neg8h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn usqadd4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sqneg4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn neg4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn usqadd2d(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sqneg2d(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn neg2d(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn saddlp4h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sadalp4h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn saddlp2s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sadalp2s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn saddlp1d(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sadalp1d(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn uaddlp4h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn uadalp4h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn uaddlp2s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn uadalp2s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn uaddlp1d(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn uadalp1d(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn saddlp8h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sadalp8h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn saddlp4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sadalp4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn saddlp2d(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sadalp2d(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn uaddlp8h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn uadalp8h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn uaddlp4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn uadalp4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn uaddlp2d(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn uadalp2d(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn cls8b(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn cls4h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn cls2s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn clz8b(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn clz4h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn clz2s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn cls16b(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn cls8h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn cls4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn clz16b(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn clz8h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn clz4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn cnt8b(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn not8b(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn rbit8b(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn cnt16b(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn not16b(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn rbit16b(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn mvn8b(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn mvn16b(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn rev64_8b(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn rev16_8b(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn rev64_4h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn rev64_2s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn rev32_8b(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn rev32_4h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn rev64_16b(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn rev16_16b(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn rev64_8h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn rev64_4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn rev32_16b(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn rev32_8h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sqxtnb(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sqxtnh(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sqxtns(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sqxtunb(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn uqxtnb(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sqxtunh(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn uqxtnh(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sqxtuns(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn uqxtns(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn xtn_8b(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sqxtn_8b(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn xtn_4h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sqxtn_4h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn xtn_2s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sqxtn_2s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sqxtun_8b(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn uqxtn_8b(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sqxtun_4h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn uqxtn_4h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sqxtun_2s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn uqxtn_2s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn xtn2_16b(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sqxtn2_16b(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn xtn2_8h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sqxtn2_8h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn xtn2_4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sqxtn2_4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sqxtun2_16b(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn uqxtn2_16b(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sqxtun2_8h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn uqxtn2_8h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sqxtun2_4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn uqxtn2_4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sqshlb( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqrshlb( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqshlh( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqrshlh( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqshls( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqrshls( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sshld( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqshld( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn srshld( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqrshld( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uqshlb( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uqrshlb( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uqshlh( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uqrshlh( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uqshls( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uqrshls( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ushld( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uqshld( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn urshld( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uqrshld( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sshl8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqshl8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn srshl8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqrshl8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sshl4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqshl4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn srshl4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqrshl4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sshl2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqshl2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn srshl2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqrshl2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ushl8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uqshl8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn urshl8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uqrshl8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ushl4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uqshl4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn urshl4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uqrshl4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ushl2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uqshl2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn urshl2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uqrshl2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sshl16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqshl16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn srshl16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqrshl16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sshl8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqshl8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn srshl8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqrshl8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sshl4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqshl4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn srshl4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqrshl4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sshl2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqshl2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn srshl2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqrshl2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ushl16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uqshl16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn urshl16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uqrshl16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ushl8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uqshl8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn urshl8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uqrshl8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ushl4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uqshl4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn urshl4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uqrshl4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ushl2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uqshl2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn urshl2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uqrshl2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn smax8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn smin8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn smaxp8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sminp8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn smax4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn smin4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn smaxp4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sminp4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn smax2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn smin2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn smaxp2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sminp2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn umax8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn umin8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn umaxp8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uminp8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn umax4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn umin4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn umaxp4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uminp4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn umax2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn umin2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn umaxp2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uminp2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn smax16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn smin16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn smaxp16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sminp16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn smax8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn smin8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn smaxp8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sminp8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn smax4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn smin4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn smaxp4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sminp4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn umax16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn umin16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn umaxp16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uminp16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn umax8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn umin8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn umaxp8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uminp8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn umax4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn umin4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn umaxp4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uminp4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sabd8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn saba8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sabd4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn saba4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sabd2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn saba2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uabd8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uaba8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uabd4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uaba4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uabd2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uaba2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sabd16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn saba16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sabd8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn saba8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sabd4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn saba4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uabd16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uaba16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uabd8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uaba8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uabd4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uaba4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn addd( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn subd( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn add8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn add4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn add2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sub8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sub4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sub2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn add16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn add8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn add4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn add2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sub16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sub8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sub4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sub2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn addp8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn addp4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn addp2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn addp16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn addp8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn addp4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn addp2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn mla8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn mul8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn mla4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn mul4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn mla2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn mul2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn mls8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn pmul8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn mls4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn mls2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn mla16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn mul16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn mla8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn mul8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn mla4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn mul4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn mls16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn pmul16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn mls8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn mls4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqdmulhh( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqdmulhs( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqrdmulhh( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqrdmulhs( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqdmulh4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqdmulh2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqrdmulh4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqrdmulh2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqdmulh8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqdmulh4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqrdmulh8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqrdmulh4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmaxnm2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmax2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fminnm2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmin2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmaxnmp2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmaxp2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fminnmp2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fminp2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmaxnm4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmax4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmaxnm2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmax2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fminnm4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmin4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fminnm2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmin2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmaxnmp4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmaxp4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmaxnmp2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmaxp2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fminnmp4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fminp4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fminnmp2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fminp2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fcmeqs( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fcmeqd( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fcmges( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn facges( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fcmged( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn facged( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fcmgts( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn facgts( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fcmgtd( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn facgtd( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fcmgts_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcmeqs_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcmlts_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcmgtd_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcmeqd_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcmltd_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcmges_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcmles_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcmged_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcmled_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcmeq2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fcmge2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn facge2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fcmgt2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn facgt2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fcmeq4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fcmeq2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fcmge4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn facge4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fcmge2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn facge2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fcmgt4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn facgt4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fcmgt2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn facgt2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fcmgt2s_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcmeq2s_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcmlt2s_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcmge2s_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcmle2s_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcmgt4s_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcmeq4s_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcmlt4s_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcmgt2d_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcmeq2d_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcmlt2d_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcmge4s_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcmle4s_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcmge2d_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcmle2d_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fabs2s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fneg2s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fsqrt2s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fabs4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fabs2d(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fneg4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fsqrt4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fneg2d(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fsqrt2d(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fabds( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fabdd( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fadd2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fsub2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn faddp2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fabd2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fadd4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fadd2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fsub4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fsub2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn faddp4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn faddp2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fabd4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fabd2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn frecpes(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frecpxs(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frecped(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frecpxd(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frsqrtes(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frsqrted(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn urecpe2s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frecpe2s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn ursqrte2s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frsqrte2s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn urecpe4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frecpe4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frecpe2d(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn ursqrte4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frsqrte4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frsqrte2d(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frecpss( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn frecpsd( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn frsqrtss( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn frsqrtsd( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn frecps2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn frsqrts2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn frecps4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn frecps2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn frsqrts4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn frsqrts2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmulxs( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmulxd( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmulx2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmul2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmulx4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmulx2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmul4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmul2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmla2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmls2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmla4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmla2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmls4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmls2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fdiv2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fdiv4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fdiv2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmulxh( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fcmeqh( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn frecpsh( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn frsqrtsh( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fcmgeh( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn facgeh( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fabdh( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fcmgth( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn facgth( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmaxnm4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmla4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fadd4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmulx4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fcmeq4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmax4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn frecps4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fminnm4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmls4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fsub4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmin4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn frsqrts4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmaxnmp4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn faddp4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmul4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fcmge4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn facge4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmaxp4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fdiv4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fminnmp4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fabd4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fcmgt4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn facgt4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fminp4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmaxnm8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmla8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fadd8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmulx8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fcmeq8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmax8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn frecps8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fminnm8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmls8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fsub8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmin8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn frsqrts8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmaxnmp8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn faddp8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmul8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fcmge8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn facge8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmaxp8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fdiv8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fminnmp8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fabd8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fcmgt8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn facgt8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fminp8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fcvtnsh(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtmsh(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtash(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn scvtfh(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcmgth_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcmeqh_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcmlth_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtpsh(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtzsh(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frecpeh(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frecpxh(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtnuh(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtmuh(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtauh(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn ucvtfh(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcmgeh_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcmleh_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtpuh(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtzuh(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frsqrteh(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frintn4h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frintm4h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtns4h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtms4h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtas4h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn scvtf4h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcmgt4h_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcmeq4h_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcmlt4h_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fabs4h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frintp4h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frintz4h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtps4h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtzs4h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frecpe4h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frinta4h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frintx4h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtnu4h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtmu4h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtau4h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn ucvtf4h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcmge4h_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcmle4h_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fneg4h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frinti4h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtpu4h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtzu4h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frsqrte4h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fsqrt4h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frintn8h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frintm8h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtns8h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtms8h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtas8h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn scvtf8h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcmgt8h_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcmeq8h_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcmlt8h_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fabs8h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frintp8h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frintz8h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtps8h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtzs8h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frecpe8h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frinta8h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frintx8h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtnu8h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtmu8h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtau8h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn ucvtf8h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcmge8h_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcmle8h_zero(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fneg8h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frinti8h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtpu8h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtzu8h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frsqrte8h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fsqrt8h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn and8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn bic8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn orr8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn orn8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn eor8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn bsl8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn bit8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn bif8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn and16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn bic16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn orr16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn orn16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn eor16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn bsl16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn bit16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn bif16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn mov8b(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn mov16b(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn saddl_8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ssubl_8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn saddl_4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ssubl_4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn saddl_2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ssubl_2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uaddl_8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn usubl_8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uaddl_4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn usubl_4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uaddl_2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn usubl_2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn saddl2_8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ssubl2_8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn saddl2_4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ssubl2_4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn saddl2_2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ssubl2_2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uaddl2_8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn usubl2_8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uaddl2_4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn usubl2_4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uaddl2_2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn usubl2_2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn saddw_8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ssubw_8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn saddw_4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ssubw_4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn saddw_2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ssubw_2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uaddw_8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn usubw_8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uaddw_4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn usubw_4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uaddw_2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn usubw_2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn saddw2_8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ssubw2_8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn saddw2_4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ssubw2_4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn saddw2_2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ssubw2_2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uaddw2_8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn usubw2_8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uaddw2_4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn usubw2_4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uaddw2_2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn usubw2_2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn addhn_8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn subhn_8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn addhn_4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn subhn_4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn addhn_2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn subhn_2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn raddhn_8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn rsubhn_8b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn raddhn_4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn rsubhn_4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn raddhn_2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn rsubhn_2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn addhn2_16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn subhn2_16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn addhn2_8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn subhn2_8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn addhn2_4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn subhn2_4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn raddhn2_16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn rsubhn2_16b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn raddhn2_8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn rsubhn2_8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn raddhn2_4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn rsubhn2_4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sabal_8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sabdl_8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sabal_4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sabdl_4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sabal_2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sabdl_2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uabal_8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uabdl_8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uabal_4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uabdl_4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uabal_2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uabdl_2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sabal2_8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sabdl2_8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sabal2_4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sabdl2_4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sabal2_2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sabdl2_2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uabal2_8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uabdl2_8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uabal2_4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uabdl2_4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uabal2_2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn uabdl2_2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn smlal_8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn smlsl_8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn smull_8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn smlal_4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn smlsl_4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn smull_4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn smlal_2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn smlsl_2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn smull_2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn umlal_8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn umlsl_8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn umull_8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn umlal_4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn umlsl_4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn umull_4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn umlal_2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn umlsl_2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn umull_2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn smlal2_8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn smlsl2_8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn smull2_8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn smlal2_4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn smlsl2_4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn smull2_4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn smlal2_2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn smlsl2_2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn smull2_2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn umlal2_8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn umlsl2_8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn umull2_8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn umlal2_4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn umlsl2_4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn umull2_4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn umlal2_2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn umlsl2_2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn umull2_2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqdmlals( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqdmlsls( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqdmulls( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqdmlald( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqdmlsld( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqdmulld( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqdmlal_4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqdmlsl_4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqdmull_4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqdmlal_2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqdmlsl_2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqdmull_2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqdmlal2_4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqdmlsl2_4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqdmull2_4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqdmlal2_2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqdmlsl2_2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqdmull2_2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn pmull_8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn pmull_1q( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn pmull2_8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn pmull2_1q( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqrdmlah_scalarh( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqrdmlsh_scalarh( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqrdmlah_scalars( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqrdmlsh_scalars( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqrdmlah4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqrdmlsh4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqrdmlah2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqrdmlsh2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqrdmlah8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqrdmlsh8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqrdmlah4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sqrdmlsh4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sshrd( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn ssrad( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn srshrd( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn srsrad( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn ushrd( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn usrad( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn urshrd( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn ursrad( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sshr8bi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn ssra8bi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn srshr8bi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn srsra8bi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sshr4hi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn ssra4hi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn srshr4hi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn srsra4hi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sshr2si( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn ssra2si( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn srshr2si( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn srsra2si( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn ushr8bi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn usra8bi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn urshr8bi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn ursra8bi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn ushr4hi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn usra4hi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn urshr4hi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn ursra4hi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn ushr2si( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn usra2si( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn urshr2si( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn ursra2si( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sshr16bi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn ssra16bi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn srshr16bi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn srsra16bi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sshr8hi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn ssra8hi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn srshr8hi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn srsra8hi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sshr4si( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn ssra4si( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn srshr4si( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn srsra4si( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sshr2di( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn ssra2di( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn srshr2di( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn srsra2di( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn ushr16bi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn usra16bi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn urshr16bi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn ursra16bi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn ushr8hi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn usra8hi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn urshr8hi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn ursra8hi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn ushr4si( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn usra4si( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn urshr4si( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn ursra4si( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn ushr2di( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn usra2di( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn urshr2di( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn ursra2di( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sqshlbi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sqshlhi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sqshlsi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sqshldi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sqshlubi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn uqshlbi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sqshluhi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn uqshlhi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sqshlusi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn uqshlsi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sqshludi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn uqshldi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sqshl8bi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sqshl4hi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sqshl2si( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sqshlu8bi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn uqshl8bi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sqshlu4hi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn uqshl4hi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sqshlu2si( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn uqshl2si( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sqshl16bi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sqshl8hi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sqshl4si( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sqshl2di( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sqshlu16bi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn uqshl16bi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sqshlu8hi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn uqshl8hi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sqshlu4si( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn uqshl4si( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sqshlu2di( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn uqshl2di( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sqshrnbi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sqrshrnbi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sqshrnhi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sqrshrnhi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sqshrnsi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sqrshrnsi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sqshrunbi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sqrshrunbi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn uqshrnbi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn uqrshrnbi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sqshrunhi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sqrshrunhi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn uqshrnhi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn uqrshrnhi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sqshrunsi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sqrshrunsi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn uqshrnsi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn uqrshrnsi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn shrn_8bi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn rshrn_8bi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sqshrn_8bi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sqrshrn_8bi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn shrn_4hi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn rshrn_4hi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sqshrn_4hi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sqrshrn_4hi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn shrn_2si( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn rshrn_2si( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sqshrn_2si( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sqrshrn_2si( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sqshrun_8bi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sqrshrun_8bi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn uqshrn_8bi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn uqrshrn_8bi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sqshrun_4hi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sqrshrun_4hi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn uqshrn_4hi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn uqrshrn_4hi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sqshrun_2si( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sqrshrun_2si( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn uqshrn_2si( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn uqrshrn_2si( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn shrn2_16bi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn rshrn2_16bi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sqshrn2_16bi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sqrshrn2_16bi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn shrn2_8hi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn rshrn2_8hi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sqshrn2_8hi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sqrshrn2_8hi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn shrn2_4si( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn rshrn2_4si( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sqshrn2_4si( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sqrshrn2_4si( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sqshrun2_16bi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sqrshrun2_16bi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn uqshrn2_16bi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn uqrshrn2_16bi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sqshrun2_8hi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sqrshrun2_8hi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn uqshrn2_8hi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn uqrshrn2_8hi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sqshrun2_4si( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sqrshrun2_4si( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn uqshrn2_4si( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn uqrshrn2_4si( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sshll_8hi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sshll_4si( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sshll_2di( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn ushll_8hi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn ushll_4si( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn ushll_2di( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sshll2_8hi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sshll2_4si( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sshll2_2di( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn ushll2_8hi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn ushll2_4si( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn ushll2_2di( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sxtl_8h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sxtl_4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sxtl_2d(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn uxtl_8h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn uxtl_4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn uxtl_2d(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sxtl2_8h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sxtl2_4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sxtl2_2d(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn uxtl2_8h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn uxtl2_4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn uxtl2_2d(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn shll_8h_8(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn shll_4s_16(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn shll_2d_32(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn shll2_8h_8(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn shll2_4s_16(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn shll2_2d_32(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn shldi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sridi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn slidi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn shl8bi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn shl4hi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn shl2si( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sri8bi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sli8bi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sri4hi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sli4hi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sri2si( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sli2si( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn shl16bi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn shl8hi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn shl4si( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn shl2di( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sri16bi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sli16bi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sri8hi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sli8hi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sri4si( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sli4si( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sri2di( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn sli2di( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn scvtfhi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn fcvtzshi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn scvtfsi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn fcvtzssi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn scvtfdi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn fcvtzsdi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn ucvtfhi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn fcvtzuhi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn ucvtfsi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn fcvtzusi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn ucvtfdi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn fcvtzudi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn scvtf4hi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn fcvtzs4hi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn scvtf2si( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn fcvtzs2si( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn ucvtf4hi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn fcvtzu4hi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn ucvtf2si( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn fcvtzu2si( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn scvtf8hi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn fcvtzs8hi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn scvtf4si( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn fcvtzs4si( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn scvtf2di( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn fcvtzs2di( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn ucvtf8hi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn fcvtzu8hi( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn ucvtf4si( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn fcvtzu4si( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn ucvtf2di( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn fcvtzu2di( &mut self, rd: impl OperandCast, rn: impl OperandCast, imm: impl OperandCast, )

Source§

fn fcvtnss(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtmss(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtass(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtnsd(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtmsd(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtasd(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtpss(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtzss(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtpsd(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtzsd(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtnus(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtmus(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtaus(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtnud(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtmud(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtaud(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtpus(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtzus(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtpud(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtzud(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtns2s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtms2s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtas2s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtps2s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtzs2s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtnu2s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtmu2s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtau2s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtpu2s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtzu2s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtns4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtms4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtas4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtns2d(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtms2d(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtas2d(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtps4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtzs4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtps2d(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtzs2d(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtnu4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtmu4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtau4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtnu2d(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtmu2d(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtau2d(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtpu4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtzu4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtpu2d(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtzu2d(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtl_4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtl_2d(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtl2_4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtl2_2d(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn scvtfs(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn scvtfd(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn ucvtfs(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn ucvtfd(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn scvtf2s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn ucvtf2s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn scvtf4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn scvtf2d(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn ucvtf4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn ucvtf2d(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtxns(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtn_4h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtn_2s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn bfcvtn_4h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtxn_2s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtn2_8h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtn2_4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn bfcvtn2_8h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fcvtxn2_4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frintn2s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frintm2s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frintp2s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frintz2s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frinta2s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frintx2s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frinti2s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frintn4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frintm4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frintn2d(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frintm2d(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frintp4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frintz4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frintp2d(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frintz2d(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frinta4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frintx4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frinta2d(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frintx2d(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frinti4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frinti2d(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frint32z2s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frint64z2s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frint32x2s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frint64x2s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frint32z4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frint64z4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frint32z2d(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frint64z2d(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frint32x4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frint64x4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frint32x2d(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn frint64x2d(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn addpd(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn saddlv8b(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn smaxv8b(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sminv8b(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn addv8b(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn saddlv4h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn smaxv4h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sminv4h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn addv4h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn uaddlv8b(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn umaxv8b(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn uminv8b(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn uaddlv4h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn umaxv4h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn uminv4h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn saddlv16b(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn smaxv16b(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sminv16b(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn addv16b(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn saddlv8h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn smaxv8h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sminv8h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn addv8h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn saddlv4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn smaxv4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sminv4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn addv4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn uaddlv16b(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn umaxv16b(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn uminv16b(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn uaddlv8h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn umaxv8h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn uminv8h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn uaddlv4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn umaxv4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn uminv4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fmaxnmph(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn faddph(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fmaxph(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fminnmph(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fminph(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fmaxnmps(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn faddps(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fmaxps(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fmaxnmpd(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn faddpd(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fmaxpd(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fminnmps(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fminps(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fminnmpd(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fminpd(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fmaxnmv4h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fmaxv4h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fminnmv4h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fminv4h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fmaxnmv8h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fmaxv8h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fminnmv8h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fminv8h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fmaxnmv4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fmaxv4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fminnmv4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn fminv4s(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sqdmulhh_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn sqrdmulhh_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn sqdmulhs_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn sqrdmulhs_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn sqrdmlahh_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn sqrdmlshh_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn sqrdmlahs_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn sqrdmlshs_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn mul4h_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn sqdmulh4h_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn sqrdmulh4h_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn mul2s_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn sqdmulh2s_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn sqrdmulh2s_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn mla4h_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn mls4h_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn sqrdmlah4h_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn sqrdmlsh4h_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn mla2s_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn mls2s_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn sqrdmlah2s_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn sqrdmlsh2s_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn mul8h_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn sqdmulh8h_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn sqrdmulh8h_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn mul4s_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn sqdmulh4s_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn sqrdmulh4s_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn mla8h_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn mls8h_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn sqrdmlah8h_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn sqrdmlsh8h_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn mla4s_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn mls4s_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn sqrdmlah4s_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn sqrdmlsh4s_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn sqdmlalh_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn sqdmlslh_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn sqdmullh_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn sqdmlals_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn sqdmlsls_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn sqdmulls_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn smlal_4s_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn sqdmlal_4s_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn smlsl_4s_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn sqdmlsl_4s_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn smull_4s_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn sqdmull_4s_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn smlal_2d_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn sqdmlal_2d_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn smlsl_2d_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn sqdmlsl_2d_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn smull_2d_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn sqdmull_2d_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn umlal_4s_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn umlsl_4s_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn umull_4s_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn umlal_2d_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn umlsl_2d_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn umull_2d_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn smlal2_4s_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn sqdmlal2_4s_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn smlsl2_4s_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn sqdmlsl2_4s_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn smull2_4s_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn sqdmull2_4s_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn smlal2_2d_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn sqdmlal2_2d_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn smlsl2_2d_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn sqdmlsl2_2d_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn smull2_2d_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn sqdmull2_2d_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn umlal2_4s_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn umlsl2_4s_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn umull2_4s_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn umlal2_2d_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn umlsl2_2d_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn umull2_2d_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn fmlas_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn fmlss_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn fmuls_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn fmlad_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn fmlsd_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn fmuld_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn fmulxs_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn fmulxd_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn fmlah_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn fmlsh_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn fmulh_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn fmulxh_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn fmla2s_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn fmls2s_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn fmul2s_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn fmulx2s_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn fmla4s_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn fmls4s_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn fmul4s_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn fmla2d_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn fmls2d_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn fmul2d_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn fmulx4s_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn fmulx2d_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn fmla4h_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn fmls4h_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn fmul4h_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn fmulx4h_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn fmla8h_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn fmls8h_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn fmul8h_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn fmulx8h_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn sdot2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn usdot2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn bfdot2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn udot2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sdot4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn usdot4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn smmla4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn usmmla4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn bfmmla4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn bfdot4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn udot4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn ummla4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sudot2s_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn bfdot2s_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn sdot2s_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn usdot2s_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn udot2s_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn sudot4s_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn bfdot4s_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn sdot4s_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn usdot4s_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn udot4s_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn bfmlalb( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn bfmlalt( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn bfmlalb_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn bfmlalt_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn fmlal_2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmlsl_2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmlal2_2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmlsl2_2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmlal_4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmlsl_4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmlal2_4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmlsl2_4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn fmlal_2s_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn fmlsl_2s_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn fmlal2_2s_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn fmlsl2_2s_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn fmlal_4s_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn fmlsl_4s_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn fmlal2_4s_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn fmlsl2_4s_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, )

Source§

fn fcmla4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, rot: impl OperandCast, )

Source§

fn fcadd4h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, rot: impl OperandCast, )

Source§

fn fcmla2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, rot: impl OperandCast, )

Source§

fn fcadd2s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, rot: impl OperandCast, )

Source§

fn fcmla8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, rot: impl OperandCast, )

Source§

fn fcadd8h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, rot: impl OperandCast, )

Source§

fn fcmla4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, rot: impl OperandCast, )

Source§

fn fcadd4s( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, rot: impl OperandCast, )

Source§

fn fcmla2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, rot: impl OperandCast, )

Source§

fn fcadd2d( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, rot: impl OperandCast, )

Source§

fn fcmla4h_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, rot: impl OperandCast, )

Source§

fn fcmla8h_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, rot: impl OperandCast, )

Source§

fn fcmla4s_elem( &mut self, rd: impl OperandCast, rn: impl OperandCast, mrm: impl OperandCast, elemidx: impl OperandCast, rot: impl OperandCast, )

Source§

fn movid(&mut self, rd: impl OperandCast, imm64: impl OperandCast)

Source§

fn movi2d(&mut self, rd: impl OperandCast, imm64: impl OperandCast)

Source§

fn orr2si( &mut self, rd: impl OperandCast, imm: impl OperandCast, lsl: impl OperandCast, )

Source§

fn bic2si( &mut self, rd: impl OperandCast, imm: impl OperandCast, lsl: impl OperandCast, )

Source§

fn orr4si( &mut self, rd: impl OperandCast, imm: impl OperandCast, lsl: impl OperandCast, )

Source§

fn bic4si( &mut self, rd: impl OperandCast, imm: impl OperandCast, lsl: impl OperandCast, )

Source§

fn orr4hi( &mut self, rd: impl OperandCast, imm: impl OperandCast, lsl: impl OperandCast, )

Source§

fn bic4hi( &mut self, rd: impl OperandCast, imm: impl OperandCast, lsl: impl OperandCast, )

Source§

fn orr8hi( &mut self, rd: impl OperandCast, imm: impl OperandCast, lsl: impl OperandCast, )

Source§

fn bic8hi( &mut self, rd: impl OperandCast, imm: impl OperandCast, lsl: impl OperandCast, )

Source§

fn fmov2si(&mut self, rd: impl OperandCast, imm: impl OperandCast)

Source§

fn fmov4hi(&mut self, rd: impl OperandCast, imm: impl OperandCast)

Source§

fn fmov4si(&mut self, rd: impl OperandCast, imm: impl OperandCast)

Source§

fn fmov8hi(&mut self, rd: impl OperandCast, imm: impl OperandCast)

Source§

fn fmov2di(&mut self, rd: impl OperandCast, imm: impl OperandCast)

Source§

fn pacia(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn pacib(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn pacda(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn pacdb(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn autia(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn autib(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn autda(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn autdb(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn paciza(&mut self, rd: impl OperandCast)

Source§

fn pacizb(&mut self, rd: impl OperandCast)

Source§

fn pacdza(&mut self, rd: impl OperandCast)

Source§

fn pacdzb(&mut self, rd: impl OperandCast)

Source§

fn autiza(&mut self, rd: impl OperandCast)

Source§

fn autizb(&mut self, rd: impl OperandCast)

Source§

fn autdza(&mut self, rd: impl OperandCast)

Source§

fn autdzb(&mut self, rd: impl OperandCast)

Source§

fn ldraa( &mut self, rt: impl OperandCast, rn: impl OperandCast, simm9: impl OperandCast, )

Source§

fn ldraa_pre( &mut self, rt: impl OperandCast, rn: impl OperandCast, simm9: impl OperandCast, )

Source§

fn ldrab( &mut self, rt: impl OperandCast, rn: impl OperandCast, simm9: impl OperandCast, )

Source§

fn ldrab_pre( &mut self, rt: impl OperandCast, rn: impl OperandCast, simm9: impl OperandCast, )

Source§

fn xpaci(&mut self, rd: impl OperandCast)

Source§

fn xpacd(&mut self, rd: impl OperandCast)

Source§

fn pacga( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn casb( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn caslb( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn casab( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn casalb( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn cash( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn caslh( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn casah( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn casalh( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn casw( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn caslw( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn casaw( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn casalw( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn casx( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn caslx( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn casax( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn casalx( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn caspw( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn casplw( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn caspaw( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn caspalw( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn caspx( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn casplx( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn caspax( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn caspalx( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn swpb( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn swplb( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn swpab( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn swpalb( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn swph( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn swplh( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn swpah( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn swpalh( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn swpw( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn swplw( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn swpaw( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn swpalw( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn swpx( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn swplx( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn swpax( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn swpalx( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldaddb( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldclrb( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldeorb( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldsetb( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldsmaxb( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldsminb( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldumaxb( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn lduminb( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldaddlb( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldclrlb( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldeorlb( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldsetlb( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldsmaxlb( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldsminlb( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldumaxlb( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn lduminlb( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldaddab( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldclrab( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldeorab( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldsetab( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldsmaxab( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldsminab( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldumaxab( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn lduminab( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldaddalb( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldclralb( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldeoralb( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldsetalb( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldsmaxalb( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldsminalb( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldumaxalb( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn lduminalb( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldaddh( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldclrh( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldeorh( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldseth( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldsmaxh( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldsminh( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldumaxh( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn lduminh( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldaddlh( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldclrlh( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldeorlh( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldsetlh( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldsmaxlh( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldsminlh( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldumaxlh( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn lduminlh( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldaddah( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldclrah( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldeorah( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldsetah( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldsmaxah( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldsminah( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldumaxah( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn lduminah( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldaddalh( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldclralh( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldeoralh( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldsetalh( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldsmaxalh( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldsminalh( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldumaxalh( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn lduminalh( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldaddw( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldclrw( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldeorw( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldsetw( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldsmaxw( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldsminw( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldumaxw( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn lduminw( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldaddlw( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldclrlw( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldeorlw( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldsetlw( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldsmaxlw( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldsminlw( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldumaxlw( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn lduminlw( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldaddaw( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldclraw( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldeoraw( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldsetaw( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldsmaxaw( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldsminaw( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldumaxaw( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn lduminaw( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldaddalw( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldclralw( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldeoralw( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldsetalw( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldsmaxalw( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldsminalw( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldumaxalw( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn lduminalw( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldaddx( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldclrx( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldeorx( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldsetx( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldsmaxx( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldsminx( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldumaxx( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn lduminx( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldaddlx( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldclrlx( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldeorlx( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldsetlx( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldsmaxlx( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldsminlx( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldumaxlx( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn lduminlx( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldaddax( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldclrax( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldeorax( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldsetax( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldsmaxax( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldsminax( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldumaxax( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn lduminax( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldaddalx( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldclralx( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldeoralx( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldsetalx( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldsmaxalx( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldsminalx( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn ldumaxalx( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn lduminalx( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn stlurb( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldapurb( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldapursbx( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldapursbw( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn stlurh( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldapurh( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldapurshx( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldapurshw( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn stlurw( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldapurw( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldapurswx( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn stlurx( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldapurx( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldaprb(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ldaprh(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ldaprw(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ldaprx(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn crc32b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn crc32h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn crc32w( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn crc32cb( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn crc32ch( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn crc32cw( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn crc32x( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn crc32cx( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn addg( &mut self, rd: impl OperandCast, rn: impl OperandCast, uimm6: impl OperandCast, uimm4: impl OperandCast, )

Source§

fn subg( &mut self, rd: impl OperandCast, rn: impl OperandCast, uimm6: impl OperandCast, uimm4: impl OperandCast, )

Source§

fn irg( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn gmi( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn subp( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn subps( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn cmpp(&mut self, rn: impl OperandCast, rm: impl OperandCast)

Source§

fn stg_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn stg( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn stg_pre( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn stzg_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn stzg( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn stzg_pre( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn st2g_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn st2g( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn st2g_pre( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn stz2g_post( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn stz2g( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn stz2g_pre( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn ldg( &mut self, rt: impl OperandCast, rn: impl OperandCast, imm9: impl OperandCast, )

Source§

fn stzgm(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn stgm(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ldgm(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn cfinv(&mut self)

Source§

fn xaflag(&mut self)

Source§

fn axflag(&mut self)

Source§

fn rmif( &mut self, rn: impl OperandCast, imm6: impl OperandCast, mask: impl OperandCast, )

Source§

fn setf8(&mut self, rn: impl OperandCast)

Source§

fn setf16(&mut self, rn: impl OperandCast)

Source§

fn sb(&mut self)

Source§

fn tcancel(&mut self, imm16: impl OperandCast)

Source§

fn tcommit(&mut self)

Source§

fn tstart(&mut self, rt: impl OperandCast)

Source§

fn ttest(&mut self, rt: impl OperandCast)

Source§

fn wfet(&mut self, rd: impl OperandCast)

Source§

fn wfit(&mut self, rd: impl OperandCast)

Source§

fn st64b(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn ld64b(&mut self, rt: impl OperandCast, rn: impl OperandCast)

Source§

fn st64bv0( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn st64bv( &mut self, rs: impl OperandCast, rt: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyfp( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyfpwt( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyfprt( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyfpt( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyfpwn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyfpwtwn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyfprtwn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyfptwn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyfprn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyfpwtrn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyfprtrn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyfptrn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyfpn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyfpwtn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyfprtn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyfptn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyfm( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyfmwt( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyfmrt( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyfmt( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyfmwn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyfmwtwn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyfmrtwn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyfmtwn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyfmrn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyfmwtrn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyfmrtrn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyfmtrn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyfmn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyfmwtn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyfmrtn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyfmtn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyfe( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyfewt( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyfert( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyfet( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyfewn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyfewtwn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyfertwn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyfetwn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyfern( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyfewtrn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyfertrn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyfetrn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyfen( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyfewtn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyfertn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyfetn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyp( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpypwt( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyprt( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpypt( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpypwn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpypwtwn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyprtwn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyptwn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyprn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpypwtrn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyprtrn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyptrn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpypn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpypwtn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyprtn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyptn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpym( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpymwt( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpymrt( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpymt( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpymwn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpymwtwn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpymrtwn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpymtwn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpymrn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpymwtrn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpymrtrn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpymtrn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpymn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpymwtn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpymrtn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpymtn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpye( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyewt( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyert( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyet( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyewn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyewtwn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyertwn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyetwn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyern( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyewtrn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyertrn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyetrn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyen( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyewtn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyertn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn cpyetn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn setp( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn setpt( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn setpn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn setptn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn setm( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn setmt( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn setmn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn setmtn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn sete( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn setet( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn seten( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn setetn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn setgp( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn setgpt( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn setgpn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn setgptn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn setgm( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn setgmt( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn setgmn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn setgmtn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn setge( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn setget( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn setgen( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn setgetn( &mut self, rd: impl OperandCast, rs: impl OperandCast, rn: impl OperandCast, )

Source§

fn aese(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn aesd(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn aesmc(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn aesimc(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sha1c( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sha1p( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sha1m( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sha1su0( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sha256h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sha256h2( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sha256su1( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sha1h(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sha1su1(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sha256su0(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sm3tt1a( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm2: impl OperandCast, )

Source§

fn sm3tt1b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm2: impl OperandCast, )

Source§

fn sm3tt2a( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm2: impl OperandCast, )

Source§

fn sm3tt2b( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm2: impl OperandCast, )

Source§

fn eor3( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, ra: impl OperandCast, )

Source§

fn bcax( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, ra: impl OperandCast, )

Source§

fn sm3ss1( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, ra: impl OperandCast, )

Source§

fn sha512su0(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sm4e(&mut self, rd: impl OperandCast, rn: impl OperandCast)

Source§

fn sha512h( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sha512h2( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sha512su1( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn rax1( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sm3partw1( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sm3partw2( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn sm4ekey( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, )

Source§

fn xar( &mut self, rd: impl OperandCast, rn: impl OperandCast, rm: impl OperandCast, imm6: impl OperandCast, )

Source§

impl<'a> Emitter for Assembler<'a>

Source§

fn emit_n(&mut self, opcode: i64, ops: &[&Operand])

Source§

fn emit( &mut self, opcode: i64, op0: &Operand, op1: &Operand, op2: &Operand, op3: &Operand, )

Auto Trait Implementations§

§

impl<'a> Freeze for Assembler<'a>

§

impl<'a> RefUnwindSafe for Assembler<'a>

§

impl<'a> Send for Assembler<'a>

§

impl<'a> Sync for Assembler<'a>

§

impl<'a> Unpin for Assembler<'a>

§

impl<'a> !UnwindSafe for Assembler<'a>

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.