Lines Matching full:assembler
61 Assembler::FinalizeInstructions(region);
316 // Force the assembler to generate 32 bit instructions.
422 bool force_32bit_branches_; // Force the assembler to use 32 bit branch instructions.
423 bool force_32bit_; // Force the assembler to use 32 bit thumb2 instructions.
505 Branch(const Thumb2Assembler* assembler, Type type, uint32_t location, Condition cond = AL) :
506 assembler_(assembler), type_(type), location_(location),
514 Branch(const Thumb2Assembler* assembler, Type type, uint32_t location, Register rn) :
515 assembler_(assembler), type_(type), location_(location),
522 Branch(const Thumb2Assembler* assembler, Type type, uint32_t location, uint32_t target,
524 assembler_(assembler), type_(type), location_(location),
592 // Emit the branch instruction into the assembler buffer. This does the
662 uint32_t location_; // Offset into assembler buffer in bytes.
663 uint32_t target_; // Offset into assembler buffer in bytes.