Home | History | Annotate | Download | only in aarch32

Lines Matching full:asmcb

1068       InstructionCondSizeRROp asmcb = NULL;
1075 asmcb = &Assembler::sub;
1079 asmcb = &Assembler::subs;
1083 asmcb = &Assembler::add;
1087 asmcb = &Assembler::adds;
1091 asmcb = &Assembler::sbc;
1095 asmcb = &Assembler::sbcs;
1099 asmcb = &Assembler::adc;
1103 asmcb = &Assembler::adcs;
1109 if (asmcb != NULL) {
1111 (this->*asmcb)(cond, size, rd, rn, Operand(imm));
1135 InstructionCondSizeRROp asmcb = NULL;
1138 asmcb = &Assembler::sub;
1141 asmcb = &Assembler::add;
1146 if (GenerateSplitInstruction(asmcb, cond, rd, rn, -imm, mask)) {