Searched refs:ASSEMBLE_BIN32_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 | 507 #define ASSEMBLE_BIN32_OP(_rr, _rm, _ri) \ macro 510 #define ASSEMBLE_BIN32_OP ASSEMBLE_BIN_OP macro 1499 ASSEMBLE_BIN32_OP(RRRInstr(nrk), RM32Instr(And), RIInstr(nilf)); in AssembleArchInstruction() 1501 ASSEMBLE_BIN32_OP(RRInstr(nr), RM32Instr(And), RIInstr(nilf)); in AssembleArchInstruction() 1514 ASSEMBLE_BIN32_OP(RRRInstr(ork), RM32Instr(Or), RIInstr(oilf)); in AssembleArchInstruction() 1516 ASSEMBLE_BIN32_OP(RRInstr(or_z), RM32Instr(Or), RIInstr(oilf)); in AssembleArchInstruction() 1529 ASSEMBLE_BIN32_OP(RRRInstr(xrk), RM32Instr(Xor), RIInstr(xilf)); in AssembleArchInstruction() 1531 ASSEMBLE_BIN32_OP(RRInstr(xr), RM32Instr(Xor), RIInstr(xilf)); in AssembleArchInstruction() 1544 ASSEMBLE_BIN32_OP(RRRInstr(ShiftLeftU32), nullInstr, in AssembleArchInstruction() 1547 ASSEMBLE_BIN32_OP(RRInst in AssembleArchInstruction() [all...] |
Completed in 7 milliseconds