Searched refs:WideVRegB (Results 1 – 3 of 3) sorted by relevance
268 inline uint64_t Instruction::WideVRegB() const { in WideVRegB() function
334 uint64_t WideVRegB() const;
174 decoded_instruction->vB_wide = inst->HasWideVRegB() ? inst->WideVRegB() : 0; in ParseInsn()