| /third_party/node/deps/v8/src/compiler/backend/riscv64/ |
| D | code-generator-riscv64.cc | 2264 __ andi(i.InputRegister(1), i.InputRegister(1), 8 - 1); in AssembleArchInstruction() local 2276 __ andi(i.InputRegister(1), i.InputRegister(1), 16 - 1); in AssembleArchInstruction() local 2316 __ andi(i.InputRegister(1), i.InputRegister(1), 32 - 1); in AssembleArchInstruction() local 2328 __ andi(i.InputRegister(1), i.InputRegister(1), 64 - 1); in AssembleArchInstruction() local 2346 __ andi(i.InputRegister(1), i.InputRegister(1), 8 - 1); in AssembleArchInstruction() local 2358 __ andi(i.InputRegister(1), i.InputRegister(1), 16 - 1); in AssembleArchInstruction() local 2370 __ andi(i.InputRegister(1), i.InputRegister(1), 32 - 1); in AssembleArchInstruction() local 2382 __ andi(i.InputRegister(1), i.InputRegister(1), 64 - 1); in AssembleArchInstruction() local 2556 __ andi(i.InputRegister(1), i.InputRegister(1), 8 - 1); in AssembleArchInstruction() local 2568 __ andi(i.InputRegister(1), i.InputRegister(1), 16 - 1); in AssembleArchInstruction() local [all …]
|
| /third_party/node/deps/v8/src/builtins/mips/ |
| D | builtins-mips.cc | 1253 __ andi(t1, optimization_state, in Generate_InterpreterEntryTrampoline() local 3359 __ andi(t8, t8, loadstore_chunk - 1); // t8 is a0/a1 word-displacement. in Generate_MemCopyUint8Uint8() local 3363 __ andi(a3, a3, loadstore_chunk - 1); // Copy a3 bytes to align a0/a1. in Generate_MemCopyUint8Uint8() local 3383 __ andi(t8, a2, 0x3F); in Generate_MemCopyUint8Uint8() local 3466 __ andi(t8, a2, 0x1F); in Generate_MemCopyUint8Uint8() local 3494 __ andi(a2, t8, loadstore_chunk - 1); in Generate_MemCopyUint8Uint8() local 3525 __ andi(a3, a3, loadstore_chunk - 1); // Copy a3 bytes to align a0/a1. in Generate_MemCopyUint8Uint8() local 3550 __ andi(t8, a2, 0x3F); in Generate_MemCopyUint8Uint8() local 3722 __ andi(t8, a2, 0x1F); in Generate_MemCopyUint8Uint8() local 3791 __ andi(a2, t8, loadstore_chunk - 1); in Generate_MemCopyUint8Uint8() local
|
| /third_party/node/deps/v8/src/compiler/backend/ppc/ |
| D | code-generator-ppc.cc | 1191 __ andi(i.OutputRegister(), i.InputRegister(0), i.InputImmediate(1)); in AssembleArchInstruction() local 1647 __ andi(r0, i.InputRegister(0), i.InputImmediate(1)); in AssembleArchInstruction() local 1659 __ andi(r0, i.InputRegister(0), i.InputImmediate(1)); in AssembleArchInstruction() local
|
| /third_party/node/deps/v8/src/regexp/ppc/ |
| D | regexp-macro-assembler-ppc.cc | 554 __ andi(r4, current_character(), Operand(kTableSize - 1)); in CheckBitInTable() local
|
| /third_party/skia/third_party/externals/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
|
| /third_party/node/deps/v8/src/builtins/ppc/ |
| D | builtins-ppc.cc | 1239 __ andi(r0, bytecode, Operand(0x1)); in AdvanceBytecodeOffsetOrReturn() local 2462 __ andi(r0, r6, in Generate_CallFunction() local
|
| /third_party/node/deps/v8/src/codegen/ppc/ |
| D | assembler-ppc.cc | 883 void Assembler::andi(Register ra, Register rs, const Operand& imm) { in andi() function in v8::internal::Assembler
|
| /third_party/node/deps/v8/src/codegen/loong64/ |
| D | assembler-loong64.cc | 1133 void Assembler::andi(Register rd, Register rj, int32_t ui12) { in andi() function in v8::internal::Assembler
|
| /third_party/node/deps/v8/src/builtins/loong64/ |
| D | builtins-loong64.cc | 1259 __ andi(t0, optimization_state, in Generate_InterpreterEntryTrampoline() local
|
| /third_party/node/deps/v8/src/builtins/mips64/ |
| D | builtins-mips64.cc | 1261 __ andi(t0, optimization_state, in Generate_InterpreterEntryTrampoline() local
|
| /third_party/node/deps/v8/src/codegen/mips/ |
| D | assembler-mips.cc | 1858 void Assembler::andi(Register rt, Register rs, int32_t j) { in andi() function in v8::internal::Assembler
|
| /third_party/node/deps/v8/src/codegen/mips64/ |
| D | assembler-mips64.cc | 1866 void Assembler::andi(Register rt, Register rs, int32_t j) { in andi() function in v8::internal::Assembler
|
| /third_party/node/deps/v8/src/codegen/riscv64/ |
| D | assembler-riscv64.cc | 1617 void Assembler::andi(Register rd, Register rs1, int16_t imm12) { in andi() function in v8::internal::Assembler
|