OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:insn_operands
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86id.c
296
/* The index into the
insn_operands
array which contains the type of each
530
switch (
insn_operands
[jinfo->operands_index+0].targetmod) {
543
insn_operands
[jinfo->operands_index+1].action == OPA_AdSizeR)
545
size_lookup[
insn_operands
[jinfo->operands_index+1].size];
574
if (
insn_operands
[info->operands_index+0].action != OPA_JmpRel)
580
switch (
insn_operands
[info->operands_index+0].targetmod) {
640
&
insn_operands
[info->operands_index];
[
all
...]
gen_x86_insn.py
631
lprint("static const x86_info_operand
insn_operands
[] = {", f)
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/
x86insns.c
2
static const x86_info_operand
insn_operands
[] = {
variable
[
all
...]
Completed in 479 milliseconds