Home | History | Annotate | Download | only in runtime

Lines Matching refs:reg_num

932         uint32_t reg_num = DecodeUnsignedLeb128(&ptr_);
933 if (UNLIKELY(reg_num >= 65536)) {
934 ErrorStringPrintf("Bad reg_num for opcode %x", opcode);
955 uint32_t reg_num = DecodeUnsignedLeb128(&ptr_);
956 if (UNLIKELY(reg_num >= 65536)) {
957 ErrorStringPrintf("Bad reg_num for opcode %x", opcode);
963 uint32_t reg_num = DecodeUnsignedLeb128(&ptr_);
964 if (UNLIKELY(reg_num >= 65536)) {
965 ErrorStringPrintf("Bad reg_num for opcode %x", opcode);