Lines Matching refs:short_addr
992 db_disasm_esc(uintptr_t loc, int inst, int rex, int short_addr,
997 db_read_address(uintptr_t loc, int short_addr, int rex, int regmodrm,
1004 db_read_address(uintptr_t loc, int short_addr, int rex, int regmodrm, struct i_addr *addrp)
1019 if (short_addr)
1041 else if (short_addr)
1095 db_disasm_esc(uintptr_t loc, int inst, int rex, int short_addr, int size, const char *seg)
1114 loc = db_read_address(loc, short_addr, rex, regmodrm, &address);
1190 int short_addr;
1209 short_addr = FALSE;
1224 short_addr = TRUE;
1267 loc = db_disasm_esc(loc, inst, rex, short_addr, size, seg);
1286 loc = db_read_address(loc, short_addr, rex, regmodrm, &address);
1409 if (short_addr == FALSE)
1509 kprintf("(%s)", short_addr ? "%bx" : "%ebx");
1523 kprintf("(%s)", short_addr ? "%si" : "%rsi");
1527 kprintf("%%es:(%s)", short_addr ? "%di" : "%rdi");
1584 len = (short_addr ? 2 : 4);