Searched defs:Andi (Results 1 – 4 of 4) sorted by relevance
/art/compiler/optimizing/ |
D | intrinsics_mips64.cc | 827 __ Andi(AT, AT, kFPLeaveUnchanged); // +0.0 | +Inf | -0.0 | -Inf | qNaN | sNaN in GenRoundingMode() local 1935 __ Andi(out, out, kPositiveInfinity | kNegativeInfinity); in GenIsInfinite() local
|
D | intrinsics_mips.cc | 2371 __ Andi(out, out, kPositiveInfinity | kNegativeInfinity); in GenIsInfinite() local
|
/art/compiler/utils/mips/ |
D | assembler_mips_test.cc | 404 TEST_F(AssemblerMIPSTest, Andi) { in TEST_F() argument 2576 __ Andi(mips::V0, mips::A0, 0x5678); // Not one of patchable instructions, absorbed. in TEST_F() local
|
/art/compiler/utils/mips64/ |
D | assembler_mips64.cc | 379 void Mips64Assembler::Andi(GpuRegister rt, GpuRegister rs, uint16_t imm16) { in Andi() function in art::mips64::Mips64Assembler
|