/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | i386-dis.c | 173 unsigned char *codep; member 8550 FETCH_DATA (ins->info, ins->codep + 1); in ckprefix() 8552 switch (*ins->codep) in ckprefix() 8572 newrex = *ins->codep; in ckprefix() 8639 ins->codep++; in ckprefix() 8656 if (*ins->codep != FWAIT_OPCODE) in ckprefix() 8657 ins->all_prefixes[i++] = *ins->codep; in ckprefix() 8659 ins->codep++; in ckprefix() 8883 FETCH_DATA (ins->info, ins->codep + 2); in get_valid_dis386() 8884 vindex = *ins->codep++; in get_valid_dis386() [all …]
|
H A D | ChangeLog-2009 | 258 * i386-dis.c (get_vex_imm8): Do not increment codep. 260 has already forwarded the codep pointer. 261 (OP_EX_VexW): Increment codep to skip mod/rm byte.
|
H A D | ChangeLog-2017 | 311 (OP_EX_VexW): Move setting of vex_w_done. Update codep on 2nd
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | i386-dis.c | 178 uint8_t *codep; member 360 if (!fetch_code (ins->info, ins->codep + 1)) in fetch_modrm() 363 ins->modrm.mod = (*ins->codep >> 6) & 3; in fetch_modrm() 364 ins->modrm.reg = (*ins->codep >> 3) & 7; in fetch_modrm() 365 ins->modrm.rm = *ins->codep & 7; in fetch_modrm() 379 if (ins->codep <= priv->the_buffer) in fetch_error() 8461 if (!fetch_code (ins->info, ins->codep + 1)) in ckprefix() 8464 switch (*ins->codep) in ckprefix() 8484 newrex = *ins->codep; in ckprefix() 8496 ins->codep++; in ckprefix() [all …]
|
H A D | ChangeLog-2009 | 258 * i386-dis.c (get_vex_imm8): Do not increment codep. 260 has already forwarded the codep pointer. 261 (OP_EX_VexW): Increment codep to skip mod/rm byte.
|
H A D | ChangeLog-2017 | 311 (OP_EX_VexW): Move setting of vex_w_done. Update codep on 2nd
|
/netbsd-src/external/mit/libcbor/dist/src/cbor/internal/ |
H A D | unicode.c | 58 uint32_t _cbor_unicode_decode(uint32_t* state, uint32_t* codep, uint32_t byte) { in _cbor_unicode_decode() argument 61 *codep = (*state != UTF8_ACCEPT) ? (byte & 0x3fu) | (*codep << 6) in _cbor_unicode_decode()
|
/netbsd-src/sys/external/bsd/drm/dist/bsd-core/ |
H A D | radeon_drv.c | 237 int radeon_load_a_microcode(const char *fmt, const char *chip_name, void **codep, size_t *sizep) in radeon_load_a_microcode() argument 249 if ((*codep = firmware_malloc(*sizep)) == NULL) { in radeon_load_a_microcode() 254 if ((error = firmware_read(fh, 0, *codep, *sizep)) != 0) { in radeon_load_a_microcode() 256 firmware_free(*codep, *sizep); in radeon_load_a_microcode()
|
/netbsd-src/lib/libc/time/ |
H A D | localtime.c | 383 detzcode(const char *const codep) in settzname() 392 result = codep[0] & 0x7f; in settzname() 394 result = (result << 8) | (codep[i] & 0xff); in settzname() 396 if (codep[0] & 0x80) { in settzname() 406 detzcode64(const char *const codep) 415 result = codep[0] & 0x7f; in scrub_abbrs() 417 result = (result << 8) | (codep[i] & 0xff); in scrub_abbrs() 419 if (codep[0] & 0x80) { in scrub_abbrs() 254 detzcode(const char * const codep) detzcode() argument 277 detzcode64(const char * const codep) detzcode64() argument
|
/netbsd-src/external/gpl2/groff/dist/src/devices/grops/ |
H A D | ps.cpp | 661 subencoding *ps_printer::set_subencoding(font *f, int i, unsigned char *codep) in set_subencoding() argument 664 *codep = idx % 256; in set_subencoding() 675 p->glyphs[*codep] = f->get_special_device_encoding(i); in set_subencoding()
|
/netbsd-src/external/gpl3/gdb/dist/opcodes/ |
H A D | ChangeLog-2009 | 258 * i386-dis.c (get_vex_imm8): Do not increment codep. 260 has already forwarded the codep pointer. 261 (OP_EX_VexW): Increment codep to skip mod/rm byte.
|
H A D | ChangeLog-2017 | 311 (OP_EX_VexW): Move setting of vex_w_done. Update codep on 2nd
|
/netbsd-src/external/gpl3/gdb.old/dist/opcodes/ |
H A D | ChangeLog-2009 | 258 * i386-dis.c (get_vex_imm8): Do not increment codep. 260 has already forwarded the codep pointer. 261 (OP_EX_VexW): Increment codep to skip mod/rm byte.
|
H A D | ChangeLog-2017 | 311 (OP_EX_VexW): Move setting of vex_w_done. Update codep on 2nd
|
/netbsd-src/sys/external/bsd/drm/dist/shared-core/ |
H A D | radeon_drv.h | 552 int radeon_load_a_microcode(const char *fmt, const char *chip_name, void **codep, size_t *sizep);
|
/netbsd-src/external/gpl3/binutils/dist/ |
H A D | ChangeLog.git | 18179 (OP_E): Skip codep++ when has skipped modrm byte. 47342 x86: use fixed-width type for codep and friends 52722 6) We also don't know that unsigned char is 8 bits. Mask codep 52724 other than an 8-bit char host, but if we are masking codep accesses in
|