/external/ltp/testcases/kernel/syscalls/write/ |
D | write02.c | 69 int fild; in main() local 93 if ((fild = creat(pfiln, 0777)) == -1) { in main() 97 if ((cwrite = write(fild, pwbuf, iws)) != iws) { in main() 108 close(fild); in main()
|
/external/ltp/testcases/kernel/syscalls/close/ |
D | close01.c | 39 int fild, newfd, pipefildes[2]; variable 67 if ((fild = creat(fname, 0777)) == -1) in main() 71 if ((newfd = dup(fild)) == -1) in main() 121 close(fild); in cleanup()
|
/external/ltp/testcases/kernel/syscalls/read/ |
D | read04.c | 64 int fild; variable 131 if ((fild = creat(fname, 0777)) == -1) { in setup() 135 if (write(fild, palfa, TST_SIZE) != TST_SIZE) { in setup() 138 close(fild); in setup()
|
/external/llvm/test/CodeGen/X86/ |
D | x87.ll | 11 ; X87: fild 15 ; X87: fild 26 ; X87: fild 30 ; X87: fild
|
D | fp_load_cast_fold.ll | 22 ; CHECK: fild
|
D | scalar-int-to-fp.ll | 5 ; one key instruction, usually a cvt or fild, allowing the test
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | fp_load_cast_fold.ll | 1 ; RUN: llc < %s -march=x86 | grep fild | not grep ESP
|
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
D | X87.cpp | 215 __ fild##OperandType(dwordAddress(T0)); \ in TEST_F() 244 __ fild##OperandType(dwordAddress(T0)); \ in TEST_F()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrFPStack.td | 422 def ILD_F16m : FPI<0xDF, MRM0m, (outs), (ins i16mem:$src), "fild{s}\t$src">; 423 def ILD_F32m : FPI<0xDB, MRM0m, (outs), (ins i32mem:$src), "fild{l}\t$src">; 424 def ILD_F64m : FPI<0xDF, MRM5m, (outs), (ins i64mem:$src), "fild{ll}\t$src">;
|
D | X86GenAsmWriter1.inc | 3875 "ubps\t\000idiv\t\000fild\t\000imul\t\000ins\000in\tAX, \000in\tAX, DX\000"
|
/external/llvm/lib/Target/X86/ |
D | X86InstrFPStack.td | 476 def ILD_F16m : FPI<0xDF, MRM0m, (outs), (ins i16mem:$src), "fild{s}\t$src", 478 def ILD_F32m : FPI<0xDB, MRM0m, (outs), (ins i32mem:$src), "fild{l}\t$src", 480 def ILD_F64m : FPI<0xDF, MRM5m, (outs), (ins i64mem:$src), "fild{ll}\t$src",
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 728 #define FILD_W(a) CHOICE(fild a, filds a, filds a) 1439 #define FILD_Q(a) fild D_(a) 1440 #define FILD_L(a) fild L_(a) 1441 #define FILD_W(a) fild W_(a)
|
/external/elfutils/libcpu/defs/ |
D | i386 | 327 11011111,{mod}000{r_m}:fild {mod}{r_m}
|
/external/elfutils/tests/ |
D | testfile44.expect.bz2 |
|
D | testfile45.expect.bz2 | 1testfile45.o: elf64-elf_x86_64
2
3Disassembly of section .text:
4
5 0 ... |