Home
last modified time | relevance | path

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

/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc318 #define ASSEMBLE_BINOP_RC(asm_instr_reg, asm_instr_imm) \ macro
1235 ASSEMBLE_BINOP_RC(slw, slwi); in AssembleArchInstruction()
1239 ASSEMBLE_BINOP_RC(sld, sldi); in AssembleArchInstruction()
1243 ASSEMBLE_BINOP_RC(srw, srwi); in AssembleArchInstruction()
1247 ASSEMBLE_BINOP_RC(srd, srdi); in AssembleArchInstruction()