Home
last modified time | relevance | path

Searched refs:RRRInstr (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dcode-generator-s390.cc393 #define RRRInstr(instr) \ macro
1499 ASSEMBLE_BIN32_OP(RRRInstr(nrk), RM32Instr(And), RIInstr(nilf)); in AssembleArchInstruction()
1506 ASSEMBLE_BIN_OP(RRRInstr(ngrk), RM64Instr(ng), nullInstr); in AssembleArchInstruction()
1514 ASSEMBLE_BIN32_OP(RRRInstr(ork), RM32Instr(Or), RIInstr(oilf)); in AssembleArchInstruction()
1521 ASSEMBLE_BIN_OP(RRRInstr(ogrk), RM64Instr(og), nullInstr); in AssembleArchInstruction()
1529 ASSEMBLE_BIN32_OP(RRRInstr(xrk), RM32Instr(Xor), RIInstr(xilf)); in AssembleArchInstruction()
1536 ASSEMBLE_BIN_OP(RRRInstr(xgrk), RM64Instr(xg), nullInstr); in AssembleArchInstruction()
1544 ASSEMBLE_BIN32_OP(RRRInstr(ShiftLeftU32), nullInstr, in AssembleArchInstruction()
1551 ASSEMBLE_BIN_OP(RRRInstr(sllg), nullInstr, RRIInstr(sllg)); in AssembleArchInstruction()
1556 ASSEMBLE_BIN32_OP(RRRInstr(srl in AssembleArchInstruction()
[all...]

Completed in 5 milliseconds