Home
last modified time | relevance | path

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

/external/v8/src/s390/
Dsimulator-s390.cc2407 RRInstruction* rrinst = reinterpret_cast<RRInstruction*>(instr); in DecodeTwoByte() local
2408 int r1 = rrinst->R1Value(); in DecodeTwoByte()
2409 int r2 = rrinst->R2Value(); in DecodeTwoByte()
2475 RRInstruction* rrinst = reinterpret_cast<RRInstruction*>(instr); in DecodeTwoByte() local
2476 int r1 = rrinst->R1Value(); in DecodeTwoByte()
2477 int r2 = rrinst->R2Value(); in DecodeTwoByte()
2482 RRInstruction* rrinst = reinterpret_cast<RRInstruction*>(instr); in DecodeTwoByte() local
2483 int r1 = rrinst->R1Value(); in DecodeTwoByte()
2484 int r2 = rrinst->R2Value(); in DecodeTwoByte()
2490 RRInstruction* rrinst = reinterpret_cast<RRInstruction*>(instr); in DecodeTwoByte() local
[all …]
/external/llvm/docs/TableGen/
DLangIntro.rst415 class rrinst<int opc, string asmstr>
424 def ADD_rr : rrinst<0b111, "add">;
426 def SUB_rr : rrinst<0b101, "sub">;
428 def MUL_rr : rrinst<0b100, "mul">;