; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py ; RUN: llc < %s -O0 -verify-machineinstrs -mtriple=x86_64-unknown-unknown --show-mc-encoding -mattr=+avxneconvert | FileCheck %s --check-prefixes=CHECK,X64 ; RUN: llc < %s -O0 -verify-machineinstrs -mtriple=i686-unknown-unknown --show-mc-encoding -mattr=+avxneconvert | FileCheck %s --check-prefixes=CHECK,X86 define <4 x float> @test_int_x86_vbcstnebf162ps128(ptr %A) { ; X64-LABEL: test_int_x86_vbcstnebf162ps128: ; X64: # %bb.0: ; X64-NEXT: vbcstnebf162ps (%rdi), %xmm0 # encoding: [0xc4,0xe2,0x7a,0xb1,0x07] ; X64-NEXT: retq # encoding: [0xc3] ; ; X86-LABEL: test_int_x86_vbcstnebf162ps128: ; X86: # %bb.0: ; X86-NEXT: movl {{[0-9]+}}(%esp), %eax # encoding: [0x8b,0x44,0x24,0x04] ; X86-NEXT: vbcstnebf162ps (%eax), %xmm0 # encoding: [0xc4,0xe2,0x7a,0xb1,0x00] ; X86-NEXT: retl # encoding: [0xc3] %ret = call <4 x float> @llvm.x86.vbcstnebf162ps128(ptr %A) ret <4 x float> %ret } declare <4 x float> @llvm.x86.vbcstnebf162ps128(ptr %A) define <8 x float> @test_int_x86_vbcstnebf162ps256(ptr %A) { ; X64-LABEL: test_int_x86_vbcstnebf162ps256: ; X64: # %bb.0: ; X64-NEXT: vbcstnebf162ps (%rdi), %ymm0 # encoding: [0xc4,0xe2,0x7e,0xb1,0x07] ; X64-NEXT: retq # encoding: [0xc3] ; ; X86-LABEL: test_int_x86_vbcstnebf162ps256: ; X86: # %bb.0: ; X86-NEXT: movl {{[0-9]+}}(%esp), %eax # encoding: [0x8b,0x44,0x24,0x04] ; X86-NEXT: vbcstnebf162ps (%eax), %ymm0 # encoding: [0xc4,0xe2,0x7e,0xb1,0x00] ; X86-NEXT: retl # encoding: [0xc3] %ret = call <8 x float> @llvm.x86.vbcstnebf162ps256(ptr %A) ret <8 x float> %ret } declare <8 x float> @llvm.x86.vbcstnebf162ps256(ptr %A) define <4 x float> @test_int_x86_vbcstnesh2ps128(ptr %A) { ; X64-LABEL: test_int_x86_vbcstnesh2ps128: ; X64: # %bb.0: ; X64-NEXT: vbcstnesh2ps (%rdi), %xmm0 # encoding: [0xc4,0xe2,0x79,0xb1,0x07] ; X64-NEXT: retq # encoding: [0xc3] ; ; X86-LABEL: test_int_x86_vbcstnesh2ps128: ; X86: # %bb.0: ; X86-NEXT: movl {{[0-9]+}}(%esp), %eax # encoding: [0x8b,0x44,0x24,0x04] ; X86-NEXT: vbcstnesh2ps (%eax), %xmm0 # encoding: [0xc4,0xe2,0x79,0xb1,0x00] ; X86-NEXT: retl # encoding: [0xc3] %ret = call <4 x float> @llvm.x86.vbcstnesh2ps128(ptr %A) ret <4 x float> %ret } declare <4 x float> @llvm.x86.vbcstnesh2ps128(ptr %A) define <8 x float> @test_int_x86_vbcstnesh2ps256(ptr %A) { ; X64-LABEL: test_int_x86_vbcstnesh2ps256: ; X64: # %bb.0: ; X64-NEXT: vbcstnesh2ps (%rdi), %ymm0 # encoding: [0xc4,0xe2,0x7d,0xb1,0x07] ; X64-NEXT: retq # encoding: [0xc3] ; ; X86-LABEL: test_int_x86_vbcstnesh2ps256: ; X86: # %bb.0: ; X86-NEXT: movl {{[0-9]+}}(%esp), %eax # encoding: [0x8b,0x44,0x24,0x04] ; X86-NEXT: vbcstnesh2ps (%eax), %ymm0 # encoding: [0xc4,0xe2,0x7d,0xb1,0x00] ; X86-NEXT: retl # encoding: [0xc3] %ret = call <8 x float> @llvm.x86.vbcstnesh2ps256(ptr %A) ret <8 x float> %ret } declare <8 x float> @llvm.x86.vbcstnesh2ps256(ptr %A) define <4 x float> @test_int_x86_vcvtneebf162ps128(ptr %A) { ; X64-LABEL: test_int_x86_vcvtneebf162ps128: ; X64: # %bb.0: ; X64-NEXT: vcvtneebf162ps (%rdi), %xmm0 # encoding: [0xc4,0xe2,0x7a,0xb0,0x07] ; X64-NEXT: retq # encoding: [0xc3] ; ; X86-LABEL: test_int_x86_vcvtneebf162ps128: ; X86: # %bb.0: ; X86-NEXT: movl {{[0-9]+}}(%esp), %eax # encoding: [0x8b,0x44,0x24,0x04] ; X86-NEXT: vcvtneebf162ps (%eax), %xmm0 # encoding: [0xc4,0xe2,0x7a,0xb0,0x00] ; X86-NEXT: retl # encoding: [0xc3] %ret = call <4 x float> @llvm.x86.vcvtneebf162ps128(ptr %A) ret <4 x float> %ret } declare <4 x float> @llvm.x86.vcvtneebf162ps128(ptr %A) define <8 x float> @test_int_x86_vcvtneebf162ps256(ptr %A) { ; X64-LABEL: test_int_x86_vcvtneebf162ps256: ; X64: # %bb.0: ; X64-NEXT: vcvtneebf162ps (%rdi), %ymm0 # encoding: [0xc4,0xe2,0x7e,0xb0,0x07] ; X64-NEXT: retq # encoding: [0xc3] ; ; X86-LABEL: test_int_x86_vcvtneebf162ps256: ; X86: # %bb.0: ; X86-NEXT: movl {{[0-9]+}}(%esp), %eax # encoding: [0x8b,0x44,0x24,0x04] ; X86-NEXT: vcvtneebf162ps (%eax), %ymm0 # encoding: [0xc4,0xe2,0x7e,0xb0,0x00] ; X86-NEXT: retl # encoding: [0xc3] %ret = call <8 x float> @llvm.x86.vcvtneebf162ps256(ptr %A) ret <8 x float> %ret } declare <8 x float> @llvm.x86.vcvtneebf162ps256(ptr %A) define <4 x float> @test_int_x86_vcvtneeph2ps128(ptr %A) { ; X64-LABEL: test_int_x86_vcvtneeph2ps128: ; X64: # %bb.0: ; X64-NEXT: vcvtneeph2ps (%rdi), %xmm0 # encoding: [0xc4,0xe2,0x79,0xb0,0x07] ; X64-NEXT: retq # encoding: [0xc3] ; ; X86-LABEL: test_int_x86_vcvtneeph2ps128: ; X86: # %bb.0: ; X86-NEXT: movl {{[0-9]+}}(%esp), %eax # encoding: [0x8b,0x44,0x24,0x04] ; X86-NEXT: vcvtneeph2ps (%eax), %xmm0 # encoding: [0xc4,0xe2,0x79,0xb0,0x00] ; X86-NEXT: retl # encoding: [0xc3] %ret = call <4 x float> @llvm.x86.vcvtneeph2ps128(ptr %A) ret <4 x float> %ret } declare <4 x float> @llvm.x86.vcvtneeph2ps128(ptr %A) define <8 x float> @test_int_x86_vcvtneeph2ps256(ptr %A) { ; X64-LABEL: test_int_x86_vcvtneeph2ps256: ; X64: # %bb.0: ; X64-NEXT: vcvtneeph2ps (%rdi), %ymm0 # encoding: [0xc4,0xe2,0x7d,0xb0,0x07] ; X64-NEXT: retq # encoding: [0xc3] ; ; X86-LABEL: test_int_x86_vcvtneeph2ps256: ; X86: # %bb.0: ; X86-NEXT: movl {{[0-9]+}}(%esp), %eax # encoding: [0x8b,0x44,0x24,0x04] ; X86-NEXT: vcvtneeph2ps (%eax), %ymm0 # encoding: [0xc4,0xe2,0x7d,0xb0,0x00] ; X86-NEXT: retl # encoding: [0xc3] %ret = call <8 x float> @llvm.x86.vcvtneeph2ps256(ptr %A) ret <8 x float> %ret } declare <8 x float> @llvm.x86.vcvtneeph2ps256(ptr %A) define <4 x float> @test_int_x86_vcvtneobf162ps128(ptr %A) { ; X64-LABEL: test_int_x86_vcvtneobf162ps128: ; X64: # %bb.0: ; X64-NEXT: vcvtneobf162ps (%rdi), %xmm0 # encoding: [0xc4,0xe2,0x7b,0xb0,0x07] ; X64-NEXT: retq # encoding: [0xc3] ; ; X86-LABEL: test_int_x86_vcvtneobf162ps128: ; X86: # %bb.0: ; X86-NEXT: movl {{[0-9]+}}(%esp), %eax # encoding: [0x8b,0x44,0x24,0x04] ; X86-NEXT: vcvtneobf162ps (%eax), %xmm0 # encoding: [0xc4,0xe2,0x7b,0xb0,0x00] ; X86-NEXT: retl # encoding: [0xc3] %ret = call <4 x float> @llvm.x86.vcvtneobf162ps128(ptr %A) ret <4 x float> %ret } declare <4 x float> @llvm.x86.vcvtneobf162ps128(ptr %A) define <8 x float> @test_int_x86_vcvtneobf162ps256(ptr %A) { ; X64-LABEL: test_int_x86_vcvtneobf162ps256: ; X64: # %bb.0: ; X64-NEXT: vcvtneobf162ps (%rdi), %ymm0 # encoding: [0xc4,0xe2,0x7f,0xb0,0x07] ; X64-NEXT: retq # encoding: [0xc3] ; ; X86-LABEL: test_int_x86_vcvtneobf162ps256: ; X86: # %bb.0: ; X86-NEXT: movl {{[0-9]+}}(%esp), %eax # encoding: [0x8b,0x44,0x24,0x04] ; X86-NEXT: vcvtneobf162ps (%eax), %ymm0 # encoding: [0xc4,0xe2,0x7f,0xb0,0x00] ; X86-NEXT: retl # encoding: [0xc3] %ret = call <8 x float> @llvm.x86.vcvtneobf162ps256(ptr %A) ret <8 x float> %ret } declare <8 x float> @llvm.x86.vcvtneobf162ps256(ptr %A) define <4 x float> @test_int_x86_vcvtneoph2ps128(ptr %A) { ; X64-LABEL: test_int_x86_vcvtneoph2ps128: ; X64: # %bb.0: ; X64-NEXT: vcvtneoph2ps (%rdi), %xmm0 # encoding: [0xc4,0xe2,0x78,0xb0,0x07] ; X64-NEXT: retq # encoding: [0xc3] ; ; X86-LABEL: test_int_x86_vcvtneoph2ps128: ; X86: # %bb.0: ; X86-NEXT: movl {{[0-9]+}}(%esp), %eax # encoding: [0x8b,0x44,0x24,0x04] ; X86-NEXT: vcvtneoph2ps (%eax), %xmm0 # encoding: [0xc4,0xe2,0x78,0xb0,0x00] ; X86-NEXT: retl # encoding: [0xc3] %ret = call <4 x float> @llvm.x86.vcvtneoph2ps128(ptr %A) ret <4 x float> %ret } declare <4 x float> @llvm.x86.vcvtneoph2ps128(ptr %A) define <8 x float> @test_int_x86_vcvtneoph2ps256(ptr %A) { ; X64-LABEL: test_int_x86_vcvtneoph2ps256: ; X64: # %bb.0: ; X64-NEXT: vcvtneoph2ps (%rdi), %ymm0 # encoding: [0xc4,0xe2,0x7c,0xb0,0x07] ; X64-NEXT: retq # encoding: [0xc3] ; ; X86-LABEL: test_int_x86_vcvtneoph2ps256: ; X86: # %bb.0: ; X86-NEXT: movl {{[0-9]+}}(%esp), %eax # encoding: [0x8b,0x44,0x24,0x04] ; X86-NEXT: vcvtneoph2ps (%eax), %ymm0 # encoding: [0xc4,0xe2,0x7c,0xb0,0x00] ; X86-NEXT: retl # encoding: [0xc3] %ret = call <8 x float> @llvm.x86.vcvtneoph2ps256(ptr %A) ret <8 x float> %ret } declare <8 x float> @llvm.x86.vcvtneoph2ps256(ptr %A) define <8 x bfloat> @test_int_x86_vcvtneps2bf16128(<4 x float> %A) { ; CHECK-LABEL: test_int_x86_vcvtneps2bf16128: ; CHECK: # %bb.0: ; CHECK-NEXT: {vex} vcvtneps2bf16 %xmm0, %xmm0 # encoding: [0xc4,0xe2,0x7a,0x72,0xc0] ; CHECK-NEXT: ret{{[l|q]}} # encoding: [0xc3] %ret = call <8 x bfloat> @llvm.x86.vcvtneps2bf16128(<4 x float> %A) ret <8 x bfloat> %ret } declare <8 x bfloat> @llvm.x86.vcvtneps2bf16128(<4 x float> %A) define <8 x bfloat> @test_int_x86_vcvtneps2bf16256(<8 x float> %A) { ; CHECK-LABEL: test_int_x86_vcvtneps2bf16256: ; CHECK: # %bb.0: ; CHECK-NEXT: {vex} vcvtneps2bf16 %ymm0, %xmm0 # encoding: [0xc4,0xe2,0x7e,0x72,0xc0] ; CHECK-NEXT: vzeroupper # encoding: [0xc5,0xf8,0x77] ; CHECK-NEXT: ret{{[l|q]}} # encoding: [0xc3] %ret = call <8 x bfloat> @llvm.x86.vcvtneps2bf16256(<8 x float> %A) ret <8 x bfloat> %ret } declare <8 x bfloat> @llvm.x86.vcvtneps2bf16256(<8 x float> %A)