Searched refs:SIGN_EXT_IMM16 (Results 1 - 8 of 8) sorted by relevance
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | assembler-ppc-inl.h | 367 offset += SIGN_EXT_IMM16(instr_at(pc + kInstrSize) & kImm16Mask); in GetConstantPoolOffset() 370 offset = SIGN_EXT_IMM16((instr_at(pc) & kImm16Mask)); in GetConstantPoolOffset()
|
H A D | assembler-ppc.cc | 430 link = SIGN_EXT_IMM16((instr & kImm16Mask)); in target_at() 1405 lis(dst, Operand(SIGN_EXT_IMM16(hi_word))); in bitwise_mov() 1415 lis(dst, Operand(SIGN_EXT_IMM16(hi_word))); in bitwise_mov() 1424 lis(dst, Operand(SIGN_EXT_IMM16(hi_word))); in bitwise_mov32() 1437 addis(dst, src, Operand(SIGN_EXT_IMM16(hi_word))); in bitwise_add32() 1438 addic(dst, dst, Operand(SIGN_EXT_IMM16(lo_word))); in bitwise_add32()
|
H A D | constants-ppc.h | 93 #define SIGN_EXT_IMM16(imm) ((static_cast<int>(imm) << 16) >> 16) macro
|
/third_party/node/deps/v8/src/execution/ppc/ |
H A D | simulator-ppc.cc | 1665 im_val = SIGN_EXT_IMM16(im_val); in ExecuteGeneric() 1712 im_val = SIGN_EXT_IMM16(im_val); in ExecuteGeneric() 1752 uintptr_t im_val = SIGN_EXT_IMM16(instr->Bits(15, 0)); in ExecuteGeneric() 1766 int32_t im_val = SIGN_EXT_IMM16(instr->Bits(15, 0)); in ExecuteGeneric() 2278 int offset = SIGN_EXT_IMM16(instr->Bits(15, 0)); in ExecuteGeneric() 2292 int offset = SIGN_EXT_IMM16(instr->Bits(15, 0)); in ExecuteGeneric() 2307 int offset = SIGN_EXT_IMM16(instr->Bits(15, 0)); in ExecuteGeneric() 3282 int offset = SIGN_EXT_IMM16(instr->Bits(15, 0)); in ExecuteGeneric() 3296 int offset = SIGN_EXT_IMM16(instr->Bits(15, 0)); in ExecuteGeneric() 3310 int offset = SIGN_EXT_IMM16(inst in ExecuteGeneric() [all...] |
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | assembler-s390.cc | 480 int16_t imm16 = SIGN_EXT_IMM16((instr & kImm16Mask)); in target_at() 495 int16_t imm16 = SIGN_EXT_IMM16((instr & kImm16Mask)); in target_at()
|
H A D | constants-s390.h | 48 #define SIGN_EXT_IMM16(imm) ((static_cast<int>(imm) << 16) >> 16) macro
|
/third_party/node/deps/v8/src/diagnostics/ppc/ |
H A D | disasm-ppc.cc | 414 int32_t value = SIGN_EXT_IMM16(instr->Bits(15, 0) & ~3); in FormatOption()
|
/third_party/node/deps/v8/src/diagnostics/s390/ |
H A D | disasm-s390.cc | 376 int32_t value = SIGN_EXT_IMM16(instr->Bits(15, 0) & ~3); in FormatDisplacement()
|
Completed in 41 milliseconds