/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
sse4.asm | 218 roundps xmm1, xmm2, 5 label 219 roundps xmm1, [0], 5 label
|
sse5-all.asm | 498 roundps xmm1, xmm2, 5 ; 66 0F 3A 08 312 05 label 499 roundps xmm1, [0], byte 5 ; 66 0F 3A 08 016 00 00 05 label 500 roundps xmm1, dqword [0], 5 ; 66 0F 3A 08 016 00 00 05 label
|
avx.asm | 2375 roundps xmm1, xmm2, 5 label 2376 roundps xmm1, [rax], byte 5 label 2377 roundps xmm1, dqword [rax], 5 label [all...] |
/external/llvm/test/Analysis/CostModel/X86/ |
intrinsic-cost.ll | 4 ; If SSE4.1 roundps instruction is available it is cheap to lower, otherwise
|
/external/qemu/target-i386/ |
ops_sse_header.h | 313 DEF_HELPER_3(glue(roundps, SUFFIX), void, Reg, Reg, i32)
|
translate.c | [all...] |
/external/valgrind/main/none/tests/amd64/ |
sse4-64.c | [all...] |
/external/llvm/docs/ |
Vectorizers.rst | 245 example, the loop below will be vectorized on Intel x86 if the SSE4.1 roundps
|
/external/llvm/test/MC/X86/ |
x86-64.s | 529 roundps $0xE, %xmm0, %xmm0 // CHECK: encoding: [0x66,0x0f,0x3a,0x08,0xc0,0x0e] label
|
/external/chromium_org/third_party/yasm/source/patched-yasm/ |
x86insn_nasm.gperf | [all...] |
x86insn_gas.gperf | [all...] |
/external/qemu/ |
i386-dis.c | [all...] |
/external/valgrind/main/ |
NEWS | 342 257063 (SSE4.x) vex amd64->IR: 0x66 0xF 0x3A 0x8 0xC0 0x0 (ROUNDPS) [all...] |
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/bin/ |
i686-linux-android-as | |
i686-linux-android-objdump | |
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/i686-linux-android/bin/ |
as | |
objdump | |
/external/chromium_org/third_party/mach_override/libudis86/ |
itab.c | [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/ |
gen_x86_insn.py | [all...] |
/external/llvm/lib/Target/X86/ |
X86InstrSSE.td | [all...] |