Searched refs:OH_SILENT (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/include/bedbug/ |
D | tables.h | 17 { 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 */
|
D | ppc.h | 39 #define OH_SILENT 0x01 /* dont print this operand */ macro
|
/external/u-boot/common/ |
D | bedbug.c | 253 if (opr->hint & OH_SILENT) { in print_operands() 803 if (oper[n_operands]->hint & OH_SILENT) { in asmppc()
|