Home
last modified time | relevance | path

Searched refs:ASSEMBLE_BINOP (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/x64/
Dcode-generator-x64.cc366 #define ASSEMBLE_BINOP(asm_instr) \ macro
1049 ASSEMBLE_BINOP(addl); in AssembleArchInstruction()
1052 ASSEMBLE_BINOP(addq); in AssembleArchInstruction()
1055 ASSEMBLE_BINOP(subl); in AssembleArchInstruction()
1058 ASSEMBLE_BINOP(subq); in AssembleArchInstruction()
1061 ASSEMBLE_BINOP(andl); in AssembleArchInstruction()
1064 ASSEMBLE_BINOP(andq); in AssembleArchInstruction()
1139 ASSEMBLE_BINOP(orl); in AssembleArchInstruction()
1142 ASSEMBLE_BINOP(orq); in AssembleArchInstruction()
1145 ASSEMBLE_BINOP(xorl); in AssembleArchInstruction()
[all …]
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc403 #define ASSEMBLE_BINOP(asm_instr) \ macro
1008 ASSEMBLE_BINOP(add); in AssembleArchInstruction()
1011 ASSEMBLE_BINOP(and_); in AssembleArchInstruction()
1059 ASSEMBLE_BINOP(or_); in AssembleArchInstruction()
1062 ASSEMBLE_BINOP(xor_); in AssembleArchInstruction()
1065 ASSEMBLE_BINOP(sub); in AssembleArchInstruction()
4608 #undef ASSEMBLE_BINOP
/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc306 #define ASSEMBLE_BINOP(asm_instr_reg, asm_instr_imm) \ macro