Searched refs:Interp_instruction (Results 1 – 4 of 4) sorted by relevance
101 case Format::VINTRP: return hash_murmur_32<Interp_instruction>(instr); in operator ()()220 Interp_instruction& aI = a->vintrp(); in operator ()()221 Interp_instruction& bI = b->vintrp(); in operator ()()
1015 struct Interp_instruction;1292 Interp_instruction& vintrp() noexcept in vintrp()1295 return *(Interp_instruction*)this; in vintrp()1297 const Interp_instruction& vintrp() const noexcept in vintrp()1300 return *(Interp_instruction*)this; in vintrp()1528 struct Interp_instruction : public Instruction { struct1533 static_assert(sizeof(Interp_instruction) == sizeof(Instruction) + 4, "Unexpected padding"); argument
351 const Interp_instruction& vintrp = instr->vintrp(); in print_instr_format_specific()
301 Interp_instruction& interp = instr->vintrp(); in emit_instruction()