Home
last modified time | relevance | path

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

/external/v8/src/s390/
Dconstants-s390.h2132 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);
Ddisasm-s390.cc312 value = reinterpret_cast<RRFInstruction*>(instr)->M4Value(); in FormatMask()
Dsimulator-s390.cc2729 int m4 = AS(RRFInstruction)->M4Value(); \
2804 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()