Searched refs:is_baseless (Results 1 – 1 of 1) sorted by relevance
160 bool is_baseless = (mode == 0) && (base_reg == 0x05); // No base or RIP base. in Operand() local162 if (mode == 0x80 || is_baseless) { in Operand()175 if (!is_int8(disp_value) || is_baseless) { in Operand()177 buf_[0] = (modrm & 0x3f) | (is_baseless ? 0x00 : 0x80); in Operand()