Searched refs:bic (Results 1 – 10 of 10) sorted by relevance
/art/runtime/arch/arm64/ |
D | memcmp16_arm64.S | 81 bic data1, data1, mask 82 bic data2, data2, mask 109 bic src1, src1, #7 110 bic src2, src2, #7
|
/art/runtime/arch/arm/ |
D | memcmp16_arm.S | 192 bic r1, r1, #3
|
/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
|
D | assembler_thumb_test_expected.cc.inc | 27 " 14: ea21 0002 bic.w r0, r1, r2\n", 57 " 1a: f021 0055 bic.w r0, r1, #85 ; 0x55\n", 79 " 1c: f021 1055 bic.w r0, r1, #5570645 ; 0x550055\n",
|
/art/compiler/utils/arm/ |
D | assembler_arm32.h | 76 void bic(Register rd, Register rn, const ShifterOperand& so, Condition cond = AL) OVERRIDE;
|
D | assembler_arm32_test.cc | 603 T4Helper(&arm::Arm32Assembler::bic, true, "bic{cond} {reg1}, {reg2}, {shift}", "bic"); in TEST_F()
|
D | assembler_thumb2.h | 98 void bic(Register rd, Register rn, const ShifterOperand& so, Condition cond = AL) OVERRIDE;
|
D | assembler_arm.h | 385 virtual void bic(Register rd, Register rn, const ShifterOperand& so, Condition cond = AL) = 0;
|
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
|