Home
last modified time | relevance | path

Searched refs:I_32 (Results 1 – 25 of 53) sorted by relevance

123

/dports/devel/emscripten/emscripten-2.0.3/tests/nbody-java/
H A Dxmlvm-sock.h50 I_32 hysock_socket (hysocket_t * handle, I_32 family, I_32 socktype, I_32 protocol);
52 I_32 hysock_getnameinfo (hysockaddr_t in_addr, I_32 sockaddr_size, char *name, I_32 name_length, in…
56 I_32 hysock_write (hysocket_t sock, U_8 * buf, I_32 nbyte, I_32 flags);
57 I_32 hysock_read (hysocket_t sock, U_8 * buf, I_32 nbyte, I_32 flags);
58 I_32 hysock_close (hysocket_t * sock);
59 I_32 hysock_listen (hysocket_t sock, I_32 backlog);
62 I_32 hysock_select_read (hysocket_t hysocketP, I_32 secTime, I_32 uSecTime, BOOLEAN accept);
65 I_32 hysock_select (I_32 nfds, hyfdset_t readfds, hyfdset_t writefds, hyfdset_t exceptfds, hytimeva…
66 I_32 platformSocketLevel (I_32 portableSocketLevel);
67 I_32 platformSocketOption (I_32 portableSocketOption);
[all …]
H A Dxmlvm-sock.c166 static I_32 findError (I_32 errorCode) in findError()
337 I_32 map_addr_family_Hy_to_OS (I_32 addr_family) in map_addr_family_Hy_to_OS()
493 I_32 hysock_socket (hysocket_t * handle, I_32 family, I_32 socktype, I_32 protocol) in hysock_socket()
495 I_32 rc = 0; in hysock_socket()
883 I_32 hysock_write (hysocket_t sock, U_8 * buf, I_32 nbyte, I_32 flags) in hysock_write()
901 I_32 hysock_read (hysocket_t sock, U_8 * buf, I_32 nbyte, I_32 flags) in hysock_read()
934 I_32 hysock_listen (hysocket_t sock, I_32 backlog) in hysock_listen()
1076 I_32 hysock_select_read (hysocket_t hysocketP, I_32 secTime, I_32 uSecTime, BOOLEAN accept) in hysock_select_read()
1117 I_32
1140 I_32
[all …]
H A Dxmlvm-hy.h45 I_32 platformErrorCode; /**< error code as reported by the OS */
46 I_32 portableErrorCode; /**< error code translated to portable format by application */
49 I_32 reportedErrorCode; /**< last reported error code */
116 I_32 hyerror_last_error_number ();
117 I_32 hyerror_set_last_error (I_32 platformCode, I_32 portableCode);
118 I_32 hyerror_set_last_error_with_message (I_32 portableCode, const char *errorMessage);
H A Dxmlvm-file.c87 static I_32
88 EsTranslateOpenFlags (I_32 flags) in EsTranslateOpenFlags()
90 I_32 realFlags = 0; in EsTranslateOpenFlags()
129 static I_32 findError (I_32 errorCode) in findError()
159 I_32 hyfile_close (IDATA fd) in hyfile_close()
174 IDATA hyfile_open (const char *path, I_32 flags, I_32 mode) in hyfile_open()
177 I_32 fd; in hyfile_open()
178 I_32 realFlags = EsTranslateOpenFlags (flags); in hyfile_open()
179 I_32 fdflags; in hyfile_open()
253 I_64 hyfile_seek (IDATA inFD, I_64 offset, I_32 whence) in hyfile_seek()
H A Dxmlvm-hy.c27 const char* errorMessage (I_32 errorCode) in errorMessage()
158 I_32 hyerror_last_error_number () in hyerror_last_error_number()
181 I_32 hyerror_set_last_error (I_32 platformCode, I_32 portableCode) in hyerror_set_last_error()
208 I_32 hyerror_set_last_error_with_message (I_32 portableCode, const char *errorMessage) in hyerror_set_last_error_with_message()
H A Dnative_org_apache_harmony_luni_platform_OSNetworkSystem.c25 I_32 result; in createSocket()
64 I_32 result = 0; in selectRead()
65 I_32 timeout; in selectRead()
99 I_32 result; in pollSelectRead()
273 I_32 result; in org_apache_harmony_luni_platform_OSNetworkSystem_acceptStreamSocket___java_io_FileDescriptor_java_net_SocketImpl_java_io_FileDescriptor_int()
316 I_32 result; in org_apache_harmony_luni_platform_OSNetworkSystem_availableStream___java_io_FileDescriptor()
340 I_32 result; in org_apache_harmony_luni_platform_OSNetworkSystem_bind___java_io_FileDescriptor_java_net_InetAddress_int()
381 I_32 result; in org_apache_harmony_luni_platform_OSNetworkSystem_connect___java_io_FileDescriptor_int_java_net_InetAddress_int()
509 I_32 result; in org_apache_harmony_luni_platform_OSNetworkSystem_getSocketLocalPort___java_io_FileDescriptor_boolean()
555 I_32 result; in org_apache_harmony_luni_platform_OSNetworkSystem_listenStreamSocket___java_io_FileDescriptor_int()
[all …]
H A Dxmlvm-file.h68 IDATA hyfile_open (const char *path, I_32 flags, I_32 mode);
70 I_64 hyfile_seek (IDATA inFD, I_64 offset, I_32 whence);
H A Dhycomp.h77 typedef int I_32; typedef
275 typedef I_32 IDATA;
369 #define I32(x) ((I_32) (x))
370 #define I32P(x) ((I_32 *) (x))
393 #define LI32(x) (*((I_32 *) &(x)))
394 #define LI32P(x) (*((I_32 **) &(x)))
H A Dnative_org_apache_harmony_luni_platform_OSFileSystem.c59 I_32 hywhence = 0; /* The HY PPL equivalent of our whence arg.*/ in org_apache_harmony_luni_platform_OSFileSystem_seekImpl___long_long_int()
173 I_32 flags = 0; in org_apache_harmony_luni_platform_OSFileSystem_openImpl___byte_1ARRAY_int()
174 I_32 mode = 0; in org_apache_harmony_luni_platform_OSFileSystem_openImpl___byte_1ARRAY_int()
H A Dnative_java_net_InetAddress.c29 I_32 result = 0; in java_net_InetAddress_getHostByAddrImpl___byte_1ARRAY()
H A Dxmlvm-number.h52 I_32 i32val[2];
/dports/emulators/ppsspp/ppsspp-1.12.3/unittest/
H A DTestArmEmitter.cpp45 emitter.VMOVL(I_32 | I_SIGNED, Q0, D0); in TestArmEmitter()
47 emitter.VSHRN(I_32, D0, Q0, 16); in TestArmEmitter()
51 emitter.VSHRN(I_32, D1, Q2, 16); in TestArmEmitter()
53 emitter.VSHRN(I_32, D1, Q2, 8); in TestArmEmitter()
59 emitter.VMOVN(I_32, D1, Q2); in TestArmEmitter()
61 emitter.VSHR(I_32 | I_UNSIGNED, Q1, Q2, 19); in TestArmEmitter()
67 emitter.VSHLL(I_32, Q1, D2, 17); in TestArmEmitter()
115 emitter.VMOV_imm(I_32, R0, VIMM___x___x, 0xF3); in TestArmEmitter()
119 emitter.VBIC_imm(I_32, R0, VIMM___x___x, 0xF3); in TestArmEmitter()
120 emitter.VMVN_imm(I_32, R0, VIMM___x___x, 0xF3); in TestArmEmitter()
[all …]
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/unittest/
H A DTestArmEmitter.cpp45 emitter.VMOVL(I_32 | I_SIGNED, Q0, D0); in TestArmEmitter()
47 emitter.VSHRN(I_32, D0, Q0, 16); in TestArmEmitter()
51 emitter.VSHRN(I_32, D1, Q2, 16); in TestArmEmitter()
53 emitter.VSHRN(I_32, D1, Q2, 8); in TestArmEmitter()
59 emitter.VMOVN(I_32, D1, Q2); in TestArmEmitter()
61 emitter.VSHR(I_32 | I_UNSIGNED, Q1, Q2, 19); in TestArmEmitter()
67 emitter.VSHLL(I_32, Q1, D2, 17); in TestArmEmitter()
115 emitter.VMOV_imm(I_32, R0, VIMM___x___x, 0xF3); in TestArmEmitter()
119 emitter.VBIC_imm(I_32, R0, VIMM___x___x, 0xF3); in TestArmEmitter()
120 emitter.VMVN_imm(I_32, R0, VIMM___x___x, 0xF3); in TestArmEmitter()
[all …]
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/unittest/
H A DTestArmEmitter.cpp45 emitter.VMOVL(I_32 | I_SIGNED, Q0, D0); in TestArmEmitter()
47 emitter.VSHRN(I_32, D0, Q0, 16); in TestArmEmitter()
51 emitter.VSHRN(I_32, D1, Q2, 16); in TestArmEmitter()
53 emitter.VSHRN(I_32, D1, Q2, 8); in TestArmEmitter()
59 emitter.VMOVN(I_32, D1, Q2); in TestArmEmitter()
61 emitter.VSHR(I_32 | I_UNSIGNED, Q1, Q2, 19); in TestArmEmitter()
67 emitter.VSHLL(I_32, Q1, D2, 17); in TestArmEmitter()
115 emitter.VMOV_imm(I_32, R0, VIMM___x___x, 0xF3); in TestArmEmitter()
119 emitter.VBIC_imm(I_32, R0, VIMM___x___x, 0xF3); in TestArmEmitter()
120 emitter.VMVN_imm(I_32, R0, VIMM___x___x, 0xF3); in TestArmEmitter()
[all …]
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/android/jni/
H A DArmEmitterTest.cpp63 VLD1(I_32, D0, R0, 1); // Load 1 double in Generate()
67 VST1(I_32, D2, R1, 2); in Generate()
68 VST1(I_32, D4, R2, 2); in Generate()
69 VST1(I_32, D6, R3, 2); in Generate()
/dports/emulators/ppsspp/ppsspp-1.12.3/android/jni/
H A DArmEmitterTest.cpp63 VLD1(I_32, D0, R0, 1); // Load 1 double in Generate()
67 VST1(I_32, D2, R1, 2); in Generate()
68 VST1(I_32, D4, R2, 2); in Generate()
69 VST1(I_32, D6, R3, 2); in Generate()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/android/jni/
H A DArmEmitterTest.cpp63 VLD1(I_32, D0, R0, 1); // Load 1 double in Generate()
67 VST1(I_32, D2, R1, 2); in Generate()
68 VST1(I_32, D4, R2, 2); in Generate()
69 VST1(I_32, D6, R3, 2); in Generate()
/dports/emulators/ppsspp/ppsspp-1.12.3/GPU/Common/
H A DVertexDecoderArm.cpp463 VLD1_lane(I_32, neonScratchReg, srcReg, 0, false); in Jit_WeightsU8Skin()
480 VLD1_lane(I_32, neonScratchReg, tempReg1, 0, false); in Jit_WeightsU8Skin()
507 VLD1(I_32, neonScratchReg, srcReg, 1, ALIGN_NONE); in Jit_WeightsU16Skin()
840 VLD1_lane(I_32, neonScratchReg, tempReg1, 0, true); in Jit_Color8888Morph()
902 VDUP(I_32, Q5, scratchReg2); in Jit_Color4444Morph()
1147 VCVT(I_32 | I_UNSIGNED, Q2, Q2); in Jit_WriteMorphColor()
1148 VQMOVN(I_32 | I_UNSIGNED, D4, Q2); in Jit_WriteMorphColor()
1150 VST1_lane(I_32, D4, tempReg1, 0, true); in Jit_WriteMorphColor()
1152 VMOV_neon(I_32, scratchReg, D4, 0); in Jit_WriteMorphColor()
1436 VDUP(I_32, Q5, scratchReg2); in Jit_AnyS8Morph()
[all …]
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/GPU/Common/
H A DVertexDecoderArm.cpp463 VLD1_lane(I_32, neonScratchReg, srcReg, 0, false); in Jit_WeightsU8Skin()
480 VLD1_lane(I_32, neonScratchReg, tempReg1, 0, false); in Jit_WeightsU8Skin()
507 VLD1(I_32, neonScratchReg, srcReg, 1, ALIGN_NONE); in Jit_WeightsU16Skin()
840 VLD1_lane(I_32, neonScratchReg, tempReg1, 0, true); in Jit_Color8888Morph()
902 VDUP(I_32, Q5, scratchReg2); in Jit_Color4444Morph()
1147 VCVT(I_32 | I_UNSIGNED, Q2, Q2); in Jit_WriteMorphColor()
1148 VQMOVN(I_32 | I_UNSIGNED, D4, Q2); in Jit_WriteMorphColor()
1150 VST1_lane(I_32, D4, tempReg1, 0, true); in Jit_WriteMorphColor()
1152 VMOV_neon(I_32, scratchReg, D4, 0); in Jit_WriteMorphColor()
1436 VDUP(I_32, Q5, scratchReg2); in Jit_AnyS8Morph()
[all …]
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/GPU/Common/
H A DVertexDecoderArm.cpp463 VLD1_lane(I_32, neonScratchReg, srcReg, 0, false); in Jit_WeightsU8Skin()
480 VLD1_lane(I_32, neonScratchReg, tempReg1, 0, false); in Jit_WeightsU8Skin()
507 VLD1(I_32, neonScratchReg, srcReg, 1, ALIGN_NONE); in Jit_WeightsU16Skin()
840 VLD1_lane(I_32, neonScratchReg, tempReg1, 0, true); in Jit_Color8888Morph()
902 VDUP(I_32, Q5, scratchReg2); in Jit_Color4444Morph()
1147 VCVT(I_32 | I_UNSIGNED, Q2, Q2); in Jit_WriteMorphColor()
1148 VQMOVN(I_32 | I_UNSIGNED, D4, Q2); in Jit_WriteMorphColor()
1150 VST1_lane(I_32, D4, tempReg1, 0, true); in Jit_WriteMorphColor()
1152 VMOV_neon(I_32, scratchReg, D4, 0); in Jit_WriteMorphColor()
1436 VDUP(I_32, Q5, scratchReg2); in Jit_AnyS8Morph()
[all …]
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/
H A DArmEmitter.cpp1660 case I_32: in VMOV_neon()
2181 else if (Size & (I_32 | F_32)) in VDUP()
2199 else if (Size & I_32) in VDUP()
2690 case I_32: sz = 32; break; in EncodeSizeShift()
2725 case I_32: sz = 2; break; in VSHLL()
2846 if (Size & I_32) imm3 = 4; in VMOVL()
2897 bool toInteger = (Size & I_32) != 0; in VCVT()
3019 if (Size != I_32) in VMOV_imm()
3078 if (Size != I_32) in VORR_imm()
3104 if (Size != I_32) in VBIC_imm()
[all …]
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/
H A DArmEmitter.cpp1660 case I_32: in VMOV_neon()
2181 else if (Size & (I_32 | F_32)) in VDUP()
2199 else if (Size & I_32) in VDUP()
2690 case I_32: sz = 32; break; in EncodeSizeShift()
2725 case I_32: sz = 2; break; in VSHLL()
2846 if (Size & I_32) imm3 = 4; in VMOVL()
2897 bool toInteger = (Size & I_32) != 0; in VCVT()
3019 if (Size != I_32) in VMOV_imm()
3078 if (Size != I_32) in VORR_imm()
3104 if (Size != I_32) in VBIC_imm()
[all …]
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/
H A DArmEmitter.cpp1660 case I_32: in VMOV_neon()
2181 else if (Size & (I_32 | F_32)) in VDUP()
2199 else if (Size & I_32) in VDUP()
2690 case I_32: sz = 32; break; in EncodeSizeShift()
2725 case I_32: sz = 2; break; in VSHLL()
2846 if (Size & I_32) imm3 = 4; in VMOVL()
2897 bool toInteger = (Size & I_32) != 0; in VCVT()
3019 if (Size != I_32) in VMOV_imm()
3078 if (Size != I_32) in VORR_imm()
3104 if (Size != I_32) in VBIC_imm()
[all …]
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/MIPS/ARM/
H A DArmCompVFPUNEON.cpp783 VREV64(I_32, D0, D0); in CompNEON_VMatrixInit()
1284 VLD1(I_32, Q0, R1, n < 2 ? 1 : 2); in CompNEON_Vcmp()
1286 VPADD(I_32, Q0, Q0, Q0); in CompNEON_Vcmp()
1287 VPADD(I_32, D0, D0, D0); in CompNEON_Vcmp()
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/MIPS/ARM/
H A DArmCompVFPUNEON.cpp783 VREV64(I_32, D0, D0); in CompNEON_VMatrixInit()
1284 VLD1(I_32, Q0, R1, n < 2 ? 1 : 2); in CompNEON_Vcmp()
1286 VPADD(I_32, Q0, Q0, Q0); in CompNEON_Vcmp()
1287 VPADD(I_32, D0, D0, D0); in CompNEON_Vcmp()

123