Searched refs:Interp_instruction (Results 1 – 4 of 4) sorted by relevance
98 case Format::VINTRP: return hash_murmur_32<Interp_instruction>(instr); in operator ()()211 Interp_instruction& aI = a->vintrp(); in operator ()()212 Interp_instruction& bI = b->vintrp(); in operator ()()
998 struct Interp_instruction;1274 Interp_instruction& vintrp() noexcept in vintrp()1277 return *(Interp_instruction*)this; in vintrp()1279 const Interp_instruction& vintrp() const noexcept in vintrp()1282 return *(Interp_instruction*)this; in vintrp()1489 struct Interp_instruction : public Instruction { struct1494 static_assert(sizeof(Interp_instruction) == sizeof(Instruction) + 4, "Unexpected padding"); argument
349 const Interp_instruction& vintrp = instr->vintrp(); in print_instr_format_specific()
303 Interp_instruction& interp = instr->vintrp(); in emit_instruction()