Home | History | Annotate | Download | only in priv

Lines Matching refs:szB

123       ARM64am_RI12,   /* reg + uimm12 * szB (iow, scaled by access size) */
139 UChar szB; /* 1, 2, 4, 8 (16 ?) */
150 extern ARM64AMode* ARM64AMode_RI12 ( HReg reg, Int uimm12, UChar szB );
764 Int szB; /* 1, 2, 4 or 8 */
768 Int szB; /* 1, 2, 4 or 8 */
1011 UInt szB; // 16=mov qD,qS; 8=mov dD,dS; 4=mov sD,sS
1057 extern ARM64Instr* ARM64Instr_LdrEX ( Int szB );
1058 extern ARM64Instr* ARM64Instr_StrEX ( Int szB );
1103 extern ARM64Instr* ARM64Instr_VMov ( UInt szB, HReg dst, HReg src );