OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opcode_mask
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/opcodes/
microblaze-dis.c
193
if (op->bit_sequence == (inst & op->
opcode_mask
))
428
if (op->bit_sequence == (inst & op->
opcode_mask
))
471
if (op->bit_sequence == (inst & op->
opcode_mask
))
microblaze-opc.h
116
unsigned long
opcode_mask
; /* Which bits define the opcode. */
member in struct:op_code_struct
[
all
...]
/hardware/interfaces/graphics/composer/2.1/default/
IComposerCommandBuffer.h
89
static_cast<uint32_t>(IComposerClient::Command::
OPCODE_MASK
));
707
constexpr uint32_t
opcode_mask
=
local
708
static_cast<uint32_t>(IComposerClient::Command::
OPCODE_MASK
);
714
val &
opcode_mask
);
Completed in 663 milliseconds