OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:filds
(Results
1 - 13
of
13
) sorted by null
/external/llvm/test/MC/X86/
x86_64-encoding.s
231
// CHECK:
filds
(%edi)
233
filds
(%edi)
239
// CHECK:
filds
(%rdi)
241
filds
(%rdi)
x86-32-coverage.s
7
// CHECK:
filds
(%edi)
9
filds
(%edi)
[
all
...]
/art/compiler/utils/x86/
assembler_x86_test.cc
176
GetAssembler()->
filds
(x86::Address(x86::Register(x86::ESP), 4));
assembler_x86.h
352
void
filds
(const Address& src);
assembler_x86.cc
886
void X86Assembler::
filds
(const Address& src) {
function in class:art::x86::X86Assembler
[
all
...]
/external/valgrind/none/tests/amd64/
insn_fpu.def
201
filds
m16.sw[12345] => st0.ps[12345.0]
202
filds
m16.sw[-12345] => st0.ps[-12345.0]
203
filds
m16.sw[12345] => st0.pd[12345.0]
204
filds
m16.sw[-12345] => st0.pd[-12345.0]
[
all
...]
/external/valgrind/none/tests/x86/
insn_fpu.def
201
filds
m16.sw[12345] => st0.ps[12345.0]
202
filds
m16.sw[-12345] => st0.ps[-12345.0]
203
filds
m16.sw[12345] => st0.pd[12345.0]
204
filds
m16.sw[-12345] => st0.pd[-12345.0]
[
all
...]
/art/compiler/utils/x86_64/
assembler_x86_64.h
461
void
filds
(const Address& src);
assembler_x86_64_test.cc
[
all
...]
assembler_x86_64.cc
1090
void X86_64Assembler::
filds
(const Address& src) {
function in class:art::x86_64::X86_64Assembler
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
auto-host.h
319
/* Define if your assembler uses
filds
and fists mnemonics. */
[
all
...]
/external/mesa3d/src/mesa/x86/
assyntax.h
728
#define FILD_W(a) CHOICE(fild a,
filds
a,
filds
a)
[
all
...]
/art/compiler/optimizing/
code_generator_x86.cc
[
all
...]
Completed in 1142 milliseconds