Home
last modified time | relevance | path

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

/external/v8/src/compiler/s390/
Dcode-generator-s390.cc478 #define ASSEMBLE_BIN_OP(_rr, _rm, _ri) AssembleBinOp(instr, _rr, _rm, _ri) macro
492 #define ASSEMBLE_BIN32_OP ASSEMBLE_BIN_OP
1642 ASSEMBLE_BIN_OP(RRRInstr(ngrk), RM64Instr(ng), nullInstr); in AssembleArchInstruction()
1644 ASSEMBLE_BIN_OP(RRInstr(ngr), RM64Instr(ng), nullInstr); in AssembleArchInstruction()
1657 ASSEMBLE_BIN_OP(RRRInstr(ogrk), RM64Instr(og), nullInstr); in AssembleArchInstruction()
1659 ASSEMBLE_BIN_OP(RRInstr(ogr), RM64Instr(og), nullInstr); in AssembleArchInstruction()
1672 ASSEMBLE_BIN_OP(RRRInstr(xgrk), RM64Instr(xg), nullInstr); in AssembleArchInstruction()
1674 ASSEMBLE_BIN_OP(RRInstr(xgr), RM64Instr(xg), nullInstr); in AssembleArchInstruction()
1686 ASSEMBLE_BIN_OP(RRRInstr(sllg), nullInstr, RRIInstr(sllg)); in AssembleArchInstruction()
1697 ASSEMBLE_BIN_OP(RRRInstr(srlg), nullInstr, RRIInstr(srlg)); in AssembleArchInstruction()
[all …]