Searched refs:ASSEMBLE_BIN_OP (Results 1 - 1 of 1) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | code-generator-s390.cc | 496 #define ASSEMBLE_BIN_OP(_rr, _rm, _ri) AssembleBinOp(instr, _rr, _rm, _ri) macro 510 #define ASSEMBLE_BIN32_OP ASSEMBLE_BIN_OP 1506 ASSEMBLE_BIN_OP(RRRInstr(ngrk), RM64Instr(ng), nullInstr); in AssembleArchInstruction() 1508 ASSEMBLE_BIN_OP(RRInstr(ngr), RM64Instr(ng), nullInstr); in AssembleArchInstruction() 1521 ASSEMBLE_BIN_OP(RRRInstr(ogrk), RM64Instr(og), nullInstr); in AssembleArchInstruction() 1523 ASSEMBLE_BIN_OP(RRInstr(ogr), RM64Instr(og), nullInstr); in AssembleArchInstruction() 1536 ASSEMBLE_BIN_OP(RRRInstr(xgrk), RM64Instr(xg), nullInstr); in AssembleArchInstruction() 1538 ASSEMBLE_BIN_OP(RRInstr(xgr), RM64Instr(xg), nullInstr); in AssembleArchInstruction() 1551 ASSEMBLE_BIN_OP(RRRInstr(sllg), nullInstr, RRIInstr(sllg)); in AssembleArchInstruction() 1562 ASSEMBLE_BIN_OP(RRRInst in AssembleArchInstruction() [all...] |
Completed in 4 milliseconds