Home | History | Annotate | Download | only in arm64asm

Lines Matching defs:FMIN

134 	FMIN
603 FMIN: "FMIN",
2132 // FMIN <Sd>, <Sn>, <Sm>
2133 {0xffe0fc00, 0x1e205800, FMIN, instArgs{arg_Sd, arg_Sn, arg_Sm}, nil},
2134 // FMIN <Dd>, <Dn>, <Dm>
2135 {0xffe0fc00, 0x1e605800, FMIN, instArgs{arg_Dd, arg_Dn, arg_Dm}, nil},
2136 // FMIN <Vd>.<t>, <Vn>.<t>, <Vm>.<t>
2137 {0xbfa0fc00, 0x0ea0f400, FMIN, instArgs{arg_Vd_arrangement_sz_Q___2S_00__4S_01__2D_11, arg_Vn_arrangement_sz_Q___2S_00__4S_01__2D_11, arg_Vm_arrangement_sz_Q___2S_00__4S_01__2D_11}, nil},