Searched refs:r1w (Results 1 – 5 of 5) sorted by relevance
/third_party/openh264/codec/encoder/core/x86/ |
D | quant.asm | 102 SIGN_EXTENSIONW r1, r1w 194 SIGN_EXTENSIONW r1, r1w 231 mov r1w, 0 232 mov [r0], r1w 233 mov [r0 + 0x20], r1w 234 mov [r0 + 0x40], r1w 235 mov [r0 + 0x60], r1w 250 SIGN_EXTENSIONW r1, r1w 336 movzx r1, r1w
|
/third_party/mesa3d/src/panfrost/midgard/ |
D | midgard_ra.c | 328 unsigned r1w = ~0; in mir_compute_interference() local 334 r1w = ins->dest; in mir_compute_interference() 337 if (r1w != ~0) in mir_compute_interference() 343 … lcra_add_node_interference(l, ins->dest, mir_bytemask(ins), r1w, 0xF); in mir_compute_interference()
|
/third_party/openh264/codec/common/x86/ |
D | asm_inc.asm | 113 %define r1w dx 183 %define r1w si 251 %define r1w cx
|
/third_party/ffmpeg/libavcodec/x86/ |
D | h264_intrapred.asm | 464 movsx r1d, r1w 687 movsx r1d, r1w
|
/third_party/openh264/codec/processing/src/x86/ |
D | vaa.asm | 516 mov [r4], r1w ; to store uiMotionIndex 523 mov [r4+2], r1w ; to store uiTextureIndex
|