Searched refs:TextAssemblerX86 (Results 1 – 3 of 3) sorted by relevance
26 class TextAssembler : public TextAssemblerX86<TextAssembler> {28 TextAssembler(int indent, FILE* out) : TextAssemblerX86(indent, out) {} in TextAssembler()34 using TextAssemblerX86::Movq;46 friend TextAssemblerX86; variable
39 class TextAssemblerX86 {210 TextAssemblerX86(int indent, FILE* out) : indent_(indent), out_(out) {} in TextAssemblerX86() function408 DISALLOW_IMPLICIT_CONSTRUCTORS(TextAssemblerX86);418 inline void TextAssemblerX86<Assembler>::Instruction(const char* name, Condition cond, const Args&.… in Instruction()483 inline void TextAssemblerX86<Assembler>::Instruction(const char* name, const Args&... args) { in Instruction()
605 ProcessAllBindings<TextAssemblerX86<TextAssembler>, in GenerateTextAsmIntrinsics()