/dalvik/vm/compiler/codegen/x86/libenc/ |
encoder.inl | 44 inline static Mnemonic map_alu(ALU_Opcode alu) { 45 assert(alu >= 0 && alu < n_alu); 46 return map_of_alu_opcode_2_mnemonic[alu]; 185 // alu instructions: add, or, adc, sbb, and, sub, xor, cmp 186 ENCODER_DECLARE_EXPORT char * alu(char * stream, ALU_Opcode opc, const RM_Opnd & rm, const Imm_Opnd & imm, Opnd_Size sz) { 193 ENCODER_DECLARE_EXPORT char * alu(char * stream, ALU_Opcode opc, const M_Opnd & m, const R_Opnd & r, Opnd_Size sz) { 200 ENCODER_DECLARE_EXPORT char * alu(char * stream, ALU_Opcode opc, const R_Opnd & r, const RM_Opnd & rm, Opnd_Size sz) {
|
encoder.h | 116 // opcodes for alu instructions 484 // alu instructions: add, or, adc, sbb, and, sub, xor, cmp 485 ENCODER_DECLARE_EXPORT char * alu(char * stream, ALU_Opcode opc, const RM_Opnd & rm, const Imm_Opnd & imm, Opnd_Size sz = size_platf); 486 ENCODER_DECLARE_EXPORT char * alu(char * stream, ALU_Opcode opc, const M_Opnd & m, const R_Opnd & r, Opnd_Size sz = size_platf); 487 ENCODER_DECLARE_EXPORT char * alu(char * stream, ALU_Opcode opc, const R_Opnd & r, const RM_Opnd & rm, Opnd_Size sz = size_platf);
|
/external/valgrind/main/VEX/priv/ |
host_s390_defs.c | 560 addHRegUse(u, HRmWrite, insn->variant.alu.dst); 561 addHRegUse(u, HRmRead, insn->variant.alu.dst); /* op1 */ 562 s390_opnd_RMI_get_reg_usage(u, insn->variant.alu.op2); 805 insn->variant.alu.dst = lookupHRegRemap(m, insn->variant.alu.dst); 806 s390_opnd_RMI_map_regs(m, &insn->variant.alu.op2); [all...] |
host_s390_defs.h | 157 /* The kind of ALU instructions */ 295 } alu; member in union:__anon16372::__anon16373
|
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
regexp-dna.js | 8 var dnaInput = ">ONE Homo sapiens alu\n\ [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
regexp-dna.js | 8 var dnaInput = ">ONE Homo sapiens alu\n\ [all...] |