Home
last modified time | relevance | path

Searched defs:M4Value (Results 1 – 2 of 2) 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
/external/clang/lib/CodeGen/
DCGBuiltin.cpp7866 Value *M4Value = llvm::ConstantInt::get(getLLVMContext(), M4); in EmitSystemZBuiltinExpr() local