/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
simd.d | 50 [ ]*[a-f0-9]+: f3 0f 2d 00 cvtss2si \(%eax\),%eax 143 [ ]*[a-f0-9]+: f3 0f 2d 00 cvtss2si \(%eax\),%eax
|
x86-64-simd-suffix.d | 69 [ ]*[a-f0-9]+: f3 0f 2d 00 cvtss2si \(%rax\),%eax 188 [ ]*[a-f0-9]+: f3 0f 2d 00 cvtss2si \(%rax\),%eax
|
x86-64-opcode.s | 149 # CVTSS2SI
|
/art/compiler/utils/x86_64/ |
assembler_x86_64_test.cc | [all...] |
assembler_x86_64.h | 435 void cvtss2si(CpuRegister dst, XmmRegister src); // Note: this is the r32 version. [all...] |
assembler_x86_64.cc | 743 void X86_64Assembler::cvtss2si(CpuRegister dst, XmmRegister src) { function in class:art::x86_64::X86_64Assembler [all...] |
/prebuilts/go/darwin-x86/src/cmd/internal/rsc.io/x86/x86asm/ |
gnu.go | 125 case CVTSD2SI, CVTSS2SI, CVTTSD2SI, CVTTSS2SI, 523 case CVTSI2SS, CVTSI2SD, CVTSS2SI, CVTSD2SI, CVTTSD2SI, CVTTSS2SI:
|
tables.go | 1253 /*2069*/ uint16(xSetOp), uint16(CVTSS2SI), 1258 /*2075*/ uint16(xSetOp), uint16(CVTSS2SI), 1275 /*2105*/ uint16(xSetOp), uint16(CVTSS2SI), [all...] |
/prebuilts/go/linux-x86/src/cmd/internal/rsc.io/x86/x86asm/ |
gnu.go | 125 case CVTSD2SI, CVTSS2SI, CVTTSD2SI, CVTTSS2SI, 523 case CVTSI2SS, CVTSI2SD, CVTSS2SI, CVTSD2SI, CVTTSD2SI, CVTTSS2SI:
|
tables.go | 1253 /*2069*/ uint16(xSetOp), uint16(CVTSS2SI), 1258 /*2075*/ uint16(xSetOp), uint16(CVTSS2SI), 1275 /*2105*/ uint16(xSetOp), uint16(CVTSS2SI), [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/ |
x86-64-simd-suffix.d | 69 [ ]*[a-f0-9]+: f3 0f 2d 00 cvtss2si \(%rax\),%eax 188 [ ]*[a-f0-9]+: f3 0f 2d 00 cvtss2si \(%rax\),%eax
|
/art/compiler/utils/x86/ |
assembler_x86.h | 414 void cvtss2si(Register dst, XmmRegister src);
|
assembler_x86.cc | 659 void X86Assembler::cvtss2si(Register dst, XmmRegister src) { function in class:art::x86::X86Assembler [all...] |
/external/llvm/test/CodeGen/X86/ |
stack-folding-fp-sse42.ll | 423 ;CHECK: cvtss2si {{-?[0-9]*}}(%rsp), %eax {{.*#+}} 16-byte Folded Reload 425 %2 = call i32 @llvm.x86.sse.cvtss2si(<4 x float> %a0) 428 declare i32 @llvm.x86.sse.cvtss2si(<4 x float>) nounwind readnone 434 ;CHECK: cvtss2si {{-?[0-9]*}}(%rsp), %rax {{.*#+}} 16-byte Folded Reload [all...] |
stack-folding-fp-avx1.ll | [all...] |
/external/elfutils/tests/ |
testfile44.expect.bz2 | |
/art/disassembler/ |
disassembler_x86.cc | 503 opcode1 = "cvtss2si"; [all...] |
/external/llvm/lib/Target/X86/ |
X86InstrSSE.td | [all...] |
/external/mesa3d/src/mesa/x86/ |
assyntax.h | [all...] |
/external/elfutils/libcpu/defs/ |
i386 | 665 11110011,00001111,00101101,{Mod}{reg}{R_m}:cvtss2si {Mod}{R_m},{reg} [all...] |
/external/libvpx/libvpx/third_party/x86inc/ |
x86inc.asm | [all...] |
/external/v8/src/ia32/ |
disasm-ia32.cc | [all...] |
/external/libchrome/sandbox/win/src/sidestep/ |
ia32_opcode_map.cpp | [all...] |
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_arit.c | [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/ |
ChangeLog-2007 | 556 * gas/i386/simd.s: Add tests for cvtss2si/cvtsd2si in Intel [all...] |