Home
last modified time | relevance | path

Searched refs:InstructionWithLabel (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/courgette/
Dassembly_program.cc106 class InstructionWithLabel : public Instruction { class
108 InstructionWithLabel(OP op, Label* label) in InstructionWithLabel() function in courgette::__anon9242cf010111::InstructionWithLabel
119 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()