Lines Matching +defs:val +defs:format
1115 const uint32_t val = is_lit16 ? inst->VRegC_22s() : inst->VRegC_22b(); in CheckLiteralOp() local
1609 #define DEFINE_CASE(opcode, c, p, format, index, flags, eflags, vflags) \ in VerifyInstructions() argument
1623 #define DEFINE_CASE(opcode, c, p, format, index, flags, eflags, vflags) \ in VerifyInstructions() argument
2654 int32_t val = static_cast<int32_t>(inst->VRegB_11n() << 28) >> 28; in CodeFlowVerifyInstruction() local
2659 int16_t val = static_cast<int16_t>(inst->VRegB_21s()); in CodeFlowVerifyInstruction() local
2664 int32_t val = inst->VRegB_31i(); in CodeFlowVerifyInstruction() local
2669 int32_t val = static_cast<int32_t>(inst->VRegB_21h() << 16); in CodeFlowVerifyInstruction() local
2675 int64_t val = static_cast<int16_t>(inst->VRegB_21s()); in CodeFlowVerifyInstruction() local
2682 int64_t val = static_cast<int32_t>(inst->VRegB_31i()); in CodeFlowVerifyInstruction() local
2689 int64_t val = inst->VRegB_51l(); in CodeFlowVerifyInstruction() local
2696 int64_t val = static_cast<uint64_t>(inst->VRegB_21h()) << 48; in CodeFlowVerifyInstruction() local