Home
last modified time | relevance | path

Searched refs:lfd (Results 1 – 25 of 29) sorted by relevance

12

/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/crypto/poly1305/
Dpoly1305-ppcfp.s16 lfd 8,8*0(5)
17 lfd 9,8*1(5)
18 lfd 10,8*2(5)
19 lfd 11,8*3(5)
20 lfd 12,8*4(5)
21 lfd 13,8*5(5)
31 lfd 6,8*13(5)
67 lfd 0,8*4(3)
68 lfd 2,8*5(3)
69 lfd 4,8*6(3)
[all …]
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm_avx2/crypto/poly1305/
Dpoly1305-ppcfp.s16 lfd 8,8*0(5)
17 lfd 9,8*1(5)
18 lfd 10,8*2(5)
19 lfd 11,8*3(5)
20 lfd 12,8*4(5)
21 lfd 13,8*5(5)
31 lfd 6,8*13(5)
67 lfd 0,8*4(3)
68 lfd 2,8*5(3)
69 lfd 4,8*6(3)
[all …]
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm/crypto/poly1305/
Dpoly1305-ppcfp.s20 lfd 8,8*0(5)
21 lfd 9,8*1(5)
22 lfd 10,8*2(5)
23 lfd 11,8*3(5)
24 lfd 12,8*4(5)
25 lfd 13,8*5(5)
35 lfd 6,8*13(5)
71 lfd 0,8*4(3)
72 lfd 2,8*5(3)
73 lfd 4,8*6(3)
[all …]
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm_avx2/crypto/poly1305/
Dpoly1305-ppcfp.s20 lfd 8,8*0(5)
21 lfd 9,8*1(5)
22 lfd 10,8*2(5)
23 lfd 11,8*3(5)
24 lfd 12,8*4(5)
25 lfd 13,8*5(5)
35 lfd 6,8*13(5)
71 lfd 0,8*4(3)
72 lfd 2,8*5(3)
73 lfd 4,8*6(3)
[all …]
/third_party/musl/src/setjmp/powerpc/
Dlongjmp.S71 lfd 14,88(3)
72 lfd 15,96(3)
73 lfd 16,104(3)
74 lfd 17,112(3)
75 lfd 18,120(3)
76 lfd 19,128(3)
77 lfd 20,136(3)
78 lfd 21,144(3)
79 lfd 22,152(3)
80 lfd 23,160(3)
[all …]
/third_party/musl/src/setjmp/powerpc64/
Dlongjmp.s40 lfd 14, 22*8(3)
41 lfd 15, 23*8(3)
42 lfd 16, 24*8(3)
43 lfd 17, 25*8(3)
44 lfd 18, 26*8(3)
45 lfd 19, 27*8(3)
46 lfd 20, 28*8(3)
47 lfd 21, 29*8(3)
48 lfd 22, 30*8(3)
49 lfd 23, 31*8(3)
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
Dosfiber_asm_ppc64.S145 lfd 14, MARL_REG_FPR14(4)
146 lfd 15, MARL_REG_FPR15(4)
147 lfd 16, MARL_REG_FPR16(4)
148 lfd 17, MARL_REG_FPR17(4)
149 lfd 18, MARL_REG_FPR18(4)
150 lfd 19, MARL_REG_FPR19(4)
151 lfd 20, MARL_REG_FPR20(4)
152 lfd 21, MARL_REG_FPR21(4)
153 lfd 22, MARL_REG_FPR22(4)
154 lfd 23, MARL_REG_FPR23(4)
[all …]
/third_party/python/Modules/_ctypes/libffi_osx/powerpc/
Dppc-darwin.S124 lfd f1,MODE_CHOICE(-16,-40)-(14*8)(r28)
125 lfd f2,MODE_CHOICE(-16,-40)-(13*8)(r28)
126 lfd f3,MODE_CHOICE(-16,-40)-(12*8)(r28)
127 lfd f4,MODE_CHOICE(-16,-40)-(11*8)(r28)
129 lfd f5,MODE_CHOICE(-16,-40)-(10*8)(r28)
130 lfd f6,MODE_CHOICE(-16,-40)-(9*8)(r28)
131 lfd f7,MODE_CHOICE(-16,-40)-(8*8)(r28)
132 lfd f8,MODE_CHOICE(-16,-40)-(7*8)(r28)
134 lfd f9,MODE_CHOICE(-16,-40)-(6*8)(r28)
135 lfd f10,MODE_CHOICE(-16,-40)-(5*8)(r28)
[all …]
Dppc64-darwin_closure.S166 lfd f1,0(r5)
173 lfd f1,0(r5)
174 lfd f2,8(r5)
279 lfd f1,-16-(14*8)(r30)
280 lfd f2,-16-(13*8)(r30)
281 lfd f3,-16-(12*8)(r30)
282 lfd f4,-16-(11*8)(r30)
284 lfd f5,-16-(10*8)(r30)
285 lfd f6,-16-(9*8)(r30)
286 lfd f7,-16-(8*8)(r30)
[all …]
Dppc-darwin_closure.S146 lfd f1,0(r5)
153 lfd f1,0(r5)
154 lfd f2,8(r5)
/third_party/toybox/toys/other/
Dlosetup.c55 int lfd = -1, ffd = -1; local
76 if (device) lfd = open(device, TT.openflags);
80 if (-1 == lfd || ioctl(lfd, LOOP_GET_STATUS64, loop)) {
100 if (ioctl(lfd, FLAG(c) ? 0x4C07 : LOOP_CLR_FD, 0)) {
109 if (ioctl(lfd, LOOP_SET_FD, ffd)) {
118 if (ioctl(lfd, LOOP_SET_STATUS64, loop)) perror_exit("%s=%s", device, file);
133 xclose(lfd);
/third_party/ltp/testcases/kernel/syscalls/accept4/
Daccept4_01.c49 int lfd; in create_listening_socket() local
57 lfd = SAFE_SOCKET(AF_INET, SOCK_STREAM, 0); in create_listening_socket()
60 SAFE_SETSOCKOPT(lfd, SOL_SOCKET, SO_REUSEADDR, &optval, sizeof(optval)); in create_listening_socket()
61 SAFE_BIND(lfd, (struct sockaddr *)&svaddr, sizeof(struct sockaddr_in)); in create_listening_socket()
62 SAFE_LISTEN(lfd, 5); in create_listening_socket()
64 return lfd; in create_listening_socket()
/third_party/musl/src/fenv/powerpc/
Dfenv.S24 lfd 0,8(1)
48 lfd 0,8(1)
96 lfd 0,8(1)
125 lfd 0,0(3)
/third_party/toybox/porting/liteos_a/toys/lsb/
Dumount.c53 int lfd = open(dev, O_RDONLY); local
55 if (lfd != -1) {
57 if (!ioctl(lfd, 0x4C01) && (toys.optflags & FLAG_v))
59 close(lfd);
/third_party/toybox/toys/lsb/
Dumount.c84 int lfd = open(dev, O_RDONLY); local
86 if (lfd != -1) {
88 if (!ioctl(lfd, 0x4C01) && (toys.optflags & FLAG_v))
90 close(lfd);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DREADME.txt73 lfd f0, lo16(.CPI_X_0)(r2)
75 lfd f2, lo16(.CPI_X_1)(r2)
78 lfd f1, lo16(.CPI_X_2)(r2)
80 lfd f2, lo16(.CPI_X_3)(r2)
DREADME_ALTIVEC.txt285 At the moment we always generate a lxsdx in preference to lfd, or stxsdx in
/third_party/node/deps/v8/src/codegen/ppc/
Dmacro-assembler-ppc.cc447 lfd(dreg, MemOperand(location, stack_offset)); in MultiPopDoubles()
2442 lfd(result, MemOperand(scratch, 0)); in CallRecordWriteStub()
2444 lfd(result, MemOperand(kConstantPoolRegister, 0)); in CallRecordWriteStub()
2480 lfd(result, MemOperand(sp, 0)); in CallRecordWriteStub()
2505 lfd(dst, MemOperand(sp, 0)); in CallRecordWriteStub()
2530 lfd(dst, MemOperand(sp, 0)); in CallRecordWriteStub()
2554 lfd(dst, MemOperand(sp, 0)); in CallRecordWriteStub()
2574 lfd(dst, MemOperand(sp)); in CallRecordWriteStub()
2594 lfd(dst, MemOperand(sp)); in CallRecordWriteStub()
2613 lfd(dst, MemOperand(sp)); in CallRecordWriteStub()
[all …]
Dassembler-ppc.cc1244 lfd(dst, MemOperand(src.ra(), lo)); in plfd()
1652 void Assembler::lfd(const DoubleRegister frt, const MemOperand& src) { in lfd() function in v8::internal::Assembler
Dassembler-ppc.h1045 void lfd(const DoubleRegister frt, const MemOperand& src);
Dconstants-ppc.h1857 V(lfd, LFD, 0xC8000000) \
/third_party/ltp/testcases/realtime/func/rt-migrate/
Drt-migrate.c78 int lfd; variable
/third_party/ltp/doc/
DC-Test-Case-Tutorial.asciidoc624 lfd = SAFE_OPEN(LNAME, 0);
629 if (lfd != 0)
630 SAFE_CLOSE(lfd);
669 If, for some reason, the file descriptor +lfd+ became invalid during the test,
670 but +fd+ was still open, we do not want +SAFE_CLOSE(lfd)+ to cause the
Dc-test-tutorial-simple.txt623 lfd = SAFE_OPEN(LNAME, 0);
628 if (lfd != 0)
629 SAFE_CLOSE(lfd);
668 If, for some reason, the file descriptor +lfd+ became invalid during the test,
669 but +fd+ was still open, we do not want +SAFE_CLOSE(lfd)+ to cause the
/third_party/node/deps/v8/src/builtins/ppc/
Dbuiltins-ppc.cc3146 __ lfd(double_scratch, MemOperand(sp, argument_offset)); in Generate_DoubleToI() local
3715 __ lfd(d0, MemOperand(sp, src_offset)); in Generate_DeoptimizationEntry() local
3803 __ lfd(dreg, MemOperand(r4, src_offset)); in Generate_DeoptimizationEntry() local

12