Home
last modified time | relevance | path

Searched refs:M5Value (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/s390/
Dconstants-s390.h2307 DECLARE_FIELD_FOR_SIX_BYTE_INSTR(M5Value, uint32_t, 28, 32);
Dsimulator-s390.cc2803 int m5 = AS(VRR_C_Instruction)->M5Value(); \
/external/clang/lib/CodeGen/
DCGBuiltin.cpp7867 Value *M5Value = llvm::ConstantInt::get(getLLVMContext(), M5); in EmitSystemZBuiltinExpr() local
7868 return Builder.CreateCall(F, {X, M4Value, M5Value}); in EmitSystemZBuiltinExpr()