Searched refs:InstructionWithLabel (Results 1 – 1 of 1) sorted by relevance
106 class InstructionWithLabel : public Instruction { class108 InstructionWithLabel(OP op, Label* label) in InstructionWithLabel() function in courgette::__anon9242cf010111::InstructionWithLabel119 class InstructionWithLabelARM : public InstructionWithLabel {123 : InstructionWithLabel(op, label), compressed_op_(compressed_op), in InstructionWithLabelARM()187 return Emit(new(std::nothrow) InstructionWithLabel(REL32, label)); in EmitRel32()197 return Emit(new(std::nothrow) InstructionWithLabel(ABS32, label)); in EmitAbs32()226 return static_cast<const InstructionWithLabel*>(instruction)->label(); in InstructionAbs32Label()234 static_cast<const InstructionWithLabel*>(instruction)->label(); in InstructionRel32Label()431 Label* label = static_cast<InstructionWithLabel*>(instruction)->label(); in Encode()447 Label* label = static_cast<InstructionWithLabel*>(instruction)->label(); in Encode()