/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:__anon27468::__anon27469::__anon27470 193 UInt imm32; member in struct:__anon27474::__anon27475::__anon27476 343 Xin_Test32, /* 32-bit test of REG or MEM against imm32 (AND, set 411 UInt imm32; member in struct:__anon27489::__anon27490::__anon27494 659 extern X86Instr* X86Instr_Test32 ( UInt imm32, X86RM* dst );
|
host_amd64_defs.h | 171 UInt imm32; member in struct:__anon27085::__anon27086::__anon27087 206 UInt imm32; member in struct:__anon27091::__anon27092::__anon27093 432 UInt imm32; member in struct:__anon27106::__anon27107::__anon27112 697 extern AMD64Instr* AMD64Instr_Test64 ( UInt imm32, HReg dst );
|
host_arm_defs.h | 660 UInt imm32; member in struct:__anon27197::__anon27198::__anon27204 661 } Imm32; 937 UInt imm32; member in struct:__anon27197::__anon27198::__anon27244 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 | 310 static const byte kFiveByteNopInstruction = 0x3d; // Cmpl eax, #imm32. 311 static const byte kFiveByteJumpInstruction = 0xe9; // Jmp #imm32.
|
/external/chromium_org/v8/src/x64/ |
code-stubs-x64.h | 300 static const byte kFiveByteNopInstruction = 0x3d; // Cmpl eax, #imm32. 301 static const byte kFiveByteJumpInstruction = 0xe9; // Jmp #imm32.
|
/external/chromium_org/chrome/ |
chrome_dll.gypi | 193 '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 | 247 IMM32.dll!ImmGetIMCCSize 248 IMM32.dll!ImmLockClientImc 249 IMM32.dll!ImmDisableIME 250 IMM32.dll!ImmSetActiveContext 351 IMM32.dll!* [all...] |
/external/chromium_org/v8/src/arm/ |
assembler-arm.cc | 981 static bool fits_shifter(uint32_t imm32, 985 // imm32 must be unsigned. 987 uint32_t imm8 = (imm32 << 2*rot) | (imm32 >> (32 - 2*rot)); 998 if (fits_shifter(~imm32, rotate_imm, immed_8, NULL)) { 1003 if (imm32 < 0x10000) { 1005 *instr |= EncodeMovwImmediate(imm32); 1012 if (fits_shifter(-static_cast<int>(imm32), rotate_imm, immed_8, NULL)) { 1020 if (fits_shifter(-static_cast<int>(imm32), rotate_imm, immed_8, NULL)) { 1026 if (fits_shifter(~imm32, rotate_imm, immed_8, NULL)) [all...] |
/external/chromium_org/content/child/npapi/ |
webplugin_delegate_impl_win.cc | 414 // Flash retrieves the pointers to IMM32 functions with GetProcAddress() calls 416 // can dispatch these IMM32 calls to the WebPluginIMEWin class, which emulates 417 // IMM32 functions for Flash. [all...] |
/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...] |
/external/chromium_org/content/browser/renderer_host/ |
render_widget_host_view_win.h | 268 // Following methods are not used in existing IMM32 related implementation. 487 // Wrapper class for IMM32 APIs.
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMAsmBackend.cpp | 404 // imm32 = SignExtend(S:I1:I2:imm10:imm11:0) 435 // imm32 = SignExtend(S:I1:I2:imm10H:imm10L:00)
|