/external/v8/src/ia32/ |
assembler-ia32.h | 620 static const int kPatchReturnSequenceAddressOffset = 1; // JMP imm32. 624 static const int kPatchDebugBreakSlotAddressOffset = 1; // JMP imm32. 680 void push_imm32(int32_t imm32); 700 void mov(Register dst, int32_t imm32); 739 void adc(Register dst, int32_t imm32); 748 void and_(Register dst, int32_t imm32); 762 void cmp(Register reg, int32_t imm32); 784 void imul(Register dst, Register src, int32_t imm32); // dst = src * imm32. 798 void or_(Register dst, int32_t imm32); [all...] |
/art/runtime/ |
disassembler_x86.cc | 171 0x04 /* Rax8/imm8 opcode */, 0x05 /* Rax32/imm32 */) 175 0x0C /* Rax8/imm8 opcode */, 0x0D /* Rax32/imm32 */) 179 0x14 /* Rax8/imm8 opcode */, 0x15 /* Rax32/imm32 */) 183 0x1C /* Rax8/imm8 opcode */, 0x1D /* Rax32/imm32 */) 187 0x24 /* Rax8/imm8 opcode */, 0x25 /* Rax32/imm32 */) 191 0x2C /* Rax8/imm8 opcode */, 0x2D /* Rax32/imm32 */) 195 0x34 /* Rax8/imm8 opcode */, 0x35 /* Rax32/imm32 */) 199 0x3C /* Rax8/imm8 opcode */, 0x3D /* Rax32/imm32 */)
|
/external/chromium_org/ui/base/ime/win/ |
imm32_manager.cc | 20 // "imm32.lib" is required by IMM32 APIs used in this file. 22 // this #pragma directive instead of adding "imm32.lib" to a project file. 23 #pragma comment(lib, "imm32.lib") 149 // If the curent language is not using TSF, check IMM32 based IMEs. 329 // IMM32 does not support non-zero-width selection in a composition. So
|
imm32_manager.h | 24 // This header file defines a struct and a class used for encapsulating IMM32 63 // This class controls the IMM (Input Method Manager) through IMM32 APIs and 68 // CUAS (Cicero Unaware Application Support) allows IMM32 APIs for
|
/dalvik/vm/compiler/codegen/x86/libenc/ |
enc_tabl.cpp | 163 (IMUL r64, r/m64, imm32)/(IMUL r32, r/m32, imm32). 261 reflected in opcode column - for example, CALL cd or PUSH imm32. 351 {OpcodeInfo::decoder, {opcode_starts_from + 5, id}, {EAX, imm32}, DU_U },\ 356 {OpcodeInfo::all, {0x81, opc_ext, id}, {r_m32, imm32}, def_use },\ [all...] |
enc_prvt.h | 200 #define imm32 {OpndKind_Imm, OpndSize_32, OpndExt_Any, RegName_Null} macro
|
/external/valgrind/main/VEX/priv/ |
host_amd64_defs.c | 205 AMD64AMode* AMD64AMode_IR ( UInt imm32, HReg reg ) { 208 am->Aam.IR.imm = imm32; 212 AMD64AMode* AMD64AMode_IRRS ( UInt imm32, HReg base, HReg indEx, Int shift ) { 215 am->Aam.IRRS.imm = imm32; 275 AMD64RMI* AMD64RMI_Imm ( UInt imm32 ) { 278 op->Armi.Imm.imm32 = imm32; 297 vex_printf("$0x%x", op->Armi.Imm.imm32); 355 AMD64RI* AMD64RI_Imm ( UInt imm32 ) { 358 op->Ari.Imm.imm32 = imm32 [all...] |
host_x86_defs.h | 159 UInt imm32; member in struct:__anon29299::__anon29300::__anon29301 193 UInt imm32; member in struct:__anon29305::__anon29306::__anon29307 343 Xin_Test32, /* 32-bit test of REG or MEM against imm32 (AND, set 411 UInt imm32; member in struct:__anon29320::__anon29321::__anon29325 659 extern X86Instr* X86Instr_Test32 ( UInt imm32, X86RM* dst );
|
host_amd64_defs.h | 171 UInt imm32; member in struct:__anon28916::__anon28917::__anon28918 206 UInt imm32; member in struct:__anon28922::__anon28923::__anon28924 432 UInt imm32; member in struct:__anon28937::__anon28938::__anon28943 697 extern AMD64Instr* AMD64Instr_Test64 ( UInt imm32, HReg dst );
|
host_arm_defs.h | 660 UInt imm32; member in struct:__anon29028::__anon29029::__anon29035 661 } Imm32; 937 UInt imm32; member in struct:__anon29028::__anon29029::__anon29075 1006 extern ARMInstr* ARMInstr_Add32 ( HReg rD, HReg rN, UInt imm32 );
|
/art/compiler/dex/quick/x86/ |
assemble_x86.cc | 84 0x04 /* Rax8/imm8 opcode */, 0x05 /* Rax32/imm32 */, 86 0x81, 0x0 /* RegMem32/imm32 */, 0x83, 0x0 /* RegMem32/imm8 */), 90 0x0C /* Rax8/imm8 opcode */, 0x0D /* Rax32/imm32 */, 92 0x81, 0x1 /* RegMem32/imm32 */, 0x83, 0x1 /* RegMem32/imm8 */), 96 0x14 /* Rax8/imm8 opcode */, 0x15 /* Rax32/imm32 */, 98 0x81, 0x2 /* RegMem32/imm32 */, 0x83, 0x2 /* RegMem32/imm8 */), 102 0x1C /* Rax8/imm8 opcode */, 0x1D /* Rax32/imm32 */, 104 0x81, 0x3 /* RegMem32/imm32 */, 0x83, 0x3 /* RegMem32/imm8 */), 108 0x24 /* Rax8/imm8 opcode */, 0x25 /* Rax32/imm32 */, 110 0x81, 0x4 /* RegMem32/imm32 */, 0x83, 0x4 /* RegMem32/imm8 */) [all...] |
/external/chromium_org/ui/base/ime/ |
input_method_tsf.cc | 69 // Even when TSF is enabled, following IMM32/Win32 messages must be handled.
|
/external/llvm/lib/Target/SystemZ/ |
SystemZPatterns.td | 53 def : RMWI<anyextloadi8, operator, truncstorei8, mode, imm32, insn>;
|
/dalvik/vm/compiler/codegen/x86/ |
CodegenInterface.cpp | 524 mov imm32, reg1 525 mov imm32, reg2 530 mov imm32, reg1 531 mov imm32, reg2 536 mov imm32, reg1 537 mov imm32, reg2 [all...] |
/art/compiler/utils/arm/ |
constants_arm.h | 335 uint32_t imm32 = (Bit(19) << 31) | (((1 << 5) - Bit(18)) << 25) | local 337 return bit_cast<float, uint32_t>(imm32);
|
assembler_arm.cc | 791 uint32_t imm32 = bit_cast<uint32_t, float>(s_imm); local 792 if (((imm32 & ((1 << 19) - 1)) == 0) && 793 ((((imm32 >> 25) & ((1 << 6) - 1)) == (1 << 5)) || 794 (((imm32 >> 25) & ((1 << 6) - 1)) == ((1 << 5) -1)))) { 795 uint8_t imm8 = ((imm32 >> 31) << 7) | (((imm32 >> 29) & 1) << 6) | 796 ((imm32 >> 19) & ((1 << 6) -1)); [all...] |
/external/chromium_org/v8/src/ia32/ |
code-stubs-ia32.h | 337 static const byte kFiveByteNopInstruction = 0x3d; // Cmpl eax, #imm32. 338 static const byte kFiveByteJumpInstruction = 0xe9; // Jmp #imm32.
|
/external/chromium_org/v8/src/x64/ |
code-stubs-x64.h | 331 static const byte kFiveByteNopInstruction = 0x3d; // Cmpl eax, #imm32. 332 static const byte kFiveByteJumpInstruction = 0xe9; // Jmp #imm32.
|
/external/chromium_org/chrome/ |
chrome_dll.gypi | 213 'imm32.dll',
|
/external/v8/src/arm/ |
assembler-arm.cc | 718 static bool fits_shifter(uint32_t imm32, 722 // imm32 must be unsigned. 724 uint32_t imm8 = (imm32 << 2*rot) | (imm32 >> (32 - 2*rot)); 735 if (fits_shifter(~imm32, rotate_imm, immed_8, NULL)) { 740 if (imm32 < 0x10000) { 742 *instr |= EncodeMovwImmediate(imm32); 749 if (fits_shifter(-imm32, rotate_imm, immed_8, NULL)) { 757 if (fits_shifter(-imm32, rotate_imm, immed_8, NULL)) { 763 if (fits_shifter(~imm32, rotate_imm, immed_8, NULL)) [all...] |
/external/chromium_org/tools/valgrind/drmemory/ |
suppressions_full.txt | 239 IMM32.dll!ImmGetIMCCSize 240 IMM32.dll!ImmLockClientImc 241 IMM32.dll!ImmDisableIME 242 IMM32.dll!ImmSetActiveContext 343 IMM32.dll!*
|
/external/chromium_org/v8/src/arm/ |
assembler-arm.cc | 916 static bool fits_shifter(uint32_t imm32, 920 // imm32 must be unsigned. 922 uint32_t imm8 = (imm32 << 2*rot) | (imm32 >> (32 - 2*rot)); 933 if (fits_shifter(~imm32, rotate_imm, immed_8, NULL)) { 938 if (imm32 < 0x10000) { 940 *instr |= EncodeMovwImmediate(imm32); 947 if (fits_shifter(-static_cast<int>(imm32), rotate_imm, immed_8, NULL)) { 955 if (fits_shifter(-static_cast<int>(imm32), rotate_imm, immed_8, NULL)) { 961 if (fits_shifter(~imm32, rotate_imm, immed_8, NULL)) [all...] |
/external/chromium_org/content/child/npapi/ |
webplugin_delegate_impl_win.cc | 405 // Flash retrieves the pointers to IMM32 functions with GetProcAddress() calls 407 // can dispatch these IMM32 calls to the WebPluginIMEWin class, which emulates 408 // IMM32 functions for Flash. [all...] |
/external/chromium_org/ui/views/controls/textfield/ |
native_textfield_win.h | 258 // Handles composition related works on both IMM32 and TSF implementation.
|
/external/llvm/lib/Target/ARM/Disassembler/ |
ARMDisassembler.cpp | 2154 int imm32 = SignExtend32<25>(tmp << 1); local 3783 int imm32 = SignExtend32<25>(tmp << 1); local 3915 int imm32 = SignExtend32<25>(tmp << 1); local [all...] |