Searched defs:x86_format_operand (Results 1 - 1 of 1) sorted by relevance

/external/google-breakpad/src/third_party/libdisasm/
H A Dx86_format.c983 int x86_format_operand( x86_op_t *op, char *buf, int len, function
1200 x86_format_operand( x86_operand_1st(insn), str,
1208 x86_format_operand( x86_operand_2nd( insn ), str,
1216 x86_format_operand( x86_operand_3rd(insn), str,
1317 x86_format_operand( dst, str, MAX_OP_STRING, format);
1326 x86_format_operand( src, str, MAX_OP_STRING, format);
1333 x86_format_operand( x86_operand_3rd( insn ),
1349 x86_format_operand(x86_operand_3rd( insn ),
1369 x86_format_operand(src, str, MAX_OP_STRING, format);
1379 x86_format_operand( ds
[all...]

Completed in 161 milliseconds