Searched refs:op_string (Results 1 – 7 of 7) sorted by relevance
/external/google-breakpad/src/third_party/libdisasm/ |
D | ia32_invariant.c | 258 op_pointer | op_ds_seg | op_string; 262 op_pointer | op_es_seg | op_string;
|
D | ia32_operand.c | 181 op->flags |= op_ds_seg | op_pointer | op_string; in decode_operand_value() 188 op->flags |= op_es_seg | op_pointer | op_string; in decode_operand_value()
|
D | x86_format.c | 1087 struct op_string { char *buf; size_t len; }; argument 1090 struct op_string * opstr = (struct op_string *) arg; in format_op_raw() 1114 struct op_string opstr = { buf, len }; in format_raw_insn()
|
D | libdis.h | 214 op_string = 2, /* possible string or array */ enumerator
|
/external/google-breakpad/src/third_party/libdisasm/swig/ |
D | libdisasm_oop.i | 131 op_signed = 1, op_string = 2, enumerator
|
/external/llvm/lib/Target/ |
D | README.txt | 1267 else if (strchr ("+-/*%|&^:[]()~", *intel_parser.op_string)) 1269 else if (strchr ("<>", *intel_parser.op_string)
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 6181 string asm, string op_string, 6183 : I<oops, iops, asm, op_string, cstr, pattern>,
|