Lines Matching refs:Value
24 // Value in the MCInst. The immediate Value has had any PC adjustment made by
31 // and IsBranch is true then a symbol look up for Value is done and if a symbol
32 // is found an MCExpr is created with that, else an MCExpr with Value is
37 int64_t Value,
44 SymbolicOp.Value = Value;
48 // Clear SymbolicOp.Value from above and also all other fields.
53 // if the Value is the address of a symbol. In the case this is a branch
56 // reference. So if the immediate Value comes from a width of 1 byte,
69 const char *Name = SymbolLookUp(DisInfo, Value, &ReferenceType, Address,
80 SymbolicOp.Value = Value;
97 Add = MCConstantExpr::create((int)SymbolicOp.AddSymbol.Value, Ctx);
108 Sub = MCConstantExpr::create((int)SymbolicOp.SubtractSymbol.Value, Ctx);
113 if (SymbolicOp.Value != 0)
114 Off = MCConstantExpr::create(SymbolicOp.Value, Ctx);
150 // instruction and its immediate Value are used as a possible literal pool entry.
158 int64_t Value,
163 (void)SymbolLookUp(DisInfo, Value, &ReferenceType, Address, &ReferenceName);