/external/llvm/test/CodeGen/X86/ |
D | rounding-ops.ll | 9 ; CHECK-SSE: roundss $9 35 ; CHECK-SSE: roundss $12 61 ; CHECK-SSE: roundss $10 87 ; CHECK-SSE: roundss $4 113 ; CHECK-SSE: roundss $11
|
D | floor-soft-float.ll | 9 ; CHECK-HARD-FLOAT: roundss $9, %xmm0, %xmm0
|
D | vec_ss_load_fold.ll | 59 ; CHECK: roundss $4, (%eax), %xmm0 71 ; CHECK: roundss $4, %xmm{{.*}}, %xmm0
|
D | sse41-intrinsics-x86.ll | 275 ; CHECK: roundss
|
D | stack-folding-fp-sse42.ll | 909 ;CHECK: roundss $9, {{-?[0-9]*}}(%rsp), {{%xmm[0-9][0-9]*}} {{.*#+}} 4-byte Folded Reload
|
/external/llvm/test/MC/X86/ |
D | x86-64.s | 528 roundss $0xE, %xmm0, %xmm0 // CHECK: encoding: [0x66,0x0f,0x3a,0x0a,0xc0,0x0e] label
|
/external/elfutils/libcpu/ |
D | ChangeLog | 84 pmovzxdq, pmuldq, pmulld, popcnt, ptest, roundss, roundps, roundpd,
|
/external/v8/src/ia32/ |
D | assembler-ia32.h | 1026 void roundss(XMMRegister dst, XMMRegister src, RoundingMode mode);
|
D | assembler-ia32.cc | 2301 void Assembler::roundss(XMMRegister dst, XMMRegister src, RoundingMode mode) { in roundss() function in v8::internal::Assembler
|
/external/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 939 __ roundss(i.OutputDoubleRegister(), i.InputDoubleRegister(0), mode); in AssembleArchInstruction() local
|
/external/elfutils/libcpu/defs/ |
D | i386 | 965 01100110,00001111,00111010,00001010,{Mod}{xmmreg}{R_m},{imm8}:roundss {imm8},{Mod}{R_m},{xmmreg}
|
/external/v8/src/x64/ |
D | assembler-x64.h | 1165 void roundss(XMMRegister dst, XMMRegister src, RoundingMode mode);
|
D | assembler-x64.cc | 3687 void Assembler::roundss(XMMRegister dst, XMMRegister src, RoundingMode mode) { in roundss() function in v8::internal::Assembler
|
D | macro-assembler-x64.cc | 2858 roundss(dst, src, mode); in Roundss()
|
/external/elfutils/tests/ |
D | testfile44.expect.bz2 | 1testfile44.o: elf32-elf_i386
2
3Disassembly of section .text:
4
5 0 ... |
D | testfile45.expect.bz2 | 1testfile45.o: elf64-elf_x86_64
2
3Disassembly of section .text:
4
5 0 ... |
D | ChangeLog | 1647 roundss, roundps, roundpd, and roundsd.
|
/external/llvm/lib/Target/X86/ |
D | X86InstrSSE.td | 6513 // FP round - roundss, roundps, roundsd, roundpd
|