Home
last modified time | relevance | path

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

/external/v8/src/compiler/s390/
Dcode-generator-s390.cc371 #define RM64Instr(instr) RMInstr(instr, GET_MEMOPERAND) macro
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()
1866 ASSEMBLE_BIN_OP(RRRInstr(agrk), RM64Instr(ag), RRIInstr(AddP)); in AssembleArchInstruction()
1868 ASSEMBLE_BIN_OP(RRInstr(agr), RM64Instr(ag), RIInstr(agfi)); in AssembleArchInstruction()
1887 ASSEMBLE_BIN_OP(RRRInstr(sgrk), RM64Instr(sg), RRIInstr(SubP)); in AssembleArchInstruction()
[all …]