Home
last modified time | relevance | path

Searched refs:cmpl (Results 1 – 22 of 22) sorted by relevance

/third_party/python/Modules/_ctypes/libffi_osx/x86/
Dx86-darwin.S84 cmpl $0,24(%ebp)
89 cmpl $FFI_TYPE_FLOAT,%ecx
96 cmpl $FFI_TYPE_INT,%ecx
104 cmpl $FFI_TYPE_FLOAT,%ecx
112 cmpl $FFI_TYPE_DOUBLE,%ecx
120 cmpl $FFI_TYPE_LONGDOUBLE,%ecx
128 cmpl $FFI_TYPE_SINT64,%ecx
137 cmpl $FFI_TYPE_SINT8,%ecx
145 cmpl $FFI_TYPE_SINT16,%ecx
153 cmpl $FFI_TYPE_STRUCT,%ecx
[all …]
/third_party/gstreamer/gstplugins_good/gst/goom/
Dsurf3d.s117 cmpl $0,-8(%ebp)
164 cmpl $0,40(%ebx)
169 cmpl 24(%ebx),%esi
186 cmpl 24(%ebx),%esi
191 cmpl 8(%ebx),%esi
213 cmpl 8(%ebx),%esi
219 cmpl 8(%ebx),%esi
261 cmpl 8(%ebx),%esi
293 cmpl 8(%eax),%edx
339 cmpl 28(%ebp),%ebx
[all …]
Dfilters_mmx.s118 cmpl -8(%ebp),%edi
120 cmpl -4(%ebp),%esi
205 cmpl $0, %ecx ;// 400x300
Dppc_zoom_ultimate.s104 cmpl cr4,0,r2,r3 label
106 cmpl cr7,0,r29,r4 label
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DREADME.txt87 cmpl %eax, 4(%esp)
97 cmpl %ebx, 4(%esp)
155 cmpl $-1, %eax
206 cmpl $0, %ecx
210 Note the setae, movzbl, cmpl, cmove can be replaced with a single cmovae. There
395 cmpl $0, 16(%esp)
406 cmpl $0, 16(%esp)
416 cmpl $0, 4(%esp)
427 cmpl $0, 4(%esp)
631 cmpl $0, 8(%esp)
[all …]
DREADME-X86-64.txt91 cmpl $9, %edi
/third_party/openssl/crypto/evp/
Devp_enc.c521 int i, j, bl, cmpl = inl; in evp_EncryptDecryptUpdate() local
524 cmpl = (cmpl + 7) / 8; in evp_EncryptDecryptUpdate()
530 if (bl == 1 && ossl_is_partially_overlapping(out, in, cmpl)) { in evp_EncryptDecryptUpdate()
547 if (ossl_is_partially_overlapping(out + ctx->buf_len, in, cmpl)) { in evp_EncryptDecryptUpdate()
759 int fix_len, cmpl = inl, ret; in EVP_DecryptUpdate() local
810 cmpl = (cmpl + 7) / 8; in EVP_DecryptUpdate()
813 if (b == 1 && ossl_is_partially_overlapping(out, in, cmpl)) { in EVP_DecryptUpdate()
/third_party/gstreamer/gstplugins_good/gst/goom2k1/
Dfilters_mmx.s119 cmpl $0, %ecx ;// 400x300
/third_party/musl/src/math/x32/
Dexp2l.s44 cmpl $0xc67ff800,(%esp)
/third_party/musl/src/math/i386/
Dexp_ld.s52 cmpl $0xc67ff800,(%esp)
/third_party/musl/src/math/x86_64/
Dexp2l.s44 cmpl $0xc67ff800,(%rsp)
/third_party/gstreamer/gstplugins_good/gst/deinterlace/tvtime/
Dx86-64_macros.inc52 #define CMPX "cmpl"
/third_party/mesa3d/src/mesa/x86/
Dread_rgba_span_x86.S213 cmpl %edx, %eax
374 cmpl %edx, %eax
Dassyntax.h417 #define CMP_L(a, b) CHOICE(cmpl ARG2(a,b), cmpl ARG2(a,b), _LTOG cmp ARG2(b,a))
/third_party/libffi/src/x86/
Dwin64.S80 cmpl $FFI_TYPE_SMALL_STRUCT_4B, %ecx
Dwin64_intel.S80 CMP ECX, FFI_TYPE_SMALL_STRUCT_4B ; cmpl $FFI_TYPE_SMALL_STRUCT_4B, %ecx
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DREADME.txt135 cmpl $0, %eax
143 cmpl $1, %edi
289 cmpl $131072, %edx #108.2
410 cmpl $0, 32(%esp)
1741 cmpl $5, %edi
1743 cmpl $4, %edi
1753 cmpl $4, %edi
/third_party/elfutils/tests/
Dtestfile44.expect.bz21testfile44.o: elf32-elf_i386 2 3Disassembly of section .text: 4 5 0 ...
Dtestfile45.expect.bz21testfile45.o: elf64-elf_x86_64 2 3Disassembly of section .text: 4 5 0 ...
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.td4889 def : InstAlias<"cmpl $bf, 0, $rA, $rB", (CMPLW crrc:$bf, gprc:$rA, gprc:$rB)>;
4893 def : InstAlias<"cmpl $bf, 1, $rA, $rB", (CMPLD crrc:$bf, g8rc:$rA, g8rc:$rB)>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/
DPPCGenAsmMatcher.inc5259 …{ 3017 /* cmpl */, PPC::CMPLW, Convert__RegCRRC1_0__RegGPRC1_2__RegGPRC1_3, AMFBS_None, { MCK_RegC…
5260 …{ 3017 /* cmpl */, PPC::CMPLD, Convert__RegCRRC1_0__RegG8RC1_2__RegG8RC1_3, AMFBS_None, { MCK_RegC…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenAsmMatcher.inc8410 { 1357 /* cmpl */, X86::CMP32rr, Convert__Reg1_1__Reg1_0, AMFBS_None, { MCK_GR32, MCK_GR32 }, },
8411 …{ 1357 /* cmpl */, X86::CMP32mr, Convert__Mem325_1__Reg1_0, AMFBS_None, { MCK_GR32, MCK_Mem32 }, },
8412 …{ 1357 /* cmpl */, X86::CMP32ri8, Convert__regEAX__ImmSExti32i81_0, AMFBS_None, { MCK_ImmSExti32i8…
8413 …{ 1357 /* cmpl */, X86::CMP32ri8, Convert__Reg1_1__ImmSExti32i81_0, AMFBS_None, { MCK_ImmSExti32i8…
8414 …{ 1357 /* cmpl */, X86::CMP32mi8, Convert__Mem325_1__ImmSExti32i81_0, AMFBS_None, { MCK_ImmSExti32…
8415 { 1357 /* cmpl */, X86::CMP32i32, Convert__Imm1_0, AMFBS_None, { MCK_Imm, MCK_EAX }, },
8416 { 1357 /* cmpl */, X86::CMP32ri, Convert__Reg1_1__Imm1_0, AMFBS_None, { MCK_Imm, MCK_GR32 }, },
8417 { 1357 /* cmpl */, X86::CMP32mi, Convert__Mem325_1__Imm1_0, AMFBS_None, { MCK_Imm, MCK_Mem32 }, },
8418 …{ 1357 /* cmpl */, X86::CMP32rm, Convert__Reg1_1__Mem325_0, AMFBS_None, { MCK_Mem32, MCK_GR32 }, },