OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:O_BD
(Results
1 - 3
of
3
) sorted by null
/external/u-boot/common/
bedbug.c
670
static struct opcode blt = { B_OPCODE (16, 0, 0), B_MASK, {
O_BD
, 0},
674
{ B_OPCODE (16, 0, 0), B_MASK, {O_cr2,
O_BD
, 0},
677
static struct opcode bdnz = { B_OPCODE (16, 0, 0), B_MASK, {
O_BD
, 0},
1115
if (!get_operand_value (op, instr,
O_BD
, &addr) ||
/external/u-boot/include/bedbug/
tables.h
18
{
O_BD
, "
O_BD
", 14, 2, OH_ADDR }, /* 16-29 */
85
{ B_OPCODE(16,0,0), B_MASK, {O_BO, O_BI,
O_BD
, O_AA, O_LK, 0},
87
{ B_OPCODE(16,0,1), B_MASK, {O_BO, O_BI,
O_BD
, O_AA, O_LK, 0},
89
{ B_OPCODE(16,1,0), B_MASK, {O_BO, O_BI,
O_BD
, O_AA, O_LK, 0},
91
{ B_OPCODE(16,1,1), B_MASK, {O_BO, O_BI,
O_BD
, O_AA, O_LK, 0},
ppc.h
13
O_AA = 1,
O_BD
, O_BI, O_BO, O_crbD, O_crbA, O_crbB, O_CRM, O_d, O_frC, O_frD,
Completed in 275 milliseconds