Home
last modified time | relevance | path

Searched refs:opnd (Results 1 - 16 of 16) sorted by relevance

/third_party/node/deps/v8/src/codegen/s390/
H A Dassembler-s390.h413 inline void name(R1 r1, const MemOperand& opnd) { \
414 name(r1, opnd.getIndexRegister(), opnd.getBaseRegister(), \
415 Operand(opnd.getDisplacement())); \
428 void bc(Condition cond, const MemOperand& opnd) {
429 bc(cond, opnd.getIndexRegister(), opnd.getBaseRegister(),
430 Operand(opnd.getDisplacement()));
443 inline void name(R1 r1, const MemOperand& opnd) { \
444 name(r1, opnd
461 pfd(Condition cond, const MemOperand& opnd) pfd() argument
[all...]
H A Dmacro-assembler-s390.cc2729 void TurboAssembler::MulS64(Register dst, const Operand& opnd) { in CallRecordWriteStub() argument
2730 msgfi(dst, opnd); in CallRecordWriteStub()
2735 void TurboAssembler::MulS64(Register dst, const MemOperand& opnd) { in CallRecordWriteStub() argument
2736 msg(dst, opnd); in CallRecordWriteStub()
2754 // Add 32-bit (Register dst = Register dst + Immediate opnd) in CallRecordWriteStub()
2755 void TurboAssembler::AddS32(Register dst, const Operand& opnd) { in CallRecordWriteStub() argument
2756 if (is_int16(opnd.immediate())) in CallRecordWriteStub()
2757 ahi(dst, opnd); in CallRecordWriteStub()
2759 afi(dst, opnd); in CallRecordWriteStub()
2762 // Add Pointer Size (Register dst = Register dst + Immediate opnd) in CallRecordWriteStub()
2763 AddS64(Register dst, const Operand& opnd) CallRecordWriteStub() argument
2770 AddS32(Register dst, Register src, int32_t opnd) CallRecordWriteStub() argument
2775 AddS32(Register dst, Register src, const Operand& opnd) CallRecordWriteStub() argument
2786 AddS64(Register dst, Register src, int32_t opnd) CallRecordWriteStub() argument
2791 AddS64(Register dst, Register src, const Operand& opnd) CallRecordWriteStub() argument
2843 AddS32(Register dst, const MemOperand& opnd) CallRecordWriteStub() argument
2852 AddS64(Register dst, const MemOperand& opnd) CallRecordWriteStub() argument
2858 AddS32(const MemOperand& opnd, const Operand& imm) CallRecordWriteStub() argument
2866 AddS64(const MemOperand& opnd, const Operand& imm) CallRecordWriteStub() argument
2923 AddU32(Register dst, const MemOperand& opnd) CallRecordWriteStub() argument
2932 AddU64(Register dst, const MemOperand& opnd) CallRecordWriteStub() argument
3033 SubS32(Register dst, const MemOperand& opnd) CallRecordWriteStub() argument
3042 SubS64(Register dst, const MemOperand& opnd) CallRecordWriteStub() argument
3061 LoadAndSub32(Register dst, Register src, const MemOperand& opnd) CallRecordWriteStub() argument
3067 LoadAndSub64(Register dst, Register src, const MemOperand& opnd) CallRecordWriteStub() argument
3078 SubU32(Register dst, const MemOperand& opnd) CallRecordWriteStub() argument
3087 SubU64(Register dst, const MemOperand& opnd) CallRecordWriteStub() argument
3141 And(Register dst, const MemOperand& opnd) CallRecordWriteStub() argument
3150 AndP(Register dst, const MemOperand& opnd) CallRecordWriteStub() argument
3160 And(Register dst, const Operand& opnd) CallRecordWriteStub() argument
3163 AndP(Register dst, const Operand& opnd) CallRecordWriteStub() argument
3177 And(Register dst, Register src, const Operand& opnd) CallRecordWriteStub() argument
3183 AndP(Register dst, Register src, const Operand& opnd) CallRecordWriteStub() argument
3264 Or(Register dst, const MemOperand& opnd) CallRecordWriteStub() argument
3273 OrP(Register dst, const MemOperand& opnd) CallRecordWriteStub() argument
3283 Or(Register dst, const Operand& opnd) CallRecordWriteStub() argument
3286 OrP(Register dst, const Operand& opnd) CallRecordWriteStub() argument
3300 Or(Register dst, Register src, const Operand& opnd) CallRecordWriteStub() argument
3306 OrP(Register dst, Register src, const Operand& opnd) CallRecordWriteStub() argument
3352 Xor(Register dst, const MemOperand& opnd) CallRecordWriteStub() argument
3361 XorP(Register dst, const MemOperand& opnd) CallRecordWriteStub() argument
3371 Xor(Register dst, const Operand& opnd) CallRecordWriteStub() argument
3374 XorP(Register dst, const Operand& opnd) CallRecordWriteStub() argument
3385 Xor(Register dst, Register src, const Operand& opnd) CallRecordWriteStub() argument
3391 XorP(Register dst, Register src, const Operand& opnd) CallRecordWriteStub() argument
3440 CmpS32(Register dst, const Operand& opnd) CallRecordWriteStub() argument
3456 CmpS64(Register dst, const Operand& opnd) CallRecordWriteStub() argument
3466 CmpS32(Register dst, const MemOperand& opnd) CallRecordWriteStub() argument
3476 CmpS64(Register dst, const MemOperand& opnd) CallRecordWriteStub() argument
3483 CmpAndSwap(Register old_val, Register new_val, const MemOperand& opnd) CallRecordWriteStub() argument
3492 CmpAndSwap64(Register old_val, Register new_val, const MemOperand& opnd) CallRecordWriteStub() argument
3515 CmpU32(Register dst, const Operand& opnd) CallRecordWriteStub() argument
3520 CmpU64(Register dst, const Operand& opnd) CallRecordWriteStub() argument
3530 CmpU32(Register dst, const MemOperand& opnd) CallRecordWriteStub() argument
3540 CmpU64(Register dst, const MemOperand& opnd) CallRecordWriteStub() argument
3550 Branch(Condition c, const Operand& opnd) CallRecordWriteStub() argument
3626 StoreU64(const MemOperand& mem, const Operand& opnd, Register scratch) CallRecordWriteStub() argument
3835 LoadS32LE(Register dst, const MemOperand& opnd, Register scratch) CallRecordWriteStub() argument
3841 LoadU32LE(Register dst, const MemOperand& opnd, Register scratch) CallRecordWriteStub() argument
3847 LoadU16LE(Register dst, const MemOperand& opnd) CallRecordWriteStub() argument
3852 LoadS16LE(Register dst, const MemOperand& opnd) CallRecordWriteStub() argument
3857 LoadV128LE(DoubleRegister dst, const MemOperand& opnd, Register scratch0, Register scratch1) CallRecordWriteStub() argument
3871 LoadF64LE(DoubleRegister dst, const MemOperand& opnd, Register scratch) CallRecordWriteStub() argument
3877 LoadF32LE(DoubleRegister dst, const MemOperand& opnd, Register scratch) CallRecordWriteStub() argument
3920 StoreF64LE(DoubleRegister src, const MemOperand& opnd, Register scratch) CallRecordWriteStub() argument
3927 StoreF32LE(DoubleRegister src, const MemOperand& opnd, Register scratch) CallRecordWriteStub() argument
3956 LoadS32LE(Register dst, const MemOperand& opnd, Register scratch) CallRecordWriteStub() argument
3961 LoadU32LE(Register dst, const MemOperand& opnd, Register scratch) CallRecordWriteStub() argument
3966 LoadU16LE(Register dst, const MemOperand& opnd) CallRecordWriteStub() argument
3970 LoadS16LE(Register dst, const MemOperand& opnd) CallRecordWriteStub() argument
3974 LoadV128LE(DoubleRegister dst, const MemOperand& opnd, Register scratch0, Register scratch1) CallRecordWriteStub() argument
3980 LoadF64LE(DoubleRegister dst, const MemOperand& opnd, Register scratch) CallRecordWriteStub() argument
3986 LoadF32LE(DoubleRegister dst, const MemOperand& opnd, Register scratch) CallRecordWriteStub() argument
4007 StoreF64LE(DoubleRegister src, const MemOperand& opnd, Register scratch) CallRecordWriteStub() argument
4012 StoreF32LE(DoubleRegister src, const MemOperand& opnd, Register scratch) CallRecordWriteStub() argument
4230 AddFloat32(DoubleRegister dst, const MemOperand& opnd, DoubleRegister scratch) CallRecordWriteStub() argument
4240 AddFloat64(DoubleRegister dst, const MemOperand& opnd, DoubleRegister scratch) CallRecordWriteStub() argument
4250 SubFloat32(DoubleRegister dst, const MemOperand& opnd, DoubleRegister scratch) CallRecordWriteStub() argument
4260 SubFloat64(DoubleRegister dst, const MemOperand& opnd, DoubleRegister scratch) CallRecordWriteStub() argument
4270 MulFloat32(DoubleRegister dst, const MemOperand& opnd, DoubleRegister scratch) CallRecordWriteStub() argument
4280 MulFloat64(DoubleRegister dst, const MemOperand& opnd, DoubleRegister scratch) CallRecordWriteStub() argument
4290 DivFloat32(DoubleRegister dst, const MemOperand& opnd, DoubleRegister scratch) CallRecordWriteStub() argument
4300 DivFloat64(DoubleRegister dst, const MemOperand& opnd, DoubleRegister scratch) CallRecordWriteStub() argument
4310 LoadF32AsF64(DoubleRegister dst, const MemOperand& opnd, DoubleRegister scratch) CallRecordWriteStub() argument
[all...]
H A Dmacro-assembler-s390.h236 void AddS32(Register dst, const MemOperand& opnd);
237 void AddS64(Register dst, const MemOperand& opnd);
240 void AddS32(const MemOperand& opnd, const Operand& imm);
241 void AddS64(const MemOperand& opnd, const Operand& imm);
252 void AddU32(Register dst, const MemOperand& opnd);
253 void AddU64(Register dst, const MemOperand& opnd);
270 void SubS32(Register dst, const MemOperand& opnd);
271 void SubS64(Register dst, const MemOperand& opnd);
272 void LoadAndSub32(Register dst, Register src, const MemOperand& opnd);
273 void LoadAndSub64(Register dst, Register src, const MemOperand& opnd);
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
H A DBPFMIPeephole.cpp85 MachineOperand &opnd = CopyMI->getOperand(1); in isCopyFrom32Def() local
87 if (!opnd.isReg()) in isCopyFrom32Def()
93 Register Reg = opnd.getReg(); in isCopyFrom32Def()
110 MachineOperand &opnd = PhiMI->getOperand(i); in isPhiFrom32Def() local
112 if (!opnd.isReg()) in isPhiFrom32Def()
115 MachineInstr *PhiDef = MRI->getVRegDef(opnd.getReg()); in isPhiFrom32Def()
466 MachineOperand &opnd = DefMI->getOperand(i); in eliminateTruncSeq() local
467 if (!opnd.isReg()) { in eliminateTruncSeq()
472 MachineInstr *PhiDef = MRI->getVRegDef(opnd.getReg()); in eliminateTruncSeq()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A Dregex2.h72 #define SOP(op, opnd) ((op)|(opnd))
H A Dregcomp.c1347 doemit(struct parse *p, sop op, size_t opnd) in doemit() argument
1354 assert(opnd < 1<<OPSHIFT); in doemit()
1362 p->strip[p->slen++] = SOP(op, opnd); in doemit()
1369 doinsert(struct parse *p, sop op, size_t opnd, sopno pos) in doinsert() argument
1380 EMIT(op, opnd); /* do checks, ensure space */ in doinsert()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A Dregex2.h75 #define SOP(op, opnd) ((op)|(opnd))
H A Dregcomp.c1475 doemit(struct parse *p, sop op, size_t opnd) in doemit() argument
1482 assert(opnd < 1<<OPSHIFT); in doemit()
1490 p->strip[p->slen++] = SOP(op, opnd); in doemit()
1497 doinsert(struct parse *p, sop op, size_t opnd, sopno pos) in doinsert() argument
1508 EMIT(op, opnd); /* do checks, ensure space */ in doinsert()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dvalue_number_table.cpp232 const auto& opnd = inst.GetInOperand(i); in operator ()() local
233 for (uint32_t word : opnd.words) { in operator ()()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dvalue_number_table.cpp232 const auto& opnd = inst.GetInOperand(i); in operator ()() local
233 for (uint32_t word : opnd.words) { in operator ()()
/third_party/spirv-tools/source/opt/
H A Dvalue_number_table.cpp232 const auto& opnd = inst.GetInOperand(i); in operator ()() local
233 for (uint32_t word : opnd.words) { in operator ()()
H A Dliveness.cpp183 skip_first_index](const uint32_t* opnd) { in AnalyzeAccessChainLoc()
194 auto idx_inst = def_use_mgr->GetDef(*opnd); in AnalyzeAccessChainLoc()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86FixupLEAs.cpp244 MachineOperand &opnd = MI.getOperand(i); in usesRegister() local
245 if (opnd.isReg() && opnd.getReg() == p.getReg()) { in usesRegister()
246 if (opnd.isDef()) in usesRegister()
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dcode-generator-s390.cc1935 Operand opnd = i.InputImmediate(1); in AssembleArchInstruction() local
1936 if (is_uint16(opnd.immediate())) { in AssembleArchInstruction()
1937 __ tmll(i.InputRegister(0), opnd); in AssembleArchInstruction()
1940 __ nilf(r0, opnd); in AssembleArchInstruction()
1948 Operand opnd = i.InputImmediate(1); in AssembleArchInstruction() local
1949 if (is_uint16(opnd.immediate())) { in AssembleArchInstruction()
1950 __ tmll(i.InputRegister(0), opnd); in AssembleArchInstruction()
1952 __ AndP(r0, i.InputRegister(0), opnd); in AssembleArchInstruction()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_peephole.cpp377 bool opnd(Instruction *i, ImmediateValue&, int s);
429 if (opnd(i, src0, 0)) in visit()
433 if (opnd(i, src1, 1)) in visit()
772 opnd(i, src1, 1); in expr()
1052 ConstantFolding::opnd(Instruction *i, ImmediateValue &imm0, int s) in opnd() function in nv50_ir::ConstantFolding
/third_party/toybox/toys/pending/
H A Dbc.c5259 BcResult *opnd; in bc_program_builtin() local
5264 s = bc_program_operand(p, &opnd, &num, 0); in bc_program_builtin()
5277 if (opnd->t == BC_RESULT_ARRAY) in bc_program_builtin()

Completed in 39 milliseconds