/external/webkit/Source/JavaScriptCore/assembler/ |
D | MacroAssemblerX86_64.h | 55 void add32(TrustedImm32 imm, AbsoluteAddress address) in add32() 61 void and32(TrustedImm32 imm, AbsoluteAddress address) in and32() 67 void or32(TrustedImm32 imm, AbsoluteAddress address) in or32() 73 void sub32(TrustedImm32 imm, AbsoluteAddress address) in sub32() 102 void convertInt32ToDouble(TrustedImm32 imm, FPRegisterID dest) in convertInt32ToDouble() 108 void store32(TrustedImm32 imm, void* address) in store32() 147 void addPtr(TrustedImm32 imm, RegisterID srcDest) in addPtr() 152 void addPtr(TrustedImmPtr imm, RegisterID dest) in addPtr() 158 void addPtr(TrustedImm32 imm, RegisterID src, RegisterID dest) in addPtr() 163 void addPtr(TrustedImm32 imm, Address address) in addPtr() [all …]
|
D | MacroAssembler.h | 108 void branchPtr(Condition cond, RegisterID op1, TrustedImmPtr imm, Label target) in branchPtr() 118 void branch32(Condition cond, RegisterID op1, TrustedImm32 imm, Label target) in branch32() 153 void addPtr(TrustedImm32 imm, RegisterID srcDest) in addPtr() 158 void addPtr(TrustedImmPtr imm, RegisterID dest) in addPtr() 163 void addPtr(TrustedImm32 imm, RegisterID src, RegisterID dest) in addPtr() 173 void andPtr(TrustedImm32 imm, RegisterID srcDest) in andPtr() 183 void orPtr(TrustedImmPtr imm, RegisterID dest) in orPtr() 188 void orPtr(TrustedImm32 imm, RegisterID dest) in orPtr() 198 void subPtr(TrustedImm32 imm, RegisterID dest) in subPtr() 203 void subPtr(TrustedImmPtr imm, RegisterID dest) in subPtr() [all …]
|
D | MacroAssemblerX86.h | 55 void add32(TrustedImm32 imm, RegisterID src, RegisterID dest) in add32() 60 void add32(TrustedImm32 imm, AbsoluteAddress address) in add32() 65 void addWithCarry32(TrustedImm32 imm, AbsoluteAddress address) in addWithCarry32() 70 void and32(TrustedImm32 imm, AbsoluteAddress address) in and32() 75 void or32(TrustedImm32 imm, AbsoluteAddress address) in or32() 80 void sub32(TrustedImm32 imm, AbsoluteAddress address) in sub32() 101 void store32(TrustedImm32 imm, void* address) in store32()
|
D | ARMAssembler.cpp | 54 ARMWord ARMAssembler::getOp2(ARMWord imm) in getOp2() 91 int ARMAssembler::genInt(int reg, ARMWord imm, bool positive) in genInt() 200 ARMWord ARMAssembler::getImm(ARMWord imm, int tmpReg, bool invert) in getImm() 220 void ARMAssembler::moveImm(ARMWord imm, int dest) in moveImm() 240 ARMWord ARMAssembler::encodeComplexImm(ARMWord imm, int dest) in encodeComplexImm()
|
D | MacroAssemblerX86Common.h | 95 void add32(TrustedImm32 imm, Address address) in add32() 100 void add32(TrustedImm32 imm, RegisterID dest) in add32() 120 void and32(TrustedImm32 imm, RegisterID dest) in and32() 135 void and32(TrustedImm32 imm, Address address) in and32() 152 void and32(TrustedImm32 imm, RegisterID src, RegisterID dest) in and32() 183 void lshift32(TrustedImm32 imm, RegisterID dest) in lshift32() 188 void lshift32(RegisterID src, TrustedImm32 imm, RegisterID dest) in lshift32() 205 void mul32(TrustedImm32 imm, RegisterID src, RegisterID dest) in mul32() 235 void or32(TrustedImm32 imm, RegisterID dest) in or32() 250 void or32(TrustedImm32 imm, Address address) in or32() [all …]
|
D | X86Assembler.h | 286 void push_i32(int imm) in push_i32() 305 void adcl_im(int imm, const void* addr) in adcl_im() 332 void addl_ir(int imm, RegisterID dst) in addl_ir() 343 void addl_im(int imm, int offset, RegisterID base) in addl_im() 360 void addq_ir(int imm, RegisterID dst) in addq_ir() 371 void addq_im(int imm, int offset, RegisterID base) in addq_im() 382 void addl_im(int imm, const void* addr) in addl_im() 409 void andl_ir(int imm, RegisterID dst) in andl_ir() 420 void andl_im(int imm, int offset, RegisterID base) in andl_im() 437 void andq_ir(int imm, RegisterID dst) in andq_ir() [all …]
|
D | MacroAssemblerMIPS.h | 107 void add32(TrustedImm32 imm, RegisterID dest) in add32() 112 void add32(TrustedImm32 imm, RegisterID src, RegisterID dest) in add32() 130 void add32(TrustedImm32 imm, Address address) in add32() 210 void add32(TrustedImm32 imm, AbsoluteAddress address) in add32() 236 void and32(TrustedImm32 imm, RegisterID dest) in and32() 253 void lshift32(TrustedImm32 imm, RegisterID dest) in lshift32() 268 void mul32(TrustedImm32 imm, RegisterID src, RegisterID dest) in mul32() 299 void or32(TrustedImm32 imm, RegisterID dest) in or32() 323 void rshift32(TrustedImm32 imm, RegisterID dest) in rshift32() 333 void urshift32(TrustedImm32 imm, RegisterID dest) in urshift32() [all …]
|
D | MacroAssemblerARMv7.h | 151 void add32(TrustedImm32 imm, RegisterID dest) in add32() 156 void add32(TrustedImm32 imm, RegisterID src, RegisterID dest) in add32() 167 void add32(TrustedImm32 imm, Address address) in add32() 190 void add32(TrustedImm32 imm, AbsoluteAddress address) in add32() 212 void and32(TrustedImm32 imm, RegisterID dest) in and32() 238 void lshift32(TrustedImm32 imm, RegisterID dest) in lshift32() 248 void mul32(TrustedImm32 imm, RegisterID src, RegisterID dest) in mul32() 269 void or32(TrustedImm32 imm, RegisterID dest) in or32() 290 void rshift32(TrustedImm32 imm, RegisterID dest) in rshift32() 305 void urshift32(TrustedImm32 imm, RegisterID dest) in urshift32() [all …]
|
D | MacroAssemblerARM.h | 89 void add32(TrustedImm32 imm, Address address) in add32() 96 void add32(TrustedImm32 imm, RegisterID dest) in add32() 112 void and32(TrustedImm32 imm, RegisterID dest) in and32() 130 void lshift32(TrustedImm32 imm, RegisterID dest) in lshift32() 144 void mul32(TrustedImm32 imm, RegisterID src, RegisterID dest) in mul32() 165 void or32(TrustedImm32 imm, RegisterID dest) in or32() 179 void rshift32(TrustedImm32 imm, RegisterID dest) in rshift32() 193 void urshift32(TrustedImm32 imm, RegisterID dest) in urshift32() 203 void sub32(TrustedImm32 imm, RegisterID dest) in sub32() 208 void sub32(TrustedImm32 imm, Address address) in sub32() [all …]
|
D | MacroAssemblerSH4.h | 96 void add32(TrustedImm32 imm, RegisterID dest) in add32() 109 void add32(TrustedImm32 imm, RegisterID src, RegisterID dest) in add32() 116 void add32(TrustedImm32 imm, Address address) in add32() 138 void and32(TrustedImm32 imm, RegisterID dest) in and32() 156 void rshift32(int imm, RegisterID dest) in rshift32() 164 void lshift32(TrustedImm32 imm, RegisterID dest) in lshift32() 183 void mul32(TrustedImm32 imm, RegisterID src, RegisterID dest) in mul32() 203 void or32(TrustedImm32 imm, RegisterID dest) in or32() 225 void rshift32(TrustedImm32 imm, RegisterID dest) in rshift32() 236 void sub32(TrustedImm32 imm, AbsoluteAddress address, RegisterID scratchReg) in sub32() [all …]
|
D | ARMv7Assembler.h | 745 void add(RegisterID rd, RegisterID rn, ARMThumbImmediate imm) in add() 802 void add_S(RegisterID rd, RegisterID rn, ARMThumbImmediate imm) in add_S() 842 void ARM_and(RegisterID rd, RegisterID rn, ARMThumbImmediate imm) in ARM_and() 924 void cmn(RegisterID rn, ARMThumbImmediate imm) in cmn() 932 void cmp(RegisterID rn, ARMThumbImmediate imm) in cmp() 959 void eor(RegisterID rd, RegisterID rn, ARMThumbImmediate imm) in eor() 1008 void ldr(RegisterID rt, RegisterID rn, ARMThumbImmediate imm) in ldr() 1068 void ldrh(RegisterID rt, RegisterID rn, ARMThumbImmediate imm) in ldrh() 1125 void ldrb(RegisterID rt, RegisterID rn, ARMThumbImmediate imm) in ldrb() 1203 void movT3(RegisterID rd, ARMThumbImmediate imm) in movT3() [all …]
|
D | MIPSAssembler.h | 250 void li(RegisterID dest, int imm) in li() 263 void lui(RegisterID rt, int imm) in lui() 268 void addiu(RegisterID rt, RegisterID rs, int imm) in addiu() 323 void andi(RegisterID rt, RegisterID rs, int imm) in andi() 341 void ori(RegisterID rt, RegisterID rs, int imm) in ori() 353 void xori(RegisterID rt, RegisterID rs, int imm) in xori() 371 void sltiu(RegisterID rt, RegisterID rs, int imm) in sltiu() 475 void bgez(RegisterID rs, int imm) in bgez() 480 void bltz(RegisterID rs, int imm) in bltz() 485 void beq(RegisterID rs, RegisterID rt, int imm) in beq() [all …]
|
/external/clang/lib/Headers/ |
D | f16cintrin.h | 38 #define _mm_cvtps_ph(a, imm) __extension__ ({ \ argument 42 #define _mm256_cvtps_ph(a, imm) __extension__ ({ \ argument
|
D | rtmintrin.h | 49 #define _xabort(imm) __builtin_ia32_xabort((imm)) argument
|
/external/llvm/lib/Target/MBlaze/ |
D | MBlazeISelDAGToDAG.cpp | 127 int32_t imm = 0; in SelectAddrRegReg() local 154 int32_t imm = 0; in SelectAddrRegImm() local 209 SDValue imm = CurDAG->getTargetConstant(0, MVT::i32); in Select() local
|
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 1107 uint32_t imm = Val & 0xFF; in DecodeSOImmOperand() local 1120 unsigned imm = fieldFromInstruction(Val, 7, 5); in DecodeSORegImmOperand() local 1291 unsigned imm = fieldFromInstruction(Insn, 0, 8); in DecodeCopMemInstruction() local 1436 unsigned imm = fieldFromInstruction(Insn, 0, 12); in DecodeAddrMode2IdxInstruction() local 1519 unsigned imm = ARM_AM::getAM2Opc(Op, amt, Opc, idx_mode); in DecodeAddrMode2IdxInstruction() local 1541 unsigned imm = fieldFromInstruction(Val, 7, 5); in DecodeSORegMemOperand() local 1586 unsigned imm = fieldFromInstruction(Insn, 8, 4); in DecodeAddrMode3Instruction() local 1968 unsigned imm = 0; in DecodeT2MOVTWInstruction() local 1993 unsigned imm = 0; in DecodeArmMOVTWInstruction() local 2046 unsigned imm = fieldFromInstruction(Val, 0, 12); in DecodeAddrModeImm12Operand() local [all …]
|
/external/v8/src/mips/ |
D | disasm-mips.cc | 256 int32_t imm = instr->Imm16Value(); in PrintUImm16() local 263 int32_t imm = ((instr->Imm16Value()) << 16) >> 16; in PrintSImm16() local 270 int32_t imm = instr->Imm16Value(); in PrintXImm16() local 277 uint32_t imm = instr->Imm26Value() << kImmFieldShift; in PrintXImm26() local
|
/external/v8/src/arm/ |
D | constants-arm.cc | 52 uint64_t imm = high16 << 48; in DoubleImmedVmov() local
|
/external/qemu/ |
D | arm-dis.c | 1776 int imm; in print_insn_coprocessor() local 2985 int imm; in print_insn_arm_internal() local 3179 long imm = (given & 0x07c0) >> 6; in print_insn_thumb16() local 3369 unsigned int bits = 0, imm, imm8, mod; in print_insn_thumb32() local 3392 unsigned int imm = 0; in print_insn_thumb32() local 3403 unsigned int imm = 0; in print_insn_thumb32() local 3415 unsigned int imm = 0; in print_insn_thumb32() local
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
D | mmx.h | 240 #define mmx_i2r(op, imm, reg) \ argument 346 #define mmx_i2r(op, imm, reg) \ argument 582 #define psllq_i2r(imm, reg) mmx_i2r(psllq, imm, reg) argument 587 #define pslld_i2r(imm, reg) mmx_i2r(pslld, imm, reg) argument 592 #define psllw_i2r(imm, reg) mmx_i2r(psllw, imm, reg) argument 600 #define psrlq_i2r(imm, reg) mmx_i2r(psrlq, imm, reg) argument 605 #define psrld_i2r(imm, reg) mmx_i2r(psrld, imm, reg) argument 610 #define psrlw_i2r(imm, reg) mmx_i2r(psrlw, imm, reg) argument 618 #define psrad_i2r(imm, reg) mmx_i2r(psrad, imm, reg) argument 623 #define psraw_i2r(imm, reg) mmx_i2r(psraw, imm, reg) argument
|
/external/valgrind/main/none/tests/amd64/ |
D | aes.c | 224 static void AESKEYGENASSIST(int imm, char* s_argL, char* s_exp) in AESKEYGENASSIST() 282 int imm; // only for aeskeygenassist member
|
/external/valgrind/main/none/tests/arm/ |
D | vfp.c | 62 #define TESTINSN_vmovf32_imm(instruction, DD, imm) \ argument 334 #define TESTINSN_vldr_f64(instruction, DD, RN, RNval, imm) \ argument 351 #define TESTINSN_vldr_f32(instruction, SD, RN, RNval, imm) \ argument 368 #define TESTINSN_vstr64(instruction, DD, DDval, RM, RMval, imm) \ argument 390 #define TESTINSN_vstr32(instruction, SD, RM, RMval, imm) \ argument
|
/external/valgrind/main/none/tests/mips32/ |
D | MIPS32int.c | 20 #define TESTINST2(instruction, RSval, imm, RT, RS) \ argument
|
/external/v8/src/ia32/ |
D | disasm-ia32.cc | 562 int32_t imm = *reinterpret_cast<int32_t*>(data+2); in F7Instruction() local 568 int32_t imm = *reinterpret_cast<int32_t*>(data+1+count); in F7Instruction() local 963 int32_t imm = in InstructionDecode() local 980 int32_t imm = *data; in InstructionDecode() local 1107 int32_t imm = *data; in InstructionDecode() local 1113 int32_t imm = *reinterpret_cast<int32_t*>(data); in InstructionDecode() local 1132 int32_t imm = *data; in InstructionDecode() local
|
D | assembler-ia32.h | 745 void add(Register dst, const Immediate& imm) { add(Operand(dst), imm); } in add() 766 void cmp(Register reg, const Immediate& imm) { cmp(Operand(reg), imm); } in cmp() 802 void or_(Register dst, const Immediate& imm) { or_(Operand(dst), imm); } in or_() 825 void sub(Register dst, const Immediate& imm) { sub(Operand(dst), imm); } in sub() 843 void xor_(Register dst, const Immediate& imm) { xor_(Operand(dst), imm); } in xor_()
|