OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OP_FLAGS
(Results
1 - 5
of
5
) sorted by null
/external/pcre/dist/
pcre_jit_compile.c
537
#define
OP_FLAGS
(op, dst, dstw, src, srcw, type) \
[
all
...]
/external/google-breakpad/src/third_party/libdisasm/
ia32_invariant.c
145
unsigned int
op_flags
[3] = { t->dest_flag, t->src_flag, t->aux_flag };
local
161
OP_PERM(
op_flags
[x]);
163
(
OP_FLAGS
(
op_flags
[x]) >> 12);
165
switch (
op_flags
[x] & OPTYPE_MASK) {
203
type =
op_flags
[x] & ADDRMETH_MASK;
230
if ((
op_flags
[x] & OPTYPE_MASK) == OPTYPE_v) {
ia32_implicit.c
388
enum x86_op_flags flags = (enum x86_op_flags) (
OP_FLAGS
(list->type) >> 12);
ia32_operand.c
401
op->flags = (enum x86_op_flags) (
OP_FLAGS
(raw_flags) >> 12);
ia32_insn.h
246
#define
OP_FLAGS
( type ) (type & OP_FLAG_MASK)
Completed in 79 milliseconds