/external/mesa3d/src/mesa/x86/ |
x86_xform4.S | 100 FLD_S( SRC0 ) /* F4 */ 102 FLD_S( SRC0 ) /* F5 F4 */ 104 FLD_S( SRC0 ) /* F6 F5 F4 */ 106 FLD_S( SRC0 ) /* F7 F6 F5 F4 */ 109 FLD_S( SRC1 ) /* F0 F7 F6 F5 F4 */ 111 FLD_S( SRC1 ) /* F1 F0 F7 F6 F5 F4 */ 113 FLD_S( SRC1 ) /* F2 F1 F0 F7 F6 F5 F4 */ 115 FLD_S( SRC1 ) /* F3 F2 F1 F0 F7 F6 F5 F4 */ 125 FLD_S( SRC2 ) /* F0 F7 F6 F5 F4 */ 127 FLD_S( SRC2 ) /* F1 F0 F7 F6 F5 F4 * [all...] |
x86_xform3.S | 100 FLD_S( SRC0 ) /* F4 */ 102 FLD_S( SRC0 ) /* F5 F4 */ 104 FLD_S( SRC0 ) /* F6 F5 F4 */ 106 FLD_S( SRC0 ) /* F7 F6 F5 F4 */ 109 FLD_S( SRC1 ) /* F0 F7 F6 F5 F4 */ 111 FLD_S( SRC1 ) /* F1 F0 F7 F6 F5 F4 */ 113 FLD_S( SRC1 ) /* F2 F1 F0 F7 F6 F5 F4 */ 115 FLD_S( SRC1 ) /* F3 F2 F1 F0 F7 F6 F5 F4 */ 125 FLD_S( SRC2 ) /* F0 F7 F6 F5 F4 */ 127 FLD_S( SRC2 ) /* F1 F0 F7 F6 F5 F4 * [all...] |
x86_xform2.S | 100 FLD_S( SRC0 ) /* F4 */ 102 FLD_S( SRC0 ) /* F5 F4 */ 104 FLD_S( SRC0 ) /* F6 F5 F4 */ 106 FLD_S( SRC0 ) /* F7 F6 F5 F4 */ 109 FLD_S( SRC1 ) /* F0 F7 F6 F5 F4 */ 111 FLD_S( SRC1 ) /* F1 F0 F7 F6 F5 F4 */ 113 FLD_S( SRC1 ) /* F2 F1 F0 F7 F6 F5 F4 */ 115 FLD_S( SRC1 ) /* F3 F2 F1 F0 F7 F6 F5 F4 */ 194 FLD_S( SRC0 ) /* F4 */ 197 FLD_S( SRC1 ) /* F1 F4 * [all...] |
x86_cliptest.S | 227 FLD_S( SRC0 ) /* F0 F3 */ 230 FLD_S( SRC1 ) /* F1 F0 F3 */ 233 FLD_S( SRC2 ) /* F2 F1 F0 F3 */
|
assyntax.h | 739 #define FLD_S(a) CHOICE(flds a, flds a, flds a) [all...] |
/external/v8/src/compiler/x87/ |
code-generator-x87.cc | 724 __ fld_s(MemOperand(esp, kFloatSize)); 725 __ fld_s(MemOperand(esp, 0)); 736 __ fld_s(MemOperand(esp, 0)); 737 __ fld_s(MemOperand(esp, kFloatSize)); 751 __ fld_s(MemOperand(esp, kFloatSize)); 752 __ fld_s(MemOperand(esp, 0)); 766 __ fld_s(MemOperand(esp, kFloatSize)); 767 __ fld_s(MemOperand(esp, 0)); 781 __ fld_s(MemOperand(esp, kFloatSize)); 782 __ fld_s(MemOperand(esp, 0)) [all...] |
/toolchain/binutils/binutils-2.25/opcodes/ |
aarch64-opc.h | 62 FLD_S,
|
aarch64-asm.c | 205 insert_field (FLD_S, code, value, 0); 251 insert_fields (code, QSsize, 0, 3, FLD_vldst_size, FLD_S, FLD_Q); 528 insert_field (FLD_S, code, S, 0); [all...] |
aarch64-dis.c | 398 value = extract_field (FLD_S, code, 0); 429 QSsize = extract_fields (code, 0, 3, FLD_Q, FLD_S, FLD_vldst_size); 457 if (extract_field (FLD_S, code, 0)) 859 S = extract_field (FLD_S, code, 0); [all...] |
/external/v8/test/cctest/ |
test-disasm-x87.cc | 360 __ fld_s(Operand(ebx, ecx, times_4, 10000));
|
test-disasm-ia32.cc | 359 __ fld_s(Operand(ebx, ecx, times_4, 10000));
|
test-disasm-x64.cc | 353 __ fld_s(Operand(rbx, rcx, times_4, 10000));
|
/external/v8/src/x87/ |
builtins-x87.cc | [all...] |
assembler-x87.cc | 1490 void Assembler::fld_s(const Operand& adr) { function in class:v8::internal::Assembler [all...] |
assembler-x87.h | 836 void fld_s(const Operand& adr); [all...] |
disasm-x87.cc | 700 case 0: mnem = "fld_s"; break; [all...] |
/external/v8/src/ia32/ |
assembler-ia32.cc | 1619 void Assembler::fld_s(const Operand& adr) { function in class:v8::internal::Assembler [all...] |
assembler-ia32.h | 844 void fld_s(const Operand& adr); [all...] |
disasm-ia32.cc | 1048 case 0: mnem = "fld_s"; break; [all...] |
/external/v8/src/x64/ |
disasm-x64.cc | [all...] |
assembler-x64.cc | 2111 void Assembler::fld_s(const Operand& adr) { function in class:v8::internal::Assembler [all...] |
assembler-x64.h | [all...] |
/external/v8/src/crankshaft/x87/ |
lithium-codegen-x87.cc | 639 __ fld_s(src); [all...] |