Home
last modified time | relevance | path

Searched refs:ASSEMBLE_MOVX (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/x64/
Dcode-generator-x64.cc454 #define ASSEMBLE_MOVX(asm_instr) \ macro
1778 ASSEMBLE_MOVX(movsxbl); in AssembleArchInstruction()
1784 ASSEMBLE_MOVX(movzxbl); in AssembleArchInstruction()
1790 ASSEMBLE_MOVX(movsxbq); in AssembleArchInstruction()
1795 ASSEMBLE_MOVX(movzxbq); in AssembleArchInstruction()
1813 ASSEMBLE_MOVX(movsxwl); in AssembleArchInstruction()
1819 ASSEMBLE_MOVX(movzxwl); in AssembleArchInstruction()
1825 ASSEMBLE_MOVX(movsxwq); in AssembleArchInstruction()
1829 ASSEMBLE_MOVX(movzxwq); in AssembleArchInstruction()
1871 ASSEMBLE_MOVX(movsxlq); in AssembleArchInstruction()
[all …]
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc447 #define ASSEMBLE_MOVX(mov_instr) \ macro
1565 ASSEMBLE_MOVX(movsx_b); in AssembleArchInstruction()
1569 ASSEMBLE_MOVX(movzx_b); in AssembleArchInstruction()
1584 ASSEMBLE_MOVX(movsx_w); in AssembleArchInstruction()
1588 ASSEMBLE_MOVX(movzx_w); in AssembleArchInstruction()
4611 #undef ASSEMBLE_MOVX