Home
last modified time | relevance | path

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

/external/u-boot/include/bedbug/
Dtables.h17 { O_AA, "O_AA", 1, 1, OH_SILENT }, /* 30 */
31 { O_LK, "O_LK", 1, 0, OH_SILENT }, /* 31 */
35 { O_OE, "O_OE", 1, 10, OH_SILENT }, /* 21 */
38 { O_Rc, "O_Rc", 1, 0, OH_SILENT }, /* 31 */
Dppc.h39 #define OH_SILENT 0x01 /* dont print this operand */ macro
/external/u-boot/common/
Dbedbug.c253 if (opr->hint & OH_SILENT) { in print_operands()
803 if (oper[n_operands]->hint & OH_SILENT) { in asmppc()