Searched refs:compressed_op (Results 1 – 1 of 1) sorted by relevance
121 InstructionWithLabelARM(OP op, uint16 compressed_op, Label* label, in InstructionWithLabelARM() argument123 : InstructionWithLabel(op, label), compressed_op_(compressed_op), in InstructionWithLabelARM()127 uint16 compressed_op() const { return compressed_op_; } in compressed_op() function in courgette::__anona341a06e0111::InstructionWithLabelARM439 uint16 compressed_op = in Encode() local441 compressed_op(); in Encode()442 if (!encoded->AddRel32ARM(compressed_op, label->index_)) in Encode()