| disasm_decode.c | 52 asm_decodeA(uint64_t bits, struct asm_bundle *b, int slot) 528 return (asm_extract(op, fmt, bits, b, slot)); 536 asm_decodeB(uint64_t ip, struct asm_bundle *b, int slot) 542 bits = SLOT(ip, slot); 644 return (asm_extract(op, fmt, bits, b, slot)); 652 asm_decodeF(uint64_t ip, struct asm_bundle *b, int slot) 658 bits = SLOT(ip, slot); 895 return (asm_extract(op, fmt, bits, b, slot)); 2525 unsigned int slot; local in function:asm_decode [all...] |