Searched refs:Alu (Results 1 - 8 of 8) sorted by relevance
/external/llvm/lib/Target/R600/ |
H A D | R600ControlFlowFinalizer.cpp | 498 MachineInstr *Alu = ToPopAfter[i]; local 499 BuildMI(MBB, Alu, MBB.findDebugLoc((MachineBasicBlock::iterator)Alu), 501 .addImm(Alu->getOperand(0).getImm()) 502 .addImm(Alu->getOperand(1).getImm()) 503 .addImm(Alu->getOperand(2).getImm()) 504 .addImm(Alu->getOperand(3).getImm()) 505 .addImm(Alu->getOperand(4).getImm()) 506 .addImm(Alu->getOperand(5).getImm()) 507 .addImm(Alu [all...] |
/external/valgrind/main/VEX/priv/ |
H A D | host_mips_defs.c | 1122 i->Min.Alu.op = op; 1123 i->Min.Alu.dst = dst; 1124 i->Min.Alu.srcL = srcL; 1125 i->Min.Alu.srcR = srcR; 1495 HReg r_srcL = i->Min.Alu.srcL; 1496 MIPSRH *rh_srcR = i->Min.Alu.srcR; 1498 vex_printf("%s ", showMIPSAluOp(i->Min.Alu.op, 1500 ppHRegMIPS(i->Min.Alu.dst, mode64); 1815 addHRegUse(u, HRmRead, i->Min.Alu.srcL); 1816 addRegUsage_MIPSRH(u, i->Min.Alu [all...] |
H A D | host_ppc_defs.c | 767 i->Pin.Alu.op = op; 768 i->Pin.Alu.dst = dst; 769 i->Pin.Alu.srcL = srcL; 770 i->Pin.Alu.srcR = srcR; 1447 HReg r_srcL = i->Pin.Alu.srcL; 1448 PPCRH* rh_srcR = i->Pin.Alu.srcR; 1450 if (i->Pin.Alu.op == Palu_OR && // or Rd,Rs,Rs == mr Rd,Rs 1454 ppHRegPPC(i->Pin.Alu.dst); 1460 if (i->Pin.Alu.op == Palu_ADD && // addi Rd,0,imm == li Rd,imm 1464 ppHRegPPC(i->Pin.Alu [all...] |
H A D | host_arm_defs.c | 1109 i->ARMin.Alu.op = op; 1110 i->ARMin.Alu.dst = dst; 1111 i->ARMin.Alu.argL = argL; 1112 i->ARMin.Alu.argR = argR; 1506 i->ARMin.Alu.op = ARMalu_ADD; 1507 i->ARMin.Alu.dst = rD; 1508 i->ARMin.Alu.argL = rN; 1509 i->ARMin.Alu.argR = ARMRI84_I84(u8, u4); 1539 vex_printf("%-4s ", showARMAluOp(i->ARMin.Alu.op)); 1540 ppHRegARM(i->ARMin.Alu [all...] |
H A D | host_arm_defs.h | 632 } Alu; member in union:__anon27532::__anon27533
|
H A D | host_mips_defs.h | 437 } Alu; member in union:__anon27620::__anon27621
|
H A D | host_ppc_defs.h | 554 } Alu; member in union:__anon27679::__anon27680
|
/external/chromium_org/sandbox/linux/seccomp-bpf/ |
H A D | verifier.cc | 298 void Alu(State* state, const struct sock_filter& insn, const char** err) { function in namespace:sandbox::__anon10586 436 Alu(&state, insn, err);
|
Completed in 334 milliseconds