HomeSort by relevance Sort by last modified time
    Searched full:cvttsd2siq (Results 1 - 16 of 16) sorted by null

  /external/swiftshader/third_party/LLVM/test/CodeGen/X86/
x86-64-dead-stack-adjust.ll 2 ; RUN: llc < %s | grep cvttsd2siq
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
x86-64-opcode.s 136 CVTTSD2SIq (%r8),%rax # -- -- F2 49 0f 2c 00 ; OVR 128-bit media instruction override REX for 64-bit operand size REX to access upper reg.
137 CVTTSD2SIq (%rax),%rax # -- -- F2 48 0f 2c 00 ; OVR 128-bit media instruction override REX for 64-bit operand size
138 CVTTSD2SIq (%r8),%r8 # -- -- F2 4D 0f 2c 00 ; OVR 128-bit media instruction override REX for 64-bit operand size REX to access upper reg.
139 CVTTSD2SIq (%rax),%r8 # -- -- F2 4C 0f 2c 00 ; OVR 128-bit media instruction override REX for 64-bit operand size REX to access upper reg.
140 CVTTSD2SIq %xmm0,%rax # -- -- F2 48 0f 2c c0 ; OVR 128-bit media instruction override REX for 64-bit operand size
141 CVTTSD2SIq %xmm15,%r8 # -- -- F2 4D 0f 2c c7 ; OVR 128-bit media instruction override REX for 64-bit operand size REX to access upper XMM reg REX to access upper reg.
142 CVTTSD2SIq %xmm15,%rax # -- -- F2 49 0f 2c c7 ; OVR 128-bit media instruction override REX for 64-bit operand size REX to access upper XMM reg
143 CVTTSD2SIq %xmm8,%r8 # -- -- F2 4D 0f 2c c0 ; OVR 128-bit media instruction override REX for 64-bit operand size REX to access upper XMM reg REX to access upper reg.
144 CVTTSD2SIq %xmm8,%rax # -- -- F2 49 0f 2c c0 ; OVR 128-bit media instruction override REX for 64-bit operand size REX to access upper XMM reg
145 CVTTSD2SIq %xmm7,%r8 # -- -- F2 4C 0f 2c c7 ; OVR 128-bit media instruction overri (…)
    [all...]
x86-64-simd.s 59 cvttsd2siq (%rax),%rax
x86-64-simd-suffix.d 66 [ ]*[a-f0-9]+: f2 48 0f 2c 00 cvttsd2siq \(%rax\),%rax
185 [ ]*[a-f0-9]+: f2 48 0f 2c 00 cvttsd2siq \(%rax\),%rax
  /external/v8/src/compiler/x64/
code-generator-x64.cc     [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/
x86-64-simd-suffix.d 66 [ ]*[a-f0-9]+: f2 48 0f 2c 00 cvttsd2siq \(%rax\),%rax
185 [ ]*[a-f0-9]+: f2 48 0f 2c 00 cvttsd2siq \(%rax\),%rax
  /external/v8/src/x64/
macro-assembler-x64.cc 1039 void MacroAssembler::Cvttsd2siq(Register dst, XMMRegister src) {
1044 cvttsd2siq(dst, src);
1049 void MacroAssembler::Cvttsd2siq(Register dst, const Operand& src) {
1054 cvttsd2siq(dst, src);
    [all...]
macro-assembler-x64.h     [all...]
assembler-x64.cc 3467 void Assembler::cvttsd2siq(Register dst, XMMRegister src) { function in class:v8::internal::Assembler
3478 void Assembler::cvttsd2siq(Register dst, const Operand& src) { function in class:v8::internal::Assembler
    [all...]
assembler-x64.h     [all...]
code-stubs-x64.cc 150 __ Cvttsd2siq(result_reg, kScratchDoubleReg);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86GenAsmMatcher.inc     [all...]
X86GenAsmWriter.inc     [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/testdata/
decode.txt     [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/testdata/
decode.txt     [all...]
  /art/runtime/interpreter/mterp/out/
mterp_x86_64.S     [all...]

Completed in 1035 milliseconds