Searched defs:bic (Results 1 – 3 of 3) sorted by relevance
/art/compiler/utils/ |
D | assembler_thumb_test.cc | 220 __ bic(R0, R1, ShifterOperand(R2)); in TEST() local 231 __ bic(R0, R0, ShifterOperand(R1)); in TEST() local 265 __ bic(R0, R1, ShifterOperand(0x55)); in TEST() local 299 __ bic(R0, R1, ShifterOperand(0x550055)); in TEST() local
|
/art/compiler/utils/arm/ |
D | assembler_arm32.cc | 167 void Arm32Assembler::bic(Register rd, Register rn, const ShifterOperand& so, in bic() function in art::arm::Arm32Assembler
|
D | assembler_thumb2.cc | 164 void Thumb2Assembler::bic(Register rd, Register rn, const ShifterOperand& so, in bic() function in art::arm::Thumb2Assembler
|