Searched refs:vrc (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | rtpdec_h263.c | 33 int startcode, vrc, picture_header, ret; in ff_h263_handle_packet() local 46 * - One bit (V, vrc), indicating the presence of an 8 bit Video in ff_h263_handle_packet() 55 vrc = header & 0x0200; in ff_h263_handle_packet() 60 if (vrc) { in ff_h263_handle_packet()
|
/third_party/node/deps/openssl/openssl/crypto/perlasm/ |
H A D | ppc-xlate.pl | 303 my ($f, $vrt, $vra, $vrb, $vrc, $op) = @_; 304 " .long ".sprintf "0x%X",(4<<26)|($vrt<<21)|($vra<<16)|($vrb<<11)|($vrc<<6)|$op; 307 my ($f, $vrt, $vra, $vrb, $vrc, $op) = vsr2vr_args(4, @_); 308 " .long ".sprintf "0x%X",(4<<26)|($vrt<<21)|($vra<<16)|($vrb<<11)|($vrc<<6)|$op;
|
/third_party/openssl/crypto/perlasm/ |
H A D | ppc-xlate.pl | 303 my ($f, $vrt, $vra, $vrb, $vrc, $op) = @_; 304 " .long ".sprintf "0x%X",(4<<26)|($vrt<<21)|($vra<<16)|($vrb<<11)|($vrc<<6)|$op; 307 my ($f, $vrt, $vra, $vrb, $vrc, $op) = vsr2vr_args(4, @_); 308 " .long ".sprintf "0x%X",(4<<26)|($vrt<<21)|($vra<<16)|($vrb<<11)|($vrc<<6)|$op;
|
/third_party/node/deps/v8/src/execution/ppc/ |
H A D | simulator-ppc.cc | 5061 int vrc = instr->RCValue(); in ExecuteGeneric() local 5064 unsigned __int128 src_3 = bit_cast<__int128>(get_simd_register(vrc).int8); in ExecuteGeneric() 5074 int vrc = instr->RCValue(); in ExecuteGeneric() local 5077 int8_t lane_num = get_simd_register_by_lane<int8_t>(vrc, i); in ExecuteGeneric() 5144 int vrc = instr->RCValue(); in ExecuteGeneric() local 5148 int16_t vrc_val = get_simd_register_by_lane<int16_t>(vrc, i); in ExecuteGeneric() 5164 int vrc = instr->RCValue(); in ExecuteGeneric() local 5172 int32_t vrc_val = get_simd_register_by_lane<int32_t>(vrc, i); in ExecuteGeneric() 5183 int vrc = instr->RCValue(); in ExecuteGeneric() local 5187 uint16_t vrc_val = get_simd_register_by_lane<uint16_t>(vrc, in ExecuteGeneric() [all...] |
Completed in 12 milliseconds