Lines Matching refs:op
220 const BrigOperandRegister *op = (BrigOperandRegister*)baseOp;
223 (BrigRegisterKind)op->regKind);
235 const BrigOperandOperandList *op =
237 const BrigData *data_p = (BrigData*)obj->getData(op->elements);
277 const BrigOperandAddress *op = (BrigOperandAddress*)baseOp;
279 if (!op->reg) {
282 if (op->symbol) {
284 obj->getCodeSectionEntry(op->symbol);
313 AddrOperandBase::parseAddr(const BrigOperandAddress *op, const BrigObject *obj)
315 assert(op->base.kind == BRIG_KIND_OPERAND_ADDRESS);
318 (BrigDirective*)obj->getCodeSectionEntry(op->symbol);
446 const BrigOperandCodeRef *op =
449 assert(op->base.kind == BRIG_KIND_OPERAND_CODE_REF);
452 (const BrigDirective*)obj->getCodeSectionEntry(op->ref);