Home
last modified time | relevance | path

Searched refs:H_RA0_IS_0 (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/include/bedbug/
Dtables.h82 0, "addi", H_RA0_IS_0 },
84 0, "addis", H_RA0_IS_0|H_IMM_HIGH },
176 0, "lwarx", H_RA0_IS_0 },
178 0, "lwzx", H_RA0_IS_0 },
198 0, "dcbst", H_RA0_IS_0 },
212 0, "dcbf", H_RA0_IS_0 },
214 0, "lbzx", H_RA0_IS_0 },
254 0, "stbx", H_RA0_IS_0 },
270 0, "dcbtst", H_RA0_IS_0 },
278 0, "dcbt", H_RA0_IS_0 },
[all …]
Dppc.h333 #define H_RA0_IS_0 0x4 /* If rA = 0 then treat as literal 0 */ macro
/external/u-boot/common/
Dbedbug.c296 (opr->field == O_rA) && (ctx->op->hint & H_RA0_IS_0)) { in print_operands()