use crate::*;
const ALIGNED_ADDR: u64 = 0x3000;
#[test]
fn test_vfnmadd132ps_xmm0_xmm1_xmm2() {
let mut emu = emu64();
let code = [
0xc4, 0xe2, 0x71, 0x9c, 0xc2, 0xf4, ];
emu.load_code_bytes(&code);
emu.run(None).unwrap();
}
#[test]
fn test_vfnmadd132ps_xmm2_xmm3_xmm4() {
let mut emu = emu64();
let code = [
0xc4, 0xe2, 0x61, 0x9c, 0xd4, 0xf4, ];
emu.load_code_bytes(&code);
emu.run(None).unwrap();
}
#[test]
fn test_vfnmadd132ps_xmm5_xmm6_xmm7() {
let mut emu = emu64();
let code = [
0xc4, 0xe2, 0x49, 0x9c, 0xef, 0xf4, ];
emu.load_code_bytes(&code);
emu.run(None).unwrap();
}
#[test]
fn test_vfnmadd132ps_xmm8_xmm9_xmm10() {
let mut emu = emu64();
let code = [
0xc4, 0x42, 0x31, 0x9c, 0xc2, 0xf4, ];
emu.load_code_bytes(&code);
emu.run(None).unwrap();
}
#[test]
fn test_vfnmadd132ps_xmm13_xmm14_xmm15() {
let mut emu = emu64();
let code = [
0xc4, 0x42, 0x09, 0x9c, 0xef, 0xf4, ];
emu.load_code_bytes(&code);
emu.run(None).unwrap();
}
#[test]
fn test_vfnmadd132ps_ymm0_ymm1_ymm2() {
let mut emu = emu64();
let code = [
0xc4, 0xe2, 0x75, 0x9c, 0xc2, 0xf4, ];
emu.load_code_bytes(&code);
emu.run(None).unwrap();
}
#[test]
fn test_vfnmadd132ps_ymm2_ymm3_ymm4() {
let mut emu = emu64();
let code = [
0xc4, 0xe2, 0x65, 0x9c, 0xd4, 0xf4, ];
emu.load_code_bytes(&code);
emu.run(None).unwrap();
}
#[test]
fn test_vfnmadd132ps_ymm5_ymm6_ymm7() {
let mut emu = emu64();
let code = [
0xc4, 0xe2, 0x4d, 0x9c, 0xef, 0xf4, ];
emu.load_code_bytes(&code);
emu.run(None).unwrap();
}
#[test]
fn test_vfnmadd132ps_ymm8_ymm9_ymm10() {
let mut emu = emu64();
let code = [
0xc4, 0x42, 0x35, 0x9c, 0xc2, 0xf4, ];
emu.load_code_bytes(&code);
emu.run(None).unwrap();
}
#[test]
fn test_vfnmadd132ps_ymm13_ymm14_ymm15() {
let mut emu = emu64();
let code = [
0xc4, 0x42, 0x0d, 0x9c, 0xef, 0xf4, ];
emu.load_code_bytes(&code);
emu.run(None).unwrap();
}
#[test]
fn test_vfnmadd132pd_xmm0_xmm1_xmm2() {
let mut emu = emu64();
let code = [
0xc4, 0xe2, 0xf1, 0x9c, 0xc2, 0xf4, ];
emu.load_code_bytes(&code);
emu.run(None).unwrap();
}
#[test]
fn test_vfnmadd132pd_xmm2_xmm3_xmm4() {
let mut emu = emu64();
let code = [
0xc4, 0xe2, 0xe1, 0x9c, 0xd4, 0xf4, ];
emu.load_code_bytes(&code);
emu.run(None).unwrap();
}
#[test]
fn test_vfnmadd132pd_xmm5_xmm6_xmm7() {
let mut emu = emu64();
let code = [
0xc4, 0xe2, 0xc9, 0x9c, 0xef, 0xf4, ];
emu.load_code_bytes(&code);
emu.run(None).unwrap();
}
#[test]
fn test_vfnmadd132pd_xmm8_xmm9_xmm10() {
let mut emu = emu64();
let code = [
0xc4, 0x42, 0xb1, 0x9c, 0xc2, 0xf4, ];
emu.load_code_bytes(&code);
emu.run(None).unwrap();
}
#[test]
fn test_vfnmadd132pd_xmm13_xmm14_xmm15() {
let mut emu = emu64();
let code = [
0xc4, 0x42, 0x89, 0x9c, 0xef, 0xf4, ];
emu.load_code_bytes(&code);
emu.run(None).unwrap();
}
#[test]
fn test_vfnmadd132pd_ymm0_ymm1_ymm2() {
let mut emu = emu64();
let code = [
0xc4, 0xe2, 0xf5, 0x9c, 0xc2, 0xf4, ];
emu.load_code_bytes(&code);
emu.run(None).unwrap();
}
#[test]
fn test_vfnmadd132pd_ymm2_ymm3_ymm4() {
let mut emu = emu64();
let code = [
0xc4, 0xe2, 0xe5, 0x9c, 0xd4, 0xf4, ];
emu.load_code_bytes(&code);
emu.run(None).unwrap();
}
#[test]
fn test_vfnmadd132pd_ymm5_ymm6_ymm7() {
let mut emu = emu64();
let code = [
0xc4, 0xe2, 0xcd, 0x9c, 0xef, 0xf4, ];
emu.load_code_bytes(&code);
emu.run(None).unwrap();
}
#[test]
fn test_vfnmadd132pd_ymm8_ymm9_ymm10() {
let mut emu = emu64();
let code = [
0xc4, 0x42, 0xb5, 0x9c, 0xc2, 0xf4, ];
emu.load_code_bytes(&code);
emu.run(None).unwrap();
}
#[test]
fn test_vfnmadd132pd_ymm13_ymm14_ymm15() {
let mut emu = emu64();
let code = [
0xc4, 0x42, 0x8d, 0x9c, 0xef, 0xf4, ];
emu.load_code_bytes(&code);
emu.run(None).unwrap();
}
#[test]
fn test_vfnmadd132ss_xmm0_xmm1_xmm2() {
let mut emu = emu64();
let code = [
0xc4, 0xe2, 0x71, 0x9d, 0xc2, 0xf4, ];
emu.load_code_bytes(&code);
emu.run(None).unwrap();
}
#[test]
fn test_vfnmadd132ss_xmm8_xmm9_xmm10() {
let mut emu = emu64();
let code = [
0xc4, 0x42, 0x31, 0x9d, 0xc2, 0xf4, ];
emu.load_code_bytes(&code);
emu.run(None).unwrap();
}
#[test]
fn test_vfnmadd132sd_xmm0_xmm1_xmm2() {
let mut emu = emu64();
let code = [
0xc4, 0xe2, 0xf1, 0x9d, 0xc2, 0xf4, ];
emu.load_code_bytes(&code);
emu.run(None).unwrap();
}
#[test]
fn test_vfnmadd132sd_xmm8_xmm9_xmm10() {
let mut emu = emu64();
let code = [
0xc4, 0x42, 0xb1, 0x9d, 0xc2, 0xf4, ];
emu.load_code_bytes(&code);
emu.run(None).unwrap();
}
#[test]
fn test_vfnmadd132ss_xmm13_xmm14_xmm15() {
let mut emu = emu64();
let code = [
0xc4, 0x42, 0x09, 0x9d, 0xef, 0xf4, ];
emu.load_code_bytes(&code);
emu.run(None).unwrap();
}
#[test]
fn test_vfnmadd132sd_xmm13_xmm14_xmm15() {
let mut emu = emu64();
let code = [
0xc4, 0x42, 0x89, 0x9d, 0xef, 0xf4, ];
emu.load_code_bytes(&code);
emu.run(None).unwrap();
}
#[test]
fn test_vfnmadd213ps_xmm0_xmm1_xmm2() {
let mut emu = emu64();
let code = [
0xc4, 0xe2, 0x71, 0xac, 0xc2, 0xf4, ];
emu.load_code_bytes(&code);
emu.run(None).unwrap();
}
#[test]
fn test_vfnmadd213ps_ymm0_ymm1_ymm2() {
let mut emu = emu64();
let code = [
0xc4, 0xe2, 0x75, 0xac, 0xc2, 0xf4, ];
emu.load_code_bytes(&code);
emu.run(None).unwrap();
}
#[test]
fn test_vfnmadd213ps_xmm8_xmm9_xmm10() {
let mut emu = emu64();
let code = [
0xc4, 0x42, 0x31, 0xac, 0xc2, 0xf4, ];
emu.load_code_bytes(&code);
emu.run(None).unwrap();
}
#[test]
fn test_vfnmadd213ps_ymm8_ymm9_ymm10() {
let mut emu = emu64();
let code = [
0xc4, 0x42, 0x35, 0xac, 0xc2, 0xf4, ];
emu.load_code_bytes(&code);
emu.run(None).unwrap();
}
#[test]
fn test_vfnmadd213pd_xmm0_xmm1_xmm2() {
let mut emu = emu64();
let code = [
0xc4, 0xe2, 0xf1, 0xac, 0xc2, 0xf4, ];
emu.load_code_bytes(&code);
emu.run(None).unwrap();
}
#[test]
fn test_vfnmadd213pd_ymm0_ymm1_ymm2() {
let mut emu = emu64();
let code = [
0xc4, 0xe2, 0xf5, 0xac, 0xc2, 0xf4, ];
emu.load_code_bytes(&code);
emu.run(None).unwrap();
}
#[test]
fn test_vfnmadd213pd_xmm8_xmm9_xmm10() {
let mut emu = emu64();
let code = [
0xc4, 0x42, 0xb1, 0xac, 0xc2, 0xf4, ];
emu.load_code_bytes(&code);
emu.run(None).unwrap();
}
#[test]
fn test_vfnmadd213pd_ymm8_ymm9_ymm10() {
let mut emu = emu64();
let code = [
0xc4, 0x42, 0xb5, 0xac, 0xc2, 0xf4, ];
emu.load_code_bytes(&code);
emu.run(None).unwrap();
}
#[test]
fn test_vfnmadd213ss_xmm0_xmm1_xmm2() {
let mut emu = emu64();
let code = [
0xc4, 0xe2, 0x71, 0xad, 0xc2, 0xf4, ];
emu.load_code_bytes(&code);
emu.run(None).unwrap();
}
#[test]
fn test_vfnmadd213sd_xmm0_xmm1_xmm2() {
let mut emu = emu64();
let code = [
0xc4, 0xe2, 0xf1, 0xad, 0xc2, 0xf4, ];
emu.load_code_bytes(&code);
emu.run(None).unwrap();
}
#[test]
fn test_vfnmadd213ss_xmm8_xmm9_xmm10() {
let mut emu = emu64();
let code = [
0xc4, 0x42, 0x31, 0xad, 0xc2, 0xf4, ];
emu.load_code_bytes(&code);
emu.run(None).unwrap();
}
#[test]
fn test_vfnmadd213sd_xmm8_xmm9_xmm10() {
let mut emu = emu64();
let code = [
0xc4, 0x42, 0xb1, 0xad, 0xc2, 0xf4, ];
emu.load_code_bytes(&code);
emu.run(None).unwrap();
}
#[test]
fn test_vfnmadd231ps_xmm0_xmm1_xmm2() {
let mut emu = emu64();
let code = [
0xc4, 0xe2, 0x71, 0xbc, 0xc2, 0xf4, ];
emu.load_code_bytes(&code);
emu.run(None).unwrap();
}
#[test]
fn test_vfnmadd231ps_ymm0_ymm1_ymm2() {
let mut emu = emu64();
let code = [
0xc4, 0xe2, 0x75, 0xbc, 0xc2, 0xf4, ];
emu.load_code_bytes(&code);
emu.run(None).unwrap();
}
#[test]
fn test_vfnmadd231ps_xmm8_xmm9_xmm10() {
let mut emu = emu64();
let code = [
0xc4, 0x42, 0x31, 0xbc, 0xc2, 0xf4, ];
emu.load_code_bytes(&code);
emu.run(None).unwrap();
}
#[test]
fn test_vfnmadd231ps_ymm8_ymm9_ymm10() {
let mut emu = emu64();
let code = [
0xc4, 0x42, 0x35, 0xbc, 0xc2, 0xf4, ];
emu.load_code_bytes(&code);
emu.run(None).unwrap();
}
#[test]
fn test_vfnmadd231pd_xmm0_xmm1_xmm2() {
let mut emu = emu64();
let code = [
0xc4, 0xe2, 0xf1, 0xbc, 0xc2, 0xf4, ];
emu.load_code_bytes(&code);
emu.run(None).unwrap();
}
#[test]
fn test_vfnmadd231pd_ymm0_ymm1_ymm2() {
let mut emu = emu64();
let code = [
0xc4, 0xe2, 0xf5, 0xbc, 0xc2, 0xf4, ];
emu.load_code_bytes(&code);
emu.run(None).unwrap();
}
#[test]
fn test_vfnmadd231pd_xmm8_xmm9_xmm10() {
let mut emu = emu64();
let code = [
0xc4, 0x42, 0xb1, 0xbc, 0xc2, 0xf4, ];
emu.load_code_bytes(&code);
emu.run(None).unwrap();
}
#[test]
fn test_vfnmadd231pd_ymm8_ymm9_ymm10() {
let mut emu = emu64();
let code = [
0xc4, 0x42, 0xb5, 0xbc, 0xc2, 0xf4, ];
emu.load_code_bytes(&code);
emu.run(None).unwrap();
}
#[test]
fn test_vfnmadd231ss_xmm0_xmm1_xmm2() {
let mut emu = emu64();
let code = [
0xc4, 0xe2, 0x71, 0xbd, 0xc2, 0xf4, ];
emu.load_code_bytes(&code);
emu.run(None).unwrap();
}
#[test]
fn test_vfnmadd231sd_xmm0_xmm1_xmm2() {
let mut emu = emu64();
let code = [
0xc4, 0xe2, 0xf1, 0xbd, 0xc2, 0xf4, ];
emu.load_code_bytes(&code);
emu.run(None).unwrap();
}
#[test]
fn test_vfnmadd231ss_xmm8_xmm9_xmm10() {
let mut emu = emu64();
let code = [
0xc4, 0x42, 0x31, 0xbd, 0xc2, 0xf4, ];
emu.load_code_bytes(&code);
emu.run(None).unwrap();
}
#[test]
fn test_vfnmadd231sd_xmm8_xmm9_xmm10() {
let mut emu = emu64();
let code = [
0xc4, 0x42, 0xb1, 0xbd, 0xc2, 0xf4, ];
emu.load_code_bytes(&code);
emu.run(None).unwrap();
}
#[test]
fn test_vfnmadd132ps_xmm0_xmm1_mem() {
let mut emu = emu64();
let code = [
0xc4, 0xe2, 0x71, 0x9c, 0x04, 0x25, 0x00, 0x30, 0x00, 0x00, 0xf4, ];
emu.load_code_bytes(&code);
emu.run(None).unwrap();
}
#[test]
fn test_vfnmadd213pd_ymm0_ymm1_mem() {
let mut emu = emu64();
let code = [
0xc4, 0xe2, 0xf5, 0xac, 0x04, 0x25, 0x00, 0x30, 0x00, 0x00, 0xf4, ];
emu.load_code_bytes(&code);
emu.run(None).unwrap();
}
#[test]
fn test_vfnmadd231ss_xmm0_xmm1_mem() {
let mut emu = emu64();
let code = [
0xc4, 0xe2, 0x71, 0xbd, 0x04, 0x25, 0x00, 0x30, 0x00, 0x00, 0xf4, ];
emu.load_code_bytes(&code);
emu.run(None).unwrap();
}
#[test]
fn test_vfnmadd132sd_xmm15_xmm8_mem() {
let mut emu = emu64();
let code = [
0xc4, 0x62, 0xb9, 0x9d, 0x3c, 0x25, 0x00, 0x30, 0x00, 0x00, 0xf4, ];
emu.load_code_bytes(&code);
emu.run(None).unwrap();
}