Searched refs:B2Value (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/s390/ |
D | constants-s390.h | 1380 inline int B2Value() const { return Bits<FourByteInstr, int>(15, 12); } in B2Value() function 1392 inline int B2Value() const { return Bits<SixByteInstr, int>(31, 28); } in B2Value() function 1406 inline int B2Value() const { return Bits<FourByteInstr, int>(15, 12); } in B2Value() function 1418 inline int B2Value() const { return Bits<SixByteInstr, int>(31, 28); } in B2Value() function 1477 inline int B2Value() const { return Bits<SixByteInstr, int>(15, 12); } in B2Value() function 1489 inline int B2Value() const { return Bits<SixByteInstr, int>(31, 28); } in B2Value() function
|
D | disasm-s390.cc | 165 int reg = rsinstr->B2Value(); in FormatRegister() 170 int reg = rsinstr->B2Value(); in FormatRegister() 185 int reg = ssinstr->B2Value(); in FormatRegister() 318 value = reinterpret_cast<RXInstruction*>(instr)->B2Value(); in FormatMask()
|
D | simulator-s390.cc | 2659 int b2 = rxinst->B2Value(); in DecodeFourByte() 2753 int b2 = rxinst->B2Value(); in DecodeFourByte() 2838 int b2 = rsinst->B2Value(); in DecodeFourByte() 2876 int rb = rsinstr->B2Value(); in DecodeFourByte() 2902 int b2 = rsInstr->B2Value(); in DecodeFourByte() 2922 int b2 = rsInstr->B2Value(); in DecodeFourByte() 2942 int b2 = rsInstr->B2Value(); in DecodeFourByte() 2974 int b2 = rxinst->B2Value(); in DecodeFourByte() 2998 int b2 = rxinst->B2Value(); in DecodeFourByte() 3048 int b2 = rxinst->B2Value(); in DecodeFourByte() [all …]
|