Lines Matching defs:ip
536 asm_decodeB(uint64_t ip, struct asm_bundle *b, int slot)
542 bits = SLOT(ip, slot);
652 asm_decodeF(uint64_t ip, struct asm_bundle *b, int slot)
658 bits = SLOT(ip, slot);
903 asm_decodeI(uint64_t ip, struct asm_bundle *b, int slot)
909 bits = SLOT(ip, slot);
1315 asm_decodeM(uint64_t ip, struct asm_bundle *b, int slot)
1321 bits = SLOT(ip, slot);
2474 asm_decodeX(uint64_t ip, struct asm_bundle *b, int slot)
2481 bits = SLOT(ip, slot);
2485 b->b_inst[slot - 1].i_bits = SLOT(ip, slot - 1);
2522 asm_decode(uint64_t ip, struct asm_bundle *b)
2530 b->b_templ = asm_templname[TMPL(ip)];
2541 ok = asm_decodeB(ip, b, slot++);
2544 ok = asm_decodeF(ip, b, slot++);
2547 ok = asm_decodeI(ip, b, slot++);
2553 ok = asm_decodeM(ip, b, slot++);
2556 ok = asm_decodeX(ip, b, slot++);