Home
last modified time | relevance | path

Searched refs:prefix_value (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/diagnostics/ppc/
H A Ddisasm-ppc.cc291 uint64_t prefix_value = GetPrefixValue(); in FormatOption() local
292 value = SIGN_EXT_IMM34((prefix_value << 16) | imm_value); in FormatOption()
/third_party/node/deps/v8/src/execution/ppc/
H A Dsimulator-ppc.cc1551 uint64_t prefix_value = instr->Bits(17, 0); in ExecuteGeneric() local
1555 int64_t im_val = SIGN_EXT_IMM34((prefix_value << 16) | suffix_value); in ExecuteGeneric()

Completed in 11 milliseconds