Lines Matching defs:Binary
63 // binary encoding for an instruction.
67 // getBranchJumpOpValue - Return binary encoding of the jump
73 // getBranchTargetOpValue - Return binary encoding of the branch
79 // getMachineOpValue - Return binary encoding of operand. If the machin
135 uint32_t Binary = getBinaryCodeForInstr(TmpInst, Fixups);
138 // Unfortunately in MIPS both NOP and SLL will come in with Binary == 0
141 if ((Opcode != Mips::NOP) && (Opcode != Mips::SLL) && !Binary)
151 EmitInstruction(Binary, Size, OS);
154 /// getBranchTargetOpValue - Return binary encoding of the branch
174 /// getJumpTargetOpValue - Return binary encoding of the jump
193 /// getMachineOpValue - Return binary encoding of operand. If the machine
215 if (Kind == MCExpr::Binary) {
307 /// getMemEncoding - Return binary encoding of memory related operand.