OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:opcode_mask
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/opcodes/
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 265 milliseconds