Home
last modified time | relevance | path

Searched refs:opsize (Results 126 – 150 of 783) sorted by relevance

12345678910>>...32

/dports/editors/fpc-ide/fpc-3.2.2/compiler/x86/
H A Dnx86set.pas108 opcgsize:=def_cgsize(opsize);
232 opcgsize:=def_cgsize(opsize);
345 opsize : tcgsize;
481 opsize := OS_16;
483 opsize := OS_32;
486 opsize := tcgsize(ord(opsize)+(ord(OS_S8)-ord(OS_8)));
487 opdef:=cgsize_orddef(opsize);
684 cg.a_cmp_const_reg_label(current_asmdata.CurrAsmList,opsize,OC_BE,15,NR_CX,l);
716 … cg.a_cmp_const_reg_label(current_asmdata.CurrAsmList,opsize,OC_BE,31,hreg,l);
799 if (opsize >= OS_S8) or { = if signed }
[all …]
/dports/devel/p5-B-Size2/B-Size2-2.07/t/
H A D004.issue3.t13 my($subs, $opcount, $opsize) = B::Size2::Terse::package_size($pkg);
15 cmp_ok $opsize, ">", 0, "$pkg opsize";
/dports/devel/radare2/radare2-5.1.1/libr/asm/arch/avr/
H A Ddisasm.c11 int opsize = 2; in avr_decode() local
47 opsize = 4; in avr_decode()
55 return opsize; in avr_decode()
/dports/editors/fpc-ide/fpc-3.2.2/compiler/mips/
H A Dncpucnv.pas197 opsize: tcgsize;
223 opsize := def_cgsize(left.resultdef);
233 hreg2 := cg.getintregister(current_asmdata.CurrAsmList, opsize);
246 … cg.a_load_ref_reg(current_asmdata.CurrAsmList, opsize, opsize, left.location.reference, hreg2);
259 … cg.a_load_reg_reg(current_asmdata.CurrAsmList,opsize,opsize,left.location.register,hreg2);
261 hreg1 := cg.getintregister(current_asmdata.CurrAsmList, opsize);
/dports/lang/fpc-source/fpc-3.2.2/compiler/mips/
H A Dncpucnv.pas197 opsize: tcgsize;
223 opsize := def_cgsize(left.resultdef);
233 hreg2 := cg.getintregister(current_asmdata.CurrAsmList, opsize);
246 … cg.a_load_ref_reg(current_asmdata.CurrAsmList, opsize, opsize, left.location.reference, hreg2);
259 … cg.a_load_reg_reg(current_asmdata.CurrAsmList,opsize,opsize,left.location.register,hreg2);
261 hreg1 := cg.getintregister(current_asmdata.CurrAsmList, opsize);
/dports/lang/fpc/fpc-3.2.2/compiler/mips/
H A Dncpucnv.pas197 opsize: tcgsize;
223 opsize := def_cgsize(left.resultdef);
233 hreg2 := cg.getintregister(current_asmdata.CurrAsmList, opsize);
246 … cg.a_load_ref_reg(current_asmdata.CurrAsmList, opsize, opsize, left.location.reference, hreg2);
259 … cg.a_load_reg_reg(current_asmdata.CurrAsmList,opsize,opsize,left.location.register,hreg2);
261 hreg1 := cg.getintregister(current_asmdata.CurrAsmList, opsize);
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/x86-shared/
H A DDisassembler-x86-shared.cpp172 int opsize = 4; in DisassembleHeapAccess() local
195 opsize = 2; in DisassembleHeapAccess()
263 opsize = 8; in DisassembleHeapAccess()
275 opsize = 8; in DisassembleHeapAccess()
355 memcpy(&imm, ptr, opsize); in DisassembleHeapAccess()
356 imm = (imm << (32 - opsize * 8)) >> (32 - opsize * 8); in DisassembleHeapAccess()
357 ptr += opsize; in DisassembleHeapAccess()
388 memSize = opsize; in DisassembleHeapAccess()
394 memSize = opsize; in DisassembleHeapAccess()
406 memSize = opsize; in DisassembleHeapAccess()
/dports/devel/radare2/radare2-5.1.1/libr/asm/p/
H A Dasm_arm_cs.c227 int opsize; in assemble() local
246 opsize = o > 0? 4: 2; in assemble()
247 if (opsize == 4) { in assemble()
254 } else if (opsize == 2) { in assemble()
262 opsize = 4; in assemble()
269 r_strbuf_setbin (&op->buf, opbuf, opsize); in assemble()
271 return opsize; in assemble()
/dports/lang/sdcc/sdcc-4.0.0/src/hc08/
H A Dmain.c695 int opsize; in hc08_asmLineNodeFromLineNode() local
702 for (op = inst, opsize=1; *p; p++) in hc08_asmLineNodeFromLineNode()
707 if (opsize < sizeof(inst)) in hc08_asmLineNodeFromLineNode()
708 *op++ = tolower(*p), opsize++; in hc08_asmLineNodeFromLineNode()
719 for (op = op1, opsize=1; *p && *p != ','; p++) in hc08_asmLineNodeFromLineNode()
721 if (!isspace(*p) && opsize < sizeof(op1)) in hc08_asmLineNodeFromLineNode()
722 *op++ = tolower(*p), opsize++; in hc08_asmLineNodeFromLineNode()
727 for (op = op2, opsize=1; *p && *p != ','; p++) in hc08_asmLineNodeFromLineNode()
729 if (!isspace(*p) && opsize < sizeof(op2)) in hc08_asmLineNodeFromLineNode()
730 *op++ = tolower(*p), opsize++; in hc08_asmLineNodeFromLineNode()
/dports/lang/sdcc/sdcc-4.0.0/src/mcs51/
H A Dmain.c654 int opsize; in asmLineNodeFromLineNode() local
662 for (op = inst, opsize=1; *p; p++) in asmLineNodeFromLineNode()
667 if (opsize < sizeof(inst)) in asmLineNodeFromLineNode()
668 *op++ = tolower(*p), opsize++; in asmLineNodeFromLineNode()
679 for (op = op1, opsize=1; *p && *p != ','; p++) in asmLineNodeFromLineNode()
681 if (!isspace(*p) && opsize < sizeof(op1)) in asmLineNodeFromLineNode()
682 *op++ = tolower(*p), opsize++; in asmLineNodeFromLineNode()
687 for (op = op2, opsize=1; *p && *p != ','; p++) in asmLineNodeFromLineNode()
689 if (!isspace(*p) && opsize < sizeof(op2)) in asmLineNodeFromLineNode()
690 *op++ = tolower(*p), opsize++; in asmLineNodeFromLineNode()
/dports/devel/djgpp-binutils/binutils-2.17/opcodes/
H A Ds390-dis.c113 int status, opsize, bufsize; in print_insn_s390() local
138 opsize = ((((buffer[0] >> 6) + 1) >> 1) + 1) << 1; in print_insn_s390()
139 status = opsize > bufsize; in print_insn_s390()
144 opsize = ((((buffer[0] >> 6) + 1) >> 1) + 1) << 1; in print_insn_s390()
225 return opsize; in print_insn_s390()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/LuaJIT/dynasm/
H A Ddasm_x86.lua757 if opsize then
758 t.opsize = map_opsize[opsize]
845 t.opsize = nil
870 t.opsize = map_reg_opsize[reg]
871 if t.opsize == "f" then
890 if t.opsize and t.opsize ~= addrsize then
893 t.opsize = addrsize
1954 local nsz = args[i].opsize
2023 sz = a.opsize
2031 sz = a.opsize
[all …]
/dports/lang/php80/php-8.0.15/ext/opcache/jit/dynasm/
H A Ddasm_x86.lua787 if opsize then
788 t.opsize = map_opsize[opsize]
875 t.opsize = nil
900 t.opsize = map_reg_opsize[reg]
901 if t.opsize == "f" then
920 if t.opsize and t.opsize ~= addrsize then
923 t.opsize = addrsize
1984 local nsz = args[i].opsize
2053 sz = a.opsize
2061 sz = a.opsize
[all …]
/dports/www/php80-opcache/php-8.0.15/ext/opcache/jit/dynasm/
H A Ddasm_x86.lua787 if opsize then
788 t.opsize = map_opsize[opsize]
875 t.opsize = nil
900 t.opsize = map_reg_opsize[reg]
901 if t.opsize == "f" then
920 if t.opsize and t.opsize ~= addrsize then
923 t.opsize = addrsize
1984 local nsz = args[i].opsize
2053 sz = a.opsize
2061 sz = a.opsize
[all …]
/dports/benchmarks/sysbench/sysbench-1.0.20/third_party/luajit/luajit/dynasm/
H A Ddasm_x86.lua757 if opsize then
758 t.opsize = map_opsize[opsize]
845 t.opsize = nil
870 t.opsize = map_reg_opsize[reg]
871 if t.opsize == "f" then
890 if t.opsize and t.opsize ~= addrsize then
893 t.opsize = addrsize
1954 local nsz = args[i].opsize
2023 sz = a.opsize
2031 sz = a.opsize
[all …]
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/luajit-2.1.0-1e66d0f/dynasm/
H A Ddasm_x86.lua757 if opsize then
758 t.opsize = map_opsize[opsize]
845 t.opsize = nil
870 t.opsize = map_reg_opsize[reg]
871 if t.opsize == "f" then
890 if t.opsize and t.opsize ~= addrsize then
893 t.opsize = addrsize
2040 local nsz = args[i].opsize
2109 sz = a.opsize
2117 sz = a.opsize
[all …]
/dports/www/nift/nsm-2.4.11/LuaJIT/dynasm/
H A Ddasm_x86.lua757 if opsize then
758 t.opsize = map_opsize[opsize]
845 t.opsize = nil
870 t.opsize = map_reg_opsize[reg]
871 if t.opsize == "f" then
890 if t.opsize and t.opsize ~= addrsize then
893 t.opsize = addrsize
1954 local nsz = args[i].opsize
2023 sz = a.opsize
2031 sz = a.opsize
[all …]
/dports/www/mod_php80/php-8.0.15/ext/opcache/jit/dynasm/
H A Ddasm_x86.lua787 if opsize then
788 t.opsize = map_opsize[opsize]
875 t.opsize = nil
900 t.opsize = map_reg_opsize[reg]
901 if t.opsize == "f" then
920 if t.opsize and t.opsize ~= addrsize then
923 t.opsize = addrsize
1984 local nsz = args[i].opsize
2053 sz = a.opsize
2061 sz = a.opsize
[all …]
/dports/editors/fpc-ide/fpc-3.2.2/compiler/avr/
H A Dnavrmat.pas137 opsize : tcgsize;
147 opsize:=left.location.size;
152 (left.location.size<>opsize) then
154 location_reset(location,LOC_REGISTER,opsize);
163 if tcgsize2size[opsize]<=4 then
/dports/lang/fpc/fpc-3.2.2/compiler/avr/
H A Dnavrmat.pas137 opsize : tcgsize;
147 opsize:=left.location.size;
152 (left.location.size<>opsize) then
154 location_reset(location,LOC_REGISTER,opsize);
163 if tcgsize2size[opsize]<=4 then
/dports/lang/fpc-source/fpc-3.2.2/compiler/avr/
H A Dnavrmat.pas137 opsize : tcgsize;
147 opsize:=left.location.size;
152 (left.location.size<>opsize) then
154 location_reset(location,LOC_REGISTER,opsize);
163 if tcgsize2size[opsize]<=4 then
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/opcodes/
H A Ds390-dis.c122 int status, opsize, bufsize; local
147 opsize = ((((buffer[0] >> 6) + 1) >> 1) + 1) << 1;
148 status = opsize > bufsize;
153 opsize = ((((buffer[0] >> 6) + 1) >> 1) + 1) << 1;
234 return opsize;
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/opcodes/
H A Ds390-dis.c122 int status, opsize, bufsize; local
147 opsize = ((((buffer[0] >> 6) + 1) >> 1) + 1) << 1;
148 status = opsize > bufsize;
153 opsize = ((((buffer[0] >> 6) + 1) >> 1) + 1) << 1;
234 return opsize;
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/opcodes/
H A Ds390-dis.c122 int status, opsize, bufsize; local
147 opsize = ((((buffer[0] >> 6) + 1) >> 1) + 1) << 1;
148 status = opsize > bufsize;
153 opsize = ((((buffer[0] >> 6) + 1) >> 1) + 1) << 1;
234 return opsize;
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/s390/kernel/
H A Ddis.c503 int start, end, opsize, hops, i; in show_code() local
539 if (start + opsize == 32) in show_code()
547 if (start + opsize >= end) in show_code()
549 for (i = 0; i < opsize; i++) in show_code()
555 start += opsize; in show_code()
567 int opsize, i; in print_fn_code() local
571 opsize = insn_length(*code); in print_fn_code()
572 if (opsize > len) in print_fn_code()
575 for (i = 0; i < opsize; i++) in print_fn_code()
584 code += opsize; in print_fn_code()
[all …]

12345678910>>...32