Searched refs:Interp_instruction (Results 1 – 4 of 4) sorted by relevance
96 return hash_murmur_32<Interp_instruction>(instr); in operator ()()239 Interp_instruction* aI = static_cast<Interp_instruction*>(a); in operator ()()240 Interp_instruction* bI = static_cast<Interp_instruction*>(b); in operator ()()
349 const Interp_instruction* vintrp = static_cast<const Interp_instruction*>(instr); in print_instr_format_specific()
287 Interp_instruction* interp = static_cast<Interp_instruction*>(instr); in emit_instruction()
1129 struct Interp_instruction : public Instruction { struct1134 static_assert(sizeof(Interp_instruction) == sizeof(Instruction) + 4, "Unexpected padding"); argument