Home | History | Annotate | Download | only in Hexagon

Lines Matching full:memop

36 // LD ST ALU32 XTYPE J JR MEMOP NV CR SYSTEM(system is not implemented in the
73 // MEMOP Instructions:
1751 // MEMOP: Word, Half, Byte
1825 // Template class for MemOp instructions with the register value.
1828 string memOp, bits<2> memOpBits> :
1831 opc#"($base+#$offset)"#memOp#"$delta",
1855 // Template class for MemOp instructions with the immediate value.
1858 string memOp, bits<2> memOpBits> :
1861 opc#"($base+#$offset)"#memOp#"#$delta"
1885 // multiclass to define MemOp instructions with register operand.
1893 // multiclass to define MemOp instructions with immediate Operand.
1906 // Define MemOp instructions.