Searched refs:M4Value (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/s390/ |
D | constants-s390.h | 2191 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);
|
D | disasm-s390.cc | 322 value = reinterpret_cast<RRFInstruction*>(instr)->M4Value(); in FormatMask()
|
D | simulator-s390.cc | 4407 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/ |
D | CGBuiltin.cpp | 7866 Value *M4Value = llvm::ConstantInt::get(getLLVMContext(), M4); in EmitSystemZBuiltinExpr() local 7868 return Builder.CreateCall(F, {X, M4Value, M5Value}); in EmitSystemZBuiltinExpr()
|