Home
last modified time | relevance | path

Searched refs:has_ea (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/hpfs/
H A Dhpfs.h311 u8 has_ea: 1; /* entry has EA */ member
323 u8 has_ea: 1; /* entry has EA */ member
/openbmc/qemu/target/i386/tcg/
H A Ddecode-new.h309 bool has_ea; member
H A Ddecode-new.c.inc1904 op->has_ea = true;
2140 op->has_ea = true;
2390 if (decode->op[2].has_ea) {
2437 if (!decode->op[0].has_ea &&
2441 assert(!decode->op[1].has_ea);
2445 if (!decode->op[2].has_ea &&
2735 if (decode.op[0].has_ea) {
2741 accept_lock = decode.op[0].has_ea;
2746 if (!decode.op[0].has_ea) {
2753 if (!decode.op[2].has_ea) {
[all …]
H A Demit.c.inc192 if (!op->has_ea) {
201 if (!op->has_ea) {
282 if (op->has_ea) {
320 if (op->has_ea) {
361 if (op->has_ea) {
370 if (!op->has_ea && (s->prefix & PREFIX_VEX) && op->ot <= MO_128) {
464 if (!decode->op[0].has_ea) {
1747 if (decode->op[0].has_ea) {
2581 if (decode->op[0].has_ea) {
3031 if (op->has_ea || op->unit == X86_OP_SEG) {
[all …]