Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc827 #define ASSEMBLE_MOVX(asm_instr) \ macro
2325 ASSEMBLE_MOVX(movsxbl); in AssembleArchInstruction()
2330 ASSEMBLE_MOVX(movzxbl); in AssembleArchInstruction()
2335 ASSEMBLE_MOVX(movsxbq); in AssembleArchInstruction()
2339 ASSEMBLE_MOVX(movzxbq); in AssembleArchInstruction()
2361 ASSEMBLE_MOVX(movsxwl); in AssembleArchInstruction()
2366 ASSEMBLE_MOVX(movzxwl); in AssembleArchInstruction()
2371 ASSEMBLE_MOVX(movsxwq); in AssembleArchInstruction()
2375 ASSEMBLE_MOVX(movzxwq); in AssembleArchInstruction()
2429 ASSEMBLE_MOVX(movsxl in AssembleArchInstruction()
4403 #undef ASSEMBLE_MOVX global() macro
[all...]
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc473 #define ASSEMBLE_MOVX(mov_instr) \ macro
1564 ASSEMBLE_MOVX(movsx_b); in AssembleArchInstruction()
1567 ASSEMBLE_MOVX(movzx_b); in AssembleArchInstruction()
1580 ASSEMBLE_MOVX(movsx_w); in AssembleArchInstruction()
1583 ASSEMBLE_MOVX(movzx_w); in AssembleArchInstruction()
4477 #undef ASSEMBLE_MOVX macro

Completed in 10 milliseconds