/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/RISCV/ |
D | rv32i-valid.s | 144 andi ra, sp, 2047 label 147 andi x1, x2, 2047 label
|
D | compress-rv32i.s | 93 andi s0, s0, 31 label
|
D | rv32i-invalid.s | 20 andi ra, sp, 2048 # CHECK: :[[@LINE]]:14: error: immediate must be an integer in the range [-2048, … label 70 andi ra, sp, %pcrel_hi(123) # CHECK: :[[@LINE]]:14: error: immediate must be an integer in the rang… label
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/micromips/ |
D | valid.s | 128 andi $9, $6, 17767 # CHECK: andi $9, $6, 17767 # encoding: [0xd1,0x26,0x45,0x67] label
|
/external/v8/src/compiler/ppc/ |
D | code-generator-ppc.cc | 1205 __ andi(i.OutputRegister(), i.InputRegister(0), i.InputImmediate(1)); in AssembleArchInstruction() local 1671 __ andi(r0, i.InputRegister(0), i.InputImmediate(1)); in AssembleArchInstruction() local 1683 __ andi(r0, i.InputRegister(0), i.InputImmediate(1)); in AssembleArchInstruction() local
|
/external/v8/src/builtins/ppc/ |
D | builtins-ppc.cc | 765 __ andi(r0, bytecode, Operand(0x1)); in AdvanceBytecodeOffsetOrReturn() local 1818 __ andi(r0, r6, in Generate_CallFunction() local 2701 __ andi(scratch2, scratch, Operand(1)); in Generate_MathPowInternal() local
|
/external/v8/src/regexp/ppc/ |
D | regexp-macro-assembler-ppc.cc | 500 __ andi(r4, current_character(), Operand(kTableSize - 1)); in CheckBitInTable() local
|
/external/v8/src/compiler/mips64/ |
D | code-generator-mips64.cc | 1566 __ andi(result, result, in AssembleArchInstruction() local 1594 __ andi(result, result, in AssembleArchInstruction() local
|
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerMIPS32.cpp | 419 void AssemblerMIPS32::andi(const Operand *OpRt, const Operand *OpRs, in andi() function in Ice::MIPS32::AssemblerMIPS32
|
/external/v8/src/ppc/ |
D | assembler-ppc.cc | 933 void Assembler::andi(Register ra, Register rs, const Operand& imm) { in andi() function in v8::internal::Assembler
|
/external/v8/src/mips/ |
D | assembler-mips.cc | 1997 void Assembler::andi(Register rt, Register rs, int32_t j) { in andi() function in v8::internal::Assembler
|
/external/v8/src/mips64/ |
D | assembler-mips64.cc | 2074 void Assembler::andi(Register rt, Register rs, int32_t j) { in andi() function in v8::internal::Assembler
|