Searched refs:M4Value (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/s390/ |
D | constants-s390.h | 2132 inline int M4Value() const { return Bits<FourByteInstr, int>(19, 16); } in M4Value() function 2143 inline int M4Value() const { return Bits<FourByteInstr, int>(11, 8); } in M4Value() function 2308 DECLARE_FIELD_FOR_SIX_BYTE_INSTR(M4Value, uint32_t, 32, 36);
|
D | disasm-s390.cc | 312 value = reinterpret_cast<RRFInstruction*>(instr)->M4Value(); in FormatMask()
|
D | simulator-s390.cc | 2729 int m4 = AS(RRFInstruction)->M4Value(); \ 2804 int m4 = AS(VRR_C_Instruction)->M4Value(); \
|
/external/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 7866 Value *M4Value = llvm::ConstantInt::get(getLLVMContext(), M4); in EmitSystemZBuiltinExpr() local 7868 return Builder.CreateCall(F, {X, M4Value, M5Value}); in EmitSystemZBuiltinExpr()
|