Home
last modified time | relevance | path

Searched refs:opnd (Results 1 – 25 of 46) sorted by relevance

12

/external/v8/src/codegen/s390/
Dmacro-assembler-s390.cc2400 void TurboAssembler::MulP(Register dst, const Operand& opnd) { in MulP() argument
2402 msgfi(dst, opnd); in MulP()
2404 msfi(dst, opnd); in MulP()
2426 void TurboAssembler::MulP(Register dst, const MemOperand& opnd) { in MulP() argument
2428 if (is_uint16(opnd.offset())) { in MulP()
2429 ms(dst, opnd); in MulP()
2430 } else if (is_int20(opnd.offset())) { in MulP()
2431 msy(dst, opnd); in MulP()
2436 if (is_int20(opnd.offset())) { in MulP()
2437 msg(dst, opnd); in MulP()
[all …]
Dmacro-assembler-s390.h268 void Add32(Register dst, const MemOperand& opnd);
269 void AddP(Register dst, const MemOperand& opnd);
270 void AddP_ExtendSrc(Register dst, const MemOperand& opnd);
273 void Add32(const MemOperand& opnd, const Operand& imm);
274 void AddP(const MemOperand& opnd, const Operand& imm);
287 void AddLogical(Register dst, const MemOperand& opnd);
288 void AddLogicalP(Register dst, const MemOperand& opnd);
309 void Sub32(Register dst, const MemOperand& opnd);
310 void SubP(Register dst, const MemOperand& opnd);
311 void SubP_ExtendSrc(Register dst, const MemOperand& opnd);
[all …]
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) { in S390_RX_A_OPCODE_LIST()
429 bc(cond, opnd.getIndexRegister(), opnd.getBaseRegister(), in S390_RX_A_OPCODE_LIST()
430 Operand(opnd.getDisplacement())); in S390_RX_A_OPCODE_LIST()
443 inline void name(R1 r1, const MemOperand& opnd) { \
444 name(r1, opnd.getIndexRegister(), opnd.getBaseRegister(), \
445 Operand(opnd.getDisplacement())); \
461 void pfd(Condition cond, const MemOperand& opnd) { in S390_RXY_A_OPCODE_LIST()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinstruction.h616 for (auto& opnd : operands_) in ForEachId()
617 if (spvIsIdType(opnd.type)) f(&opnd.words[0]); in ForEachId()
622 for (const auto& opnd : operands_) in ForEachId() local
623 if (spvIsIdType(opnd.type)) f(&opnd.words[0]); in ForEachId()
628 for (auto& opnd : operands_) { in WhileEachInId()
629 if (spvIsInIdType(opnd.type)) { in WhileEachInId()
630 if (!f(&opnd.words[0])) return false; in WhileEachInId()
638 for (const auto& opnd : operands_) { in WhileEachInId() local
639 if (spvIsInIdType(opnd.type)) { in WhileEachInId()
640 if (!f(&opnd.words[0])) return false; in WhileEachInId()
[all …]
Dvalue_number_table.cpp225 const auto& opnd = inst.GetInOperand(i); in operator ()() local
226 for (uint32_t word : opnd.words) { in operator ()()
/external/iproute2/tc/
Dem_cmp.c44 int align, opnd = 0; in cmp_parse_eopt() local
106 opnd = TCF_EM_OPND_EQ; in cmp_parse_eopt()
108 opnd = TCF_EM_OPND_GT; in cmp_parse_eopt()
110 opnd = TCF_EM_OPND_LT; in cmp_parse_eopt()
133 cmp.opnd = (__u8) opnd; in cmp_parse_eopt()
167 if (cmp->opnd == TCF_EM_OPND_EQ) in cmp_print_eopt()
169 else if (cmp->opnd == TCF_EM_OPND_LT) in cmp_print_eopt()
171 else if (cmp->opnd == TCF_EM_OPND_GT) in cmp_print_eopt()
Dem_meta.c362 int opnd; in meta_parse_eopt() local
382 opnd = TCF_EM_OPND_EQ; in meta_parse_eopt()
384 opnd = TCF_EM_OPND_GT; in meta_parse_eopt()
386 opnd = TCF_EM_OPND_LT; in meta_parse_eopt()
390 meta_hdr.left.op = (__u8) opnd; in meta_parse_eopt()
/external/angle/third_party/spirv-tools/src/source/opt/
Dinstruction.h688 for (auto& opnd : operands_) in ForEachId()
689 if (spvIsIdType(opnd.type)) f(&opnd.words[0]); in ForEachId()
694 for (const auto& opnd : operands_) in ForEachId() local
695 if (spvIsIdType(opnd.type)) f(&opnd.words[0]); in ForEachId()
700 for (auto& opnd : operands_) { in WhileEachInId()
701 if (spvIsInIdType(opnd.type)) { in WhileEachInId()
702 if (!f(&opnd.words[0])) return false; in WhileEachInId()
710 for (const auto& opnd : operands_) { in WhileEachInId() local
711 if (spvIsInIdType(opnd.type)) { in WhileEachInId()
712 if (!f(&opnd.words[0])) return false; in WhileEachInId()
[all …]
Dvalue_number_table.cpp225 const auto& opnd = inst.GetInOperand(i); in operator ()() local
226 for (uint32_t word : opnd.words) { in operator ()()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dinstruction.h683 for (auto& opnd : operands_) in ForEachId()
684 if (spvIsIdType(opnd.type)) f(&opnd.words[0]); in ForEachId()
689 for (const auto& opnd : operands_) in ForEachId() local
690 if (spvIsIdType(opnd.type)) f(&opnd.words[0]); in ForEachId()
695 for (auto& opnd : operands_) { in WhileEachInId()
696 if (spvIsInIdType(opnd.type)) { in WhileEachInId()
697 if (!f(&opnd.words[0])) return false; in WhileEachInId()
705 for (const auto& opnd : operands_) { in WhileEachInId() local
706 if (spvIsInIdType(opnd.type)) { in WhileEachInId()
707 if (!f(&opnd.words[0])) return false; in WhileEachInId()
[all …]
Dvalue_number_table.cpp225 const auto& opnd = inst.GetInOperand(i); in operator ()() local
226 for (uint32_t word : opnd.words) { in operator ()()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
DBPFMIPeephole.cpp90 MachineOperand &opnd = DefInsn->getOperand(i); in isMovFrom32Def() local
92 if (!opnd.isReg()) in isMovFrom32Def()
95 MachineInstr *PhiDef = MRI->getVRegDef(opnd.getReg()); in isMovFrom32Def()
103 MachineOperand &opnd = DefInsn->getOperand(1); in isMovFrom32Def() local
105 if (!opnd.isReg()) in isMovFrom32Def()
108 unsigned Reg = opnd.getReg(); in isMovFrom32Def()
/external/libnl/lib/route/cls/ematch/
Dmeta.c37 uint8_t opnd; member
104 void rtnl_ematch_meta_set_operand(struct rtnl_ematch *e, uint8_t opnd) in rtnl_ematch_meta_set_operand() argument
107 m->opnd = opnd; in rtnl_ematch_meta_set_operand()
162 m->opnd = hdr->left.op; in meta_parse()
275 nl_dump(p, " %s ", rtnl_ematch_opnd2txt(m->opnd, buf, sizeof(buf))); in meta_dump()
293 hdr.left.op = m->opnd; in meta_fill()
Dcmp.c76 nl_dump(p, " %s %u", operand_txt[cmp->opnd], cmp->val); in cmp_dump()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
Dregex2.h75 #define SOP(op, opnd) ((op)|(opnd)) argument
/external/llvm/lib/Support/
Dregex2.h72 #define SOP(op, opnd) ((op)|(opnd)) argument
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Dregex2.h72 #define SOP(op, opnd) ((op)|(opnd)) argument
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
Darith.ll272 %opnd = ptrtoint [4 x i8]* @G to i32
273 %result = shl i32 %a, %opnd
286 %opnd = ptrtoint [4 x i8]* @G to i32
287 %result = lshr i32 %a, %opnd
300 %opnd = ptrtoint [4 x i8]* @G to i32
301 %result = ashr i32 %a, %opnd
/external/llvm/lib/Target/X86/
DX86FixupLEAs.cpp193 MachineOperand &opnd = MI.getOperand(i); in usesRegister() local
194 if (opnd.isReg() && opnd.getReg() == p.getReg()) { in usesRegister()
195 if (opnd.isDef()) in usesRegister()
/external/kernel-headers/original/uapi/linux/tc_ematch/
Dtc_em_cmp.h15 __u8 opnd:4; member
/external/iproute2/include/uapi/linux/tc_ematch/
Dtc_em_cmp.h15 __u8 opnd:4; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86FixupLEAs.cpp224 MachineOperand &opnd = MI.getOperand(i); in usesRegister() local
225 if (opnd.isReg() && opnd.getReg() == p.getReg()) { in usesRegister()
226 if (opnd.isDef()) in usesRegister()
/external/libnl/lib/route/cls/
Dematch.c692 char *rtnl_ematch_opnd2txt(uint8_t opnd, char *buf, size_t len) in rtnl_ematch_opnd2txt() argument
695 opnd < ARRAY_SIZE(operand_txt) ? operand_txt[opnd] : "?"); in rtnl_ematch_opnd2txt()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
DRISCVInstrInfoC.td213 RegisterClass cls, DAGOperand opnd>
214 : RVInst16CI<funct3, 0b10, (outs cls:$rd), (ins SP:$rs1, opnd:$imm),
219 RegisterClass cls, DAGOperand opnd>
220 : RVInst16CSS<funct3, 0b10, (outs), (ins cls:$rs2, SP:$rs1, opnd:$imm),
225 RegisterClass cls, DAGOperand opnd>
226 : RVInst16CL<funct3, 0b00, (outs cls:$rd), (ins GPRC:$rs1, opnd:$imm),
231 RegisterClass cls, DAGOperand opnd>
232 : RVInst16CS<funct3, 0b00, (outs), (ins cls:$rs2, GPRC:$rs1, opnd:$imm),
/external/llvm/lib/Target/Mips/
DMips32r6InstrInfo.td334 class BC_DESC_BASE<string instr_asm, DAGOperand opnd> : BRANCH_DESC_BASE,
336 dag InOperandList = (ins opnd:$offset);
344 class CMP_BC_DESC_BASE<string instr_asm, DAGOperand opnd,
347 dag InOperandList = (ins GPROpnd:$rs, GPROpnd:$rt, opnd:$offset);
356 class CMP_CBR_EQNE_Z_DESC_BASE<string instr_asm, DAGOperand opnd,
359 dag InOperandList = (ins GPROpnd:$rs, opnd:$offset);
368 class CMP_CBR_RT_Z_DESC_BASE<string instr_asm, DAGOperand opnd,
371 dag InOperandList = (ins GPROpnd:$rt, opnd:$offset);
437 class JMP_IDX_COMPACT_DESC_BASE<string opstr, DAGOperand opnd,
441 dag InOperandList = (ins GPROpnd:$rt, opnd:$offset);

12