Home
last modified time | relevance | path

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

/external/v8/src/s390/
Dconstants-s390.h2191 inline int M4Value() const { return Bits<FourByteInstr, int>(19, 16); } in M4Value() function
2202 inline int M4Value() const { return Bits<FourByteInstr, int>(11, 8); } in M4Value() function
2356 DECLARE_FIELD_FOR_SIX_BYTE_INSTR(M4Value, uint32_t, 32, 36);
Ddisasm-s390.cc322 value = reinterpret_cast<RRFInstruction*>(instr)->M4Value(); in FormatMask()
Dsimulator-s390.cc4407 DCHECK(rrfInst->M4Value() == 0); in DecodeFourByteFloatingPoint()
4433 DCHECK(rrfInst->M4Value() == 0); in DecodeFourByteFloatingPoint()
6009 int m4 = AS(RRFInstruction)->M4Value(); \
6078 int m4 = AS(VRR_C_Instruction)->M4Value(); \
/external/clang/lib/CodeGen/
DCGBuiltin.cpp7866 Value *M4Value = llvm::ConstantInt::get(getLLVMContext(), M4); in EmitSystemZBuiltinExpr() local
7868 return Builder.CreateCall(F, {X, M4Value, M5Value}); in EmitSystemZBuiltinExpr()