Searched refs:push_insn (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/v8/src/x87/
H A Dassembler-x87.cc2090 char* push_insn = const_cast<char*>(return_address - 12); local
2091 push_insn[0] = 0xeb; // Relative branch insn.
2092 push_insn[1] = 13; // Skip over coverage insns.
/external/chromium_org/v8/src/ia32/
H A Dassembler-ia32.cc2668 char* push_insn = const_cast<char*>(return_address - 12); local
2669 push_insn[0] = 0xeb; // Relative branch insn.
2670 push_insn[1] = 13; // Skip over coverage insns.
/external/chromium_org/third_party/yasm/source/patched-yasm/
H A Dx86insn_gas.gperf1042 push, push_insn, 35, SUF_Z, 0, 0, 0, 0, 0, 0, 0
1050 pushl, push_insn, 35, SUF_L, 0, 0, 0, 0, CPU_386, 0, 0
1051 pushq, push_insn, 35, SUF_Q, 0, 0, 0, ONLY_64, 0, 0, 0
1052 pushw, push_insn, 35, SUF_W, 0, 0, 0, 0, 0, 0, 0
H A Dx86insn_nasm.gperf632 push, push_insn, 35, SUF_Z, 0, 0, 0, 0, 0, 0, 0
H A Dx86insns.c835 static const x86_insn_info push_insn[] = { variable
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/tests/
H A Dx86id.asm816 ;.type push_insn,@object
817 ;.size push_insn,784
818 push_insn: label
12229 mov DWORD [edi], push_insn
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
H A Delf-x86id.asm816 ;.type push_insn,@object
817 ;.size push_insn,784
818 push_insn: label
12229 mov DWORD [edi], push_insn

Completed in 306 milliseconds