| /src/crypto/external/apache2/openssl/dist/crypto/perlasm/ |
| x86gas.pl | 23 sub opsize() subroutine 49 if ($dst =~ m/^%/o) { $suffix=&opsize($dst); } 50 elsif ($src =~ m/^%/o) { $suffix=&opsize($src); }
|
| x86gas.pl | 23 sub opsize() subroutine 49 if ($dst =~ m/^%/o) { $suffix=&opsize($dst); } 50 elsif ($src =~ m/^%/o) { $suffix=&opsize($src); }
|
| /src/crypto/external/bsd/openssl/dist/crypto/perlasm/ |
| x86gas.pl | 23 sub opsize() subroutine 49 if ($dst =~ m/^%/o) { $suffix=&opsize($dst); } 50 elsif ($src =~ m/^%/o) { $suffix=&opsize($src); }
|
| x86gas.pl | 23 sub opsize() subroutine 49 if ($dst =~ m/^%/o) { $suffix=&opsize($dst); } 50 elsif ($src =~ m/^%/o) { $suffix=&opsize($src); }
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/perlasm/ |
| x86gas.pl | 23 sub opsize() subroutine 49 if ($dst =~ m/^%/o) { $suffix=&opsize($dst); } 50 elsif ($src =~ m/^%/o) { $suffix=&opsize($src); }
|
| x86gas.pl | 23 sub opsize() subroutine 49 if ($dst =~ m/^%/o) { $suffix=&opsize($dst); } 50 elsif ($src =~ m/^%/o) { $suffix=&opsize($src); }
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| s390-dis.c | 415 int status, opsize, bufsize, bytes_to_dump, i; local 441 opsize = s390_insn_length (buffer); 442 status = opsize > bufsize; 447 opsize = s390_insn_length (buffer); 488 return opsize; 498 bytes_to_dump = opsize;
|
| s390-dis.c | 415 int status, opsize, bufsize, bytes_to_dump, i; local 441 opsize = s390_insn_length (buffer); 442 status = opsize > bufsize; 447 opsize = s390_insn_length (buffer); 488 return opsize; 498 bytes_to_dump = opsize;
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| s390-dis.c | 415 int status, opsize, bufsize, bytes_to_dump, i; local 441 opsize = s390_insn_length (buffer); 442 status = opsize > bufsize; 447 opsize = s390_insn_length (buffer); 488 return opsize; 498 bytes_to_dump = opsize;
|
| s390-dis.c | 415 int status, opsize, bufsize, bytes_to_dump, i; local 441 opsize = s390_insn_length (buffer); 442 status = opsize > bufsize; 447 opsize = s390_insn_length (buffer); 488 return opsize; 498 bytes_to_dump = opsize;
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| s390-dis.c | 418 int status, opsize, bufsize, bytes_to_dump, i; local 444 opsize = s390_insn_length (buffer); 445 status = opsize > bufsize; 450 opsize = s390_insn_length (buffer); 491 return opsize; 501 bytes_to_dump = opsize;
|
| s390-dis.c | 418 int status, opsize, bufsize, bytes_to_dump, i; local 444 opsize = s390_insn_length (buffer); 445 status = opsize > bufsize; 450 opsize = s390_insn_length (buffer); 491 return opsize; 501 bytes_to_dump = opsize;
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| s390-dis.c | 415 int status, opsize, bufsize, bytes_to_dump, i; local 441 opsize = s390_insn_length (buffer); 442 status = opsize > bufsize; 447 opsize = s390_insn_length (buffer); 488 return opsize; 498 bytes_to_dump = opsize;
|
| s390-dis.c | 415 int status, opsize, bufsize, bytes_to_dump, i; local 441 opsize = s390_insn_length (buffer); 442 status = opsize > bufsize; 447 opsize = s390_insn_length (buffer); 488 return opsize; 498 bytes_to_dump = opsize;
|
| /src/external/bsd/elftoolchain/dist/libdwarf/ |
| libdwarf_lineno.c | 107 uint64_t address, file, line, column, opsize; local 164 opsize = _dwarf_decode_uleb128(&p); 185 p += opsize;
|
| libdwarf_lineno.c | 107 uint64_t address, file, line, column, opsize; local 164 opsize = _dwarf_decode_uleb128(&p); 185 p += opsize;
|
| /src/external/gpl3/gdb.old/dist/sim/msp430/ |
| msp430-sim.c | 1048 int opsize; local 1075 opsize = msp430_decode_opcode (msp430_cpu->regs[0], opcode, msp430_getbyte, 1077 PC += opsize; 1078 if (opsize <= 0) 1128 PC -= opsize;
|
| msp430-sim.c | 1048 int opsize; local 1075 opsize = msp430_decode_opcode (msp430_cpu->regs[0], opcode, msp430_getbyte, 1077 PC += opsize; 1078 if (opsize <= 0) 1128 PC -= opsize;
|
| /src/external/gpl3/gdb/dist/sim/msp430/ |
| msp430-sim.c | 1048 int opsize; local 1075 opsize = msp430_decode_opcode (msp430_cpu->regs[0], opcode, msp430_getbyte, 1077 PC += opsize; 1078 if (opsize <= 0) 1128 PC -= opsize;
|
| msp430-sim.c | 1048 int opsize; local 1075 opsize = msp430_decode_opcode (msp430_cpu->regs[0], opcode, msp430_getbyte, 1077 PC += opsize; 1078 if (opsize <= 0) 1128 PC -= opsize;
|
| /src/lib/libnvmm/ |
| libnvmm_x86.c | 1551 /* [REX-present][enc][opsize] */ 2435 int opsize; local 2437 /* Get the opsize */ 2439 opsize = opcode->defsize; 2441 opsize = 8; 2445 opsize = 2; 2447 opsize = 4; 2451 opsize = 4; 2453 opsize = 2; 2458 return opsize; [all...] |
| libnvmm_x86.c | 1551 /* [REX-present][enc][opsize] */ 2435 int opsize; local 2437 /* Get the opsize */ 2439 opsize = opcode->defsize; 2441 opsize = 8; 2445 opsize = 2; 2447 opsize = 4; 2451 opsize = 4; 2453 opsize = 2; 2458 return opsize; [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/rx/ |
| rx.cc | 3337 int opsize; 3356 opsize = get_attr_length (op); 3357 if (opsize >= 0 && opsize < 8) 3358 return MAX (0, opsize - 1); 3323 int opsize; local
|
| rx.cc | 3337 int opsize; 3356 opsize = get_attr_length (op); 3357 if (opsize >= 0 && opsize < 8) 3358 return MAX (0, opsize - 1); 3323 int opsize; local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/rx/ |
| rx.cc | 3337 int opsize; 3356 opsize = get_attr_length (op); 3357 if (opsize >= 0 && opsize < 8) 3358 return MAX (0, opsize - 1); 3323 int opsize; local
|