Searched refs:B2Value (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/s390/ |
D | constants-s390.h | 2161 inline int B2Value() const { return Bits<FourByteInstr, int>(15, 12); } in B2Value() function 2184 inline int B2Value() const { return Bits<SixByteInstr, int>(31, 28); } in B2Value() function 2198 inline int B2Value() const { return Bits<FourByteInstr, int>(15, 12); } in B2Value() function 2210 inline int B2Value() const { return Bits<SixByteInstr, int>(31, 28); } in B2Value() function 2269 inline int B2Value() const { return Bits<SixByteInstr, int>(15, 12); } in B2Value() function 2281 inline int B2Value() const { return Bits<SixByteInstr, int>(31, 28); } in B2Value() function
|
D | disasm-s390.cc | 308 value = reinterpret_cast<RXInstruction*>(instr)->B2Value(); in FormatMask()
|
D | simulator-s390.cc | 2656 int b2 = AS(RXYInstruction)->B2Value(); \ 2662 int b2 = AS(RXInstruction)->B2Value(); \ 2669 int b2 = AS(RSInstruction)->B2Value(); \ 2675 int b2 = AS(RSInstruction)->B2Value(); \ 2772 int b2 = AS(RSYInstruction)->B2Value(); \ 2793 int b2 = AS(RXEInstruction)->B2Value(); \ 4218 int b2 = ssInstr->B2Value(); in EVALUATE()
|